PHP notice: Constant WP_DEBUG already defined
-
In my log I get these messages on each request:
PHP Notice: Constant WP_DEBUG already defined in /var/www/xxx/htdocs/wp-config.php on line 79
Seems to be caused by this plugin. Commenting out the definition in wp-content/plugins/shariff/backend/index.php solves this notice:
<?php // THIS NEEDS TO BE REMOVED TO AVOID: // define( 'WP_DEBUG', false );
Can this be fixed?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘PHP notice: Constant WP_DEBUG already defined’ is closed to new replies.