• Hi,

    I am trying to go from 2.8.6 to 2.9 via the auto update in my admin section. After I hit the “auto update” button it claims to be downloading the appropriate files but it actually does nothing.

    Help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Check with these options:

    -> disable all the plugins
    -. add this code in htaccess

    php_value memory_limit 64M
    php_value max_execution_time 300

    If these does not work then go for the manual upgrade of your blog.

    Thanks,

    Shane G.

    Hello,

    Check with these options:

    -> disable all the plugins
    -. add this code in htaccess

    ——————————–
    # Ensure PHP5 being used
    # For WordPress auto upgrade
    AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php
    ———————————

    it works!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Auto Update FAIL’ is closed to new replies.