|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
open_basedir restriction in effect
I've created a file uploader but i keep getting the following error message:
Warning: open_basedir restriction in effect. File is in wrong directory in /home/everythinguk/public_html/php/uploader.php on line 88 although it show the file has been uploaded onto the server ,it hasnt. |
|
#2
|
|||
|
|||
|
RE: open_basedir restriction in effect
Looks like your host has open_basedir set to on. You won't be able to access any files outside of your home directory. Are you trying to store the file in /tmp? I would guess so as that is the most common place...
One way to fix this is if you are using the copy() function, use move_uploaded_file() instead.... |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > open_basedir restriction in effect |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|