WordPress Debugging is turned On in your wp-config.php file

Home Forums BulletProof Security Free WordPress Debugging is turned On in your wp-config.php file

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31252
    Akhil K A
    Participant

    Hello!

    I want to disable this warning message, since I want to log errors:

    WordPress Debugging is turned On in your wp-config.php file
    You are currently using define(‘WP_DEBUG’, true) in your wp-config.php file. To turn WP Debugging Off, change true to false in your wp-config.php file.
    WordPress Debug Logging is turned On in your wp-config.php file
    You are currently using define(‘WP_DEBUG_LOG’, true) in your wp-config.php file to log errors to the WordPress debug.log file. To turn WP Debug Logging Off, change true to false in your wp-config.php file.

    Please let me know how to hide this message.

    Thanks.

    #31253
    AITpro Admin
    Keymaster

    You can just ignore the heads up alert until after you are done using WP_DEBUG to check things.  WP_DEBUG is not intended to be used/enabled permanently and is only intended for temporary usage while debugging.  Leaving WP_DEBUG enabled permanently will cause serious performance problems for your website and cause other problems such as:  switching WordPress Themes will fail and you will see a blank white page, some plugins features/settings will not work correctly, etc etc etc.

    #31255
    Akhil K A
    Participant

    Hello!

    Thanks for quick response and the clarification.

    Regards.
    Akhil K A

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.