Fix WordPress automaticlly upgrade wordpress upgrade automatically ‘Could not copy file……’
Posted on 27. Nov, 2009 by Yao Yuan in Wordpress
I had moved my weblog to a cheapest vps server, it used to on a share hosting. but at the same time, the problem came . i can not use automaticlly upgrade of wordpress. it’s told me that ‘Could not copy file……’, and i need to fill the ftp infomations when i do it.
i found a funcion get_filesystem_method , the explanation of it
(FTP) it only uses this when it detects that files it creates have the wrong owner name
so, it’s clear… the owner of the dir and php process is different.
login ssh, do this
chown -R apache dir
it’s ok now.
Related Posts
- Automatically convert apache .htaccess rewrite to Nginx
- How to Fix Unexpected WordPress Database Table Error
- Easy to manage your files by Mini File Host 1.5
- Something Useful for creating a WordPress theme
- ziddu.com free file hosting& video share
Related posts brought to you by Yet Another Related Posts Plugin.






Leave a reply