If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Warning: open_basedir restriction in effect. File is in wron  XML
Forum Index » Support Forum
Author Message
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
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....
Anonymous



thanks a lot
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum