Forums

[resolved] Error When Installing 2.8.5 Update (12 posts)

  1. zechmann
    Member
    Posted 2 years ago #

    I get the error: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2354671 bytes) in "..." /public_html/wordpress/wp-includes/http.php on line 1331

    I tried searching google for a common problem and one forum said it could be too many plugins but that was for Joomla, and I don't have that many.

    Anyone know what this could be? I think I might have changed permissions on a folder (i believe the wordpress folder) a while back... could that be it?

  2. @mercime
    Member
    Posted 2 years ago #

    - Did you do the auto-install? Have you tried to FTP upload the WP files yourself? The FTP upload or upload via cpanel File Manager works pretty well.
    - Try to deactivate plugins and change to default theme and see if it has errors
    P.S. before any upgrading, remember to backup database and server files first

  3. jodiechrist
    Member
    Posted 2 years ago #

    I did the autoinstall and got the same error as zechmann (exactly the same error). Stupidly didn't backup anything first. duhhhhhhhhh. Now the ability to edit any plugins has been lost (results in a similar error)

    I'll give your methods a go mercime.

  4. jodiechrist
    Member
    Posted 2 years ago #

    Good news!

    Deactivating all plugins and changing to the default theme as mercime suggested fixes it perfectly for the autoinstall.

    Thanks!

  5. nrazaq
    Member
    Posted 2 years ago #

    i tried your advice, but looks not good, still my site http://www.apnimarzi.com is on old version. anyone else who tried it.

  6. engputer
    Member
    Posted 2 years ago #

    I got the same error. I never had this problem before....what's going on
    ?

  7. Samuel B
    moderator
    Posted 2 years ago #

    try adding this line to your wp-config.php

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

  8. bh_WP_fan
    Member
    Posted 2 years ago #

    Increase the amount of memory a PHP script may consume. Note: If using a shared hosting service, you may need to ask your host to increase the limit.

    1. Increase the memory limit setting in php.ini (e.g. memory_limit = 64M ;). Many hosts may not allow this.
    2. Increase the memory limit via .htaccess (e.g. php_value memory_limit 64M). Many hosts may not allow this.
    3. Increase the memory limit via wp-config.php (e.g. define('WP_MEMORY_LIMIT', '64MB');)

  9. Noetical
    Member
    Posted 2 years ago #

    I got the same error too, but once I deactivated my plugins, I had no trouble upgrading after that. No need to change themes. I have a very complicated theme (ATAHUALPA) with multiple customizations (including lots of header images) and leaving it activated during the upgrade didn't cause me any trouble. After the upgrade, I just reactivated all my plugins and everything seems to be running smoothly now.

  10. zechmann
    Member
    Posted 2 years ago #

    Deactivated all the plugins then install worked fine :)
    No need to change themes like Noetical said.

  11. rleighton
    Member
    Posted 2 years ago #

    Thanks for all the useful suggestions. I think I'll still wait a day or two before I upgrade, just to be safe. I'm starting to get a few readers and I don't want to run the risk of messing things up at the moment. I must be getting conservative in my old age.

  12. navets
    Member
    Posted 2 years ago #

    I deactivated ALL plugins and the upgrade was smooth!

Topic Closed

This topic has been closed to new replies.

About this Topic