• Resolved granny63

    (@granny63)


    Your site is set to display errors to site visitors Security

    Debug mode is often enabled to gather more details about an error or site failure, but may contain sensitive information which should not be available on a publicly available website.

    The value, WP_DEBUG_DISPLAY, has either been enabled by WP_DEBUG or added to your configuration file. This will make errors display on the front end of your site.

Viewing 1 replies (of 1 total)
  • @granny63 You’ll have to turn off the debug mode, In your wp-config.php file search for following line:

    define(‘WP_DEBUG’, true);

    And replace it with

    define(‘WP_DEBUG’, false);

Viewing 1 replies (of 1 total)
  • The topic ‘Debug mode turned off’ is closed to new replies.