I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Permissions problem?

dashed-slug.net Forums General discussion Permissions problem? Reply To: Permissions problem?

#4154
Anonymous
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?