Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 1 replies (of 1 total)

  • raivola
    Participant

    @raivola

    You can replace this line from your wp-config.php file:
    define(‘WP_DEBUG’, false);
    with this:
    ini_set(‘display_errors’,’Off’);
    ini_set(‘error_reporting’, E_ALL );
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_DISPLAY’, false);

    At least it helped me.

Viewing 1 replies (of 1 total)
Skip to toolbar