Support » Installing WordPress » Fatal Error on update at latest version

  • this message appear when i want update the version of wordpress

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2355240 bytes) in /home6/namesite/public_html/online/wp-includes/http.php on line 1331

    tks

Viewing 1 replies (of 1 total)
  • Hi

    Add this line into your wp-config.php file
    define('WP_MEMORY_LIMIT', '48M');

    if that doesn’t work, try this one
    define('WP_MEMORY_LIMIT', '64M');

    doesn’t matter where you put it

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal Error on update at latest version’ is closed to new replies.