DanRoberts
Member
Posted 3 years ago #
I received the following fatal error when trying to install the WP Super Edit plugin. I also no longer have a visual editor after upgrading to 2.7.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 393568 bytes) in /home/hostedvo/public_html/wp-includes/http.php on line 1032
See your other thread re: no longer have a visual editor
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 8M try 16M:
memory_limit = 16M ; Maximum amount of memory a script may consume (16MB)
2. If you don't have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 16M
3. Talk to your host.
YorkshireLad
Member
Posted 3 years ago #
MichaelH,
I had (and have) a similar problem. One small site upgraded fine from 2.7RC1 -> 2.7 RC2 -> 2.7, but the other wouldn't upgrade from 2.7RC1 -> 2.7 until I'd deactivated all the plugins.
Bizzarely, in order to change the options for Other WordPress News (from http://planet.wordpress.org/feed/, and which isn't actually producing anything on my ite at the moment), I also have to deactivate all my plugins.
So either I need to re-upload http.php or there's a strange plugin conflict which will take some time this weekend to resolve.
Gary