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:
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.cssInstallation 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?
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).
There’s a patch (http://core.trac.wordpress.org/ticket/10913) for WordPress that should go into 3.2 and help fix this upgrade error for most people running into it. It only seems to happen with servers running Pure-FTPd. In the meantime, there’s a plugin that should help fix updates for most people: http://wordpress.org/extend/plugins/ftp-upgrade-fix/
Check the permissions on the file referenced. In this case:
/wp-admin/css/theme-editor.dev.css
.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
this has been discussed and explained here: http://nabtron.com/wordpress-update-could-not-copy-file-wp-admincsstheme-editor-dev-css/2714/
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.