Hi,
I have a script to upload images to my website. I just changed servers and it worked on the old server, but doesn't work on the new server.
THe script has not changed at all.
I'm assuming that it must be something in the config of the new server.
The errors I am getting are:
Does anybody know what php setting or anything else could be affecting my script?
Cheers,
Richard
I have a script to upload images to my website. I just changed servers and it worked on the old server, but doesn't work on the new server.
THe script has not changed at all.
I'm assuming that it must be something in the config of the new server.
The errors I am getting are:
| Code: |
|
Warning: move_uploaded_file(../temp/220.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in /home2/mwhiz/public_html/members/upload.php on line 61 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpYfjEil' to '../temp/220.jpg' in /home2/mwhiz/public_html/members/upload.php on line 61 An error occurred while uploading. |
Does anybody know what php setting or anything else could be affecting my script?
Cheers,
Richard
