• I’m trying to upgrade automatically to 2.8.4 at https://www.rocketllama./HQ but it’s not working. I get this message:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2357046 bytes) in /home/patchwo2/public_html/rocketllama/HQ/wp-includes/http.php on line 1331

    What do I need to do?

Viewing 1 replies (of 1 total)
  • Try adding this line to your wp-config.php file:

    define('WP_MEMORY_LIMIT', '64M');

    Or this to your .htaccess file:

    php_value memory_limit 64M

    But not both.

Viewing 1 replies (of 1 total)
  • The topic ‘2.8.4 upgrade won’t work’ is closed to new replies.