WordPress 3.0.1 Auto Update Problem

My WordPress now is at version 2.7. I want to upgrade it to 3.0.1 using Auto update function. I’m using FTPS connection type.

The upgrade should be straight forward, however, I keep on encountering this error:

Read More

Installation Failed
Downloading update from
http://wordpress.org/wordpress-3.0.1.zip

Unpacking the update…

Verifying the unpacked files…

Installing the latest version…

Could not copy file.:
/wp-admin/css/theme-editor.dev.css

Installation Failed

I’ve checked the permission for the /wp-admin/css folder, and it’s set to 777.

What is the problem? I’ve searched the internet, but it seems that a lot of people has the same problem.

Any ideas?

Related posts

Leave a Reply

6 comments

  1. Auto update doesn’t always work, it almost always works. I’d just upgrade manually and not worry about it. The few times I’ve had an auto update failure it succeeds the next time a new version comes out (after I’m manually updated during the breakage).

  2. Check the Owner of the file/s you may have it set 777 but if the ftp service is not in the owner group or the owner this may your problem

    You need to telnet into the web server to check/fix this us ls -l to see the settings chown is the how you change it

  3. I tried everything for the auto upgrade that was mentioned at wordpress.org/support/topic/upgrade-gone-worng-pls-help, but to no avail.

    Instead I did a manual upgrade more or less following the instructions at codex.wordpress.org/Upgrading_WordPress. Instead of using FTP, I used my hosting providers CPanel – I then blogged the steps I took so that others might benefit – see http://misterjaytee.com/2010/09/11/errors-updating-wordpress.

    Hopefully the next Automatic upgrade will work properly, but if not, I now have the confidence to do the upgrade manually.