• Hello, on a WP 7.0 and PHP 8.5, plugin 3.0.6 Settings page shows:

    WP_DEBUG_LOG | Enable Debug logging to the /wp-content/debug.log file

    and the value is empty (no true, no false). /wp-config.php file does not contain any line, so i have added it manually:

    define( 'WP_DEBUG_LOG', true );

    then the Settings page started showing “true” value. The plugin have been able to modify wp-config.php when i have enabled other Setting page options, that is not a problem. But i think that the plugin should be able to add the above mentioned config. line without need to edit the file manually.

You must be logged in to reply to this topic.