Viewing 4 replies - 1 through 4 (of 4 total)
  • It seems your blog is exceeded allocated PHP memory. Try to increase PHP memory using one of the following ways:

    [1] You can add following line in your .htaccess:

    php_value memory_limit 64M

    This will not work if suPHP is enabled on your server. If suPHP is enabled on your server then you will need to put php.ini in the root of your domain and modify the following line:

    memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)

    [2] You can also raise PHP memory from wp-config.php file. Just add the following line after

    define(’WP_MEMORY_LIMIT’, ‘64M’);

    If you are on windows server, you can put custom php.ini in the root of your domain and increase the value for memory_limit.

    If the problem still persists, you can contact your host for further assistance.

    Kailash

    Thread Starter spider58

    (@spider58)

    Nope. Didn’t work.

    At first the admin area would show but now nothing shows at all.

    What was the last thing you did before it all went wrong?

    Did you enable any plugin? If the problem started after installing plugin then disable them via FTP. To disable plugin, just remove the plugin directories from “plugin” folder.

    Kailash

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blank pages’ is closed to new replies.