Forum Moderators: coopster
I got these errors below, i copied a dating script from one server to another. This particular part of the script upload's a pic to a directory on the server.
Does anybody know how i can solve this?
Is there a way yo change the temp upload directory from "/tmp/phpHknAe7" into "/usr/local/slash/apache/vhosts/site/httpdocs/dir/"? if yes, how? or another solution maybe?
The errors i got (shortened):
[function.move-uploaded-file]: open_basedir restriction in effect. File(/tmp/phpHknAe7) is not within thwe allowed path(s): (/usr/local/slash/apache/vhosts/site/httpdocs) in file.php on line 78
failed to create stream: Operation not permitted in upload.php on line 78
Unable to move '/tmp/phpHknAe7' to [thelocation] in file.php on line 78
I got no access to php.ini, only "www"-root and above. Thanks.