Viewing 5 replies - 1 through 5 (of 5 total)
  • While I haven’t seen the WSOD (White Screen of Death) occur with my plugin, in general, you may get more information if you change WP_DEBUG in wp-config.php to TRUE from its default value of FALSE. I cannot guarantee that any error messages you see are relevant to the problem, but there are a place to start.

    Second, I have seen Caching cause strange problems like this. You may need to flush the Cache. Best place to start is to identify any Caching plugins and deactivate the plugin or at least the Caching part of it. If you need help with this, I’ll need a list of activated Plugins.

    Thread Starter rubinsandwich

    (@rubinsandwich)

    Wow, thanks for the quick reply.

    I’m not using any caching plugin. Debug mode is now turned on.

    Here are my activated plugins:
    All-in-One Event Calendar by Time.ly
    bbPress
    jonradio Private Site
    Polls by OpinionStage
    Recent Posts by Category Widget
    WP Job Manager

    Thread Starter rubinsandwich

    (@rubinsandwich)

    OK, I see now I’m getting the following error message on the blank page:

    Warning: Cannot modify header information – headers already sent by (output started at /home/aepialum/public_html/index.php:1) in /home/aepialum/public_html/WP/wp-includes/pluggable.php on line 1173

    Thread Starter rubinsandwich

    (@rubinsandwich)

    Got it!

    This helped: How do I solve the Headers already sent warning problem?

    Thanks again for pointing me in the right direction.

    Thanks for asking. So glad that you could get it working!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Private site just loads blank page’ is closed to new replies.