• Hi everyone, anybody had ever experienced a problem with loading site articles ?

    I have a Divi Woocommerce and after installing (and suddenly disabling and removing) a plugin for post views , my articles started to show white blank page, only on articles pages!
    I already tried disabling all plugins and wp theme and even restored an old backup with update draft, nothing seems to work.

    Really appreciate someone help

    • This topic was modified 4 years, 9 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 4 replies - 1 through 4 (of 4 total)
  • What’s your site address?

    Thread Starter formapp2021

    (@formapp2021)

    Thanks for asking George, but unfortunately i’m not allowed to show my site.

    The point is that clicking on every article will lead to a perfect empty page.

    Like the whole article section is broken in the front-end.

    Thanks

    Enable debugging to get some insights into what’s going on behind the scenes. Also, check your webserver’s logs.

    Debugging in WordPress

    Thread Starter formapp2021

    (@formapp2021)

    Hi George excuse me for the late reply i was quiet busy lately,
    i’ve added this lines in the wp-config.php file:

    `// Enable WP_DEBUG mode
    define( ‘WP_DEBUG’, true );

    // Enable Debug logging to the /wp-content/debug.log file
    define( ‘WP_DEBUG_LOG’, true );

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

    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define( ‘SCRIPT_DEBUG’, true );`

    but i can’t find the debug.log file in the wp-content folder,
    am i missing something? What i should watch for ?

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Problem with articles , WSOD’ is closed to new replies.