Hi Friends...
First sorry for my english, but I hope you understand what my issue is

I have a similar problem as descibed in this thread:
http://forums.contribs.org/index.php?topic=5774.msg20441#msg20441and I followed the advise and do the job as described in the FAQ-link (I also remember to reboot); but my script (upload.php) gives me this line in /var/log/message:
"Jan 18 09:53:18 moornook httpd: PHP Warning: open_basedir restriction in effect. File is in wrong directory in /home/e-smith/files/ibays/anbay/html/annews/newsadmin/upload.php on line 111"
In line 111 in upload.php I have this:
copy($userfile, $dirname."/".$filename) or die("
Error: could not copy file.");
Now comes the tricky part

If I edit my php.ini and insert this:
upload_tmp_dir=/home/e-smith/files/ibays/anbay/html
..then my upload-script works fine; but it is not a solution for my SME-server (ver. 5.5 update1) because then file upload only works for that specific ibay, and I have severals virtualdomains. No, I want it should work for all my domians. So here comes my question: How do I do that??? Is there a workaround? I hope

)
Best regards
Steen Loecke