Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
15/06/2002 20:41:27
|
Anonymous
|
Warning: open_basedir restriction in effect. File is in wrong directory
I got that message when I tried to upload a file by using uploader. I'm using a free host with cgi, php, mysql...
Please help
|
|
16/06/2002 11:04:49
|
Anonymous
|
Hi Tomb,
This usually happens, when your ISP is using Virtual hosting. The script is probally looking like this:
copy ($Source,$Target);
Try to change it to this:
move_uploaded_file ($Source,$Target);
Succes....
|
|
16/06/2002 22:45:34
|
Anonymous
|
thanks a lot
|
|
|
|
|
|
Based on the open source JForum
|