|
Posted by Brian on 11/24/02 11:28
Hi
I am moving a site to a new server, I have been testing it
and one of the pages uses move_uploaded_file, but I
get a Permission denied.
The directory I am moving it to is chomd of 755, if I
change it to 777 it does upload but the owner is www-data,
but I then can't download it using a FTP client (which I have to do)
as it's the wrong owner, so I have to leave the chomd as 755, but
this point to being a server config problem, any ideas?
the errors I am getting is
Warning: move_uploaded_file(THE_PATH/1128467274.jpg): failed to open stream:
Permission denied in /var/www/vhosts/domain.com/httpdocs/login/library.php
on line 157
Warning: move_uploaded_file(): Unable to move '/tmp/phpptQSmo' to
'THE_PATH/1128467274.jpg' in
/var/www/vhosts/domain.com/httpdocs/login/library.php on line 157
Navigation:
[Reply to this message]
|