• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    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 https://planet.www.ads-software.com/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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin Error – Allowed Memory Size’ is closed to new replies.