Forum Moderators: phranque
mkdir() [function.mkdir]: SAFE MODE Restriction in effect. The script whose uid is 10001 is not allowed to access /var/www/vhosts/domain.com/httpdocs/files/images owned by uid 48 in /var/www/vhosts/domain.com/httpdocs/includes/file.inc on line 91.
I'm pretty sure that I need to change the access for that folder. Can someone tell me how to do that?
/var/www/vhosts/domain.com/httpdocs/files/images owned by uid 48Another thing is that when I try to go to
/var/www/vhosts/domain.com/httpdocs/files/images in SSH, it says permission denied...
On many Linux distributions, user id 48 is reserved for the user "apache" which runs the httpd server. These error messages indicate that the folder is owned by the httpd server user and is not accesible by a user logging in under another name. If you want to change the ownership, or change the access rights of this directory, you either have to do this as user apache, or as user root. With your limited experience on the SSH command line, I would be very careful to execute any command as root.