• Hi. Tried to update to WordPress version 3.8 but it is not working and the screen shows the following information and error. Any ideas on what to do? Thanks

    Downloading update from https://www.ads-software.com/wordpress-3.8-new-bundled.zip…

    Unpacking the update…

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 225722 bytes) in /home2/jasonhu1/public_html/wp-admin/includes/file.php on line 664

Viewing 1 replies (of 1 total)
  • This Error is caused because of less memory allocation is done on server for running a script.

    To solve this…
    1.Contact your WebHost and ask to increase the memory.
    2.If your hosting permits then you can increase memory by
    adding this line of code to your wp-config.php file

    define(‘WP_MEMORY_LIMIT’, ’64M’);

Viewing 1 replies (of 1 total)
  • The topic ‘can't upgrade to version 3.8’ is closed to new replies.