Re: move_uploaded_file Permission denied




"Erwin Moller"
<since_humans_read_this_I_am_spammed_too_much@xxxxxxxxxxxxxxxx> wrote in
message news:4343a14b$0$11067$e4fe514c@xxxxxxxxxxxxxxxxx
> Brian wrote:
>
>> 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
>
> Hi
>
> SO targetdirectory has:
> 755
> rwxr-xr-x
> That says that ONLY the owner of the directory can write there.
> You didn't give others (like www-data) to write in that directory.
>
>
> You probably ment 766 or 764 or something depending on the fact if
> www-data
> has a group you are in.
>
> Solutions:
> - change permissions to 766 or something
> - Make www-data the owner of the folder where you are moving files to.
>
> Regards,
> Erwin Moller

It turns out it was a little more than just basic permissions, it was to do
with
the nut and bolts of the server, think I have it sorted now, thanks for your
response

Brian


.



Relevant Pages

  • Re: move_uploaded_file Permission denied
    ... > I am moving a site to a new server, ... > The directory I am moving it to is chomd of 755, ... > change it to 777 it does upload but the owner is www-data, ... You didn't give others (like www-data) to write in that directory. ...
    (comp.lang.php)
  • Re: Database owner
    ... I prefer to have sa as the db owner. ... so moving the server in a diff domain has no influence on it. ... Dejan Sarka, SQL Server MVP ... > of the databases. ...
    (microsoft.public.sqlserver.setup)
  • move_uploaded_file Permission denied
    ... I am moving a site to a new server, ... The directory I am moving it to is chomd of 755, ... change it to 777 it does upload but the owner is www-data, ...
    (comp.lang.php)
  • Re: Replication failure
    ... Connecting to directory service on server arnelfs1. ... ARNELDC1 is the Schema Owner, but is not responding to DS ... prevented from starting by the File Replication Service. ...
    (microsoft.public.windows.server.active_directory)
  • Re: Unable to local DC ......... URGENT
    ... So please give some infos about server names, which is the old, which is the running and which is the new one. ... Verifying that the local machine NODE2, ... Role Schema Owner = CN="NTDS Settings ...
    (microsoft.public.win2000.active_directory)

Loading