Problems after webhost upgraded from PHP4 -> PHP5
-
I have wordpress 2.3.3.
My webhost upgraded their servers from php4 to php5.2.5 and after that my blog stopped responding. I got to a blank page.
I then added this to index.php:
ini_set(‘display_errors’, true);
ini_set(‘display_startup_errors’, true);
ini_set(‘error_reporting’, 2047);The error message i got was:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
allocate 24576 bytes) in ../wp-includeswidgets.phpSo i renamed all the plugins and after that my firstpage and adminpage could be reached. But I cannot open the plugin page. I have tried to change theme and remove widget functions but without results.
I need help!! -
You’re in the wrong forum and need to be over at WordPress.org. We can’t help you here.
The differences between the two WPs:
https://en.forums.wordpress.com/topic.php?id=3700&replies=1
- The topic ‘Problems after webhost upgraded from PHP4 -> PHP5’ is closed to new replies.