Forums

[resolved] Can't Upgrade to 2.8.5 (10 posts)

  1. Alan A
    Member
    Posted 1 month ago #

    Hi,

    I am unable to auto upgrade to 2.8.5. When I do click "auto upgrade", I get the following, & that's it...

    Downloading update from http://wordpress.org/wordpress-2.8.5.zip.

    Any ideas, other than a manual upgrade?

    Thanks, Alan

  2. MichaelH
    moderator
    Posted 1 month ago #

    Try again. If it fails might need to increase 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 32M try 64M:
    memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)

    2. If you don't have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 64M

    3. Try adding this line to your wp-config.php file:
    define('WP_MEMORY_LIMIT', '64M');

    4. Talk to your host.

  3. xtreamdesigncom
    Member
    Posted 1 month ago #

    try this plugin
    http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/

    You just need maximum 30 sec for upgrade :)

  4. xtreamdesigncom
    Member
    Posted 1 month ago #

    try this plugin
    http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/

    You just need maximum 30 sec for upgrade :)

  5. Alan A
    Member
    Posted 1 month ago #

    Hi Michael,

    Changing to 64 didn't do the trick. I noticed in the file manager that there are copies of every download upgrade ie: wordpress-2.8.5.zip,wordpress-2.8.5.1.zip,wordpress-2.8.5.2.zip & so on. I deleted all but one. I delete all such 2.8.5 files, correct? And then try again.

    Thanks

  6. Alan A
    Member
    Posted 1 month ago #

    PS- Never had a problem upgrading until today. The only difference is that WP Super Cache is installed.

  7. MichaelH
    moderator
    Posted 1 month ago #

    Deleting those zip files should cause no problem.

    Try to deactivate all plugins before doing the upgrade.

  8. Alan A
    Member
    Posted 1 month ago #

    Hi Michael,

    THANKS! I deactivated Super Cache & the update worked. Not sure why the plugin affected the upgrade though.

    If you don't mind, while you're here...in regards to modifying the php.ini file. I was recently told that the php.ini file only applies to Windows servers & that modifying it servers no purpose if not on a Windows server, that the .htaccess file is the relevant file on a Linux server.

    Any thoughts?
    Thanks again,
    Alan

  9. MichaelH
    moderator
    Posted 1 month ago #

    php.ini does affect PHP on linux servers. Some hosts may not give you access to that file though.

  10. Alan A
    Member
    Posted 1 month ago #

    THANK YOU!

Reply

You must log in to post.

About this Topic