• Pre WP 3.0 installation I had no problems with automatically updating plugins. However, now it doesn’t work.

    If I use the update option under the Dashboard menu, then maintenance mode is activated but it hangs (with spinning icon) on updating the plugin.

    If I go to plugins and, against the specific plugin, select the automatic upgrade option then it displays…

    Downloading update from http://downloads.wordpress.org/plugin/si-captcha-for-wordpress.zip…

    And stops at that. If I type the above URL into my address bar it downloads without an issue.

    Does anybody have a solution for this?

    David.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I see your post is listed as resolved. Did you manage to find a solution to this problem? I’m suffering the same problem on my blog and I’ve tried everything I can find/think of.

    Thread Starter David Artiss

    (@dartiss)

    Sorry, shouldn’t have been that status – no, it’s not resolved.

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    You may need to increase PHP’s memory allocation.

    First, try installing the Memory Bump plugin.

    If that doesn’t work, here are four ways to increase PHP’s memory allocation:

    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:
    Increasing memory allocated to PHP
    define('WP_MEMORY_LIMIT', '64M');
    
    4. Talk to your host.

    I’m having the same problem.. The automatic update simply stalls and hangs with “Downloading update from http://wordpress.org/wordpress-3.0.zip.”

    Any ideas? I’ve deactivated all plug ins and am trying this now on a dummy test site and still no install. ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WordPress 3.0 – Can’t automatically update plugins’ is closed to new replies.