Forum archive
wordpress on v14 does not update
hi,
i just installed turnkey wordpress on vps.
tried to update wordpress, (as it was mention it can do one click update) but it didnt.
i even changed file permissions to 777, no success.
dont know what to do.
I have had a quick look and you are right... We still haven't fixed it! Argh! Ok here's how to fix it this time!
Log into your appliance via SSH (Webshell or an SSH client such as PuTTY) and run the following.
chown -R www-data wp-includes chown -R www-data wp-admin/{js,css,includes,network} chown www-data wp-admin/about.php chown www-data readme.htmlNow you should be able to update... Sorry about that.