How to fix the open_basedir restriction error?
Posted
by streetparade
on Stack Overflow
See other posts from Stack Overflow
or by streetparade
Published on 2010-03-15T21:52:51Z
Indexed on
2010/03/15
21:59 UTC
Read the original article
Hit count: 137
Hy I have a script called dataface, on a shared host it outputs all the time this warning
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect.
File(/usr/local/lib/php/Dataface/FormTool/text.php) is not within the allowed path(s):
(/home/:/usr/lib/php:/tmp) in /home/a4385243/public_html/dataface/Dataface/FormTool.php on line 654
How can i fix this ?
© Stack Overflow or respective owner