dashed-slug.net › Forums › General discussion › Permissions problem? › Reply To: Permissions problem?
August 26, 2018 at 5:54 pm
#4154
Inactive
Thanks, I think I have enabled debugging, but nothing shows in the interface. I followed the instruction on your link.
here is the part of the wp-config.php:
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );
/* That's all, stop editing! Happy blogging. */
I re-enabled members and the role editor, but so far no debug.log has appeared in wp-content. Is there something else I need to do?