• I seem to missing a step in uploading my blog. When you go to view site it’s blank. There is no theme…nothing. Even if I use the default theme it’s still blank.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Generally, wordpress gives blank page if PHP memory limit is set to low. Contact your host to raise PHP memory limit or you can try to raise limit via .htaccess if your host allow to override it. Just add following line in your .htaccess

    php_value memory_limit 64M

    Thread Starter deidreclark

    (@deidreclark)

    Thanks Kailash1. I checked my hosting site and my memory limit is already set for 64M – at least from what I could tell. I’m not a techi at all so this is all a foreign language to me. Thanks for the advice…I will try my hosting site.

    In addition to PHP memory, I also suggest you to disable your plugin one by one via FTP. To disable plugin just download the plugin folder and delete the plugin folder one by one. Do not forget to take backup.

    I have deleted all the plugins via ftp and I’ve also changed the .htaccess file to increase the memory limit to 1000M (per another suggestion). Yet, I still get only a blank page when I attempt to view the installed plugins page. Everything has been working beautifully until today. ??? Any other ideas??

    If you have not changed anything and it stopped working then probably your host has made some configuration changes on the server. Also, check your web site error log, just in case if there is any error reported in it.

    Kailash

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

The topic ‘Page is blank’ is closed to new replies.