• Resolved mythusmage

    (@mythusmage)


    The location is Worlds of Adventure. When the page loads you’ll note that the page did not load (good old white screen of aggravation). This holds true of all the pages on the blog, which means I can’t get in to find out what the problem is.

    It may have something to do with a plugin I deleted, but I need to look into that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Is there anything in your error log to help pinpoint this issue?

    What does your hosting provider say about this?

    Ivan Stefanov

    (@iv3rson76)

    SiteGround Representative

    You may also consider to enable the WordPress error reporting in order to check what the exact error is. If you would like to turn the error reporting on, please make the following changed to your wp-config.php file:

    // define('WP_DEBUG', false); #comment this line and add the lines below
    
    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('display_errors', 0);
    Thread Starter mythusmage

    (@mythusmage)

    I followed the instructions regarding incompatible plugins. After renaming the old plugin folder I created a new one and transferred plugins one by one into it. That did the trick.

    BTW, the plugin in question was “NextScripts: Social Networks Auto-Poster”. Seems they don’t want you to delete their precious toy.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘500 Error’ is closed to new replies.