• Resolved irodermans

    (@irodermans)


    On the frontend of the website visitors sometimes can see technical messages and warnings. In wp.config.php I tried to change wp_debug from true into false, but it was set right already. So what can I do more to get those messages away? I asked an webdeveloper and he said to me the plugin causes the problems and therefor it’s best to choose another one. The helpdesk of The Events Calender claims the pronlem is caused by the settings of my website. So I’m curious how to solve this issue.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Darian

    (@d0153)

    Hi @irodermans,

    Thanks for reaching out. Let me help you with this one.

    Could you try adding the following code in to your wp-config.php file, and see if that helps?

    // Disable display of errors and warnings
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );

    Let me know how it goes.

    Plugin Support Darian

    (@d0153)

    Hi there,

    It seems like this thread has been quiet for a bit, so we’ll go ahead and mark it as resolved. However, if any further questions or concerns come up, please don’t hesitate to start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing ‘wp.debug’ has no effect’ is closed to new replies.