Alert: file_exists_not_owned [/home/admin/mydomain.net/test//xxxxxxxt.zip]
แก้ยังไงครับ
================================================
Alert: file_exists_not_owned [__path_customer_root/admin//love4m.com/forum/smilies.php]
Looks like ownership problems @unix.
Get into the SSH --> to that directory
cd love4m.com/forum
then
chown user:apache * -R
user:apache = unix_username : unix_groupname
-R means that it will reset ownership permissions. The user = the name of that unix account.
If you have a different configuration of permissions and ownerships, then you need to identify the ownership of other files in that directory and change user = that_name and groupname.
Once in my case, the username did not exists for a directory and files because I had deleted the unix user. So only the UID:GID appeared.
So you may get an error if the file does not have proper ownership that the logged in account or that unix user does not exists. Check it out...
0 comments:
Post a Comment