• Inside the WordPress Admin, the Plug-Ins Page goes “white” or “blank”.

    This happened 2 times; while uploading/activating 20 to 30 plug-ins one by one.

    To fix the problem the first time; we removed the last plug-in we uploaded. The pages went back to normal.

    When it happened the 2nd time, the Dashboard went “white” or “blank”… articles disappeared. The last activity was activating a different template. The template took all the articles, but the problem is, we were getting the “white” or “blank” pages again inside the Admin, but now more than just the Plug-ins page turned white/blank. Now, the Dashboard and Posts page turned blank.

    To fix the problem, we switched the template back to the previous template. Now, all the Admin pages are showing, but the problem is the articles have disappeared.

    Have you experienced this?
    What is causing this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Could be lack of PHP memory

    Methods for increasing the amount of memory a PHP script may consume

    1. If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 32M try 64M:
    memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)

    2. If you don’t have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 64M

    3. Try adding this line to your wp-config.php file:
    define('WP_MEMORY_LIMIT', '64M');

    4. Talk to your host.

    Thread Starter ctm2010

    (@ctm2010)

    So that should make the pages stop going blank?

    Can we give it a value greater than 64M?

    Will it work if we set it to 1 gig?

    Try 64, then 96, then 128. Might ask your host if there’s a limit to what you can use.

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