My web hosting company has upgraded PHP to version 5.4.7.
I have no choice over the matter.
What happens now is that every single page just loads a blank white page. I created a basic page with echo ‘hello world’; and it works fine.
Please can anybody advise on how to fix this?
I am using WordPress 3.4.2
PHP 5.4.7 isn’t breaking WordPress itself; it must be breaking a plugin that can’t run 5.4.7
Try:
1) Renaming your plugins folder to old-plugins to force deactivation of all plugins and see if that helps.
2) It could be a problem with the theme; change to the default twentyeleven theme