Quote
Warning: main(): open_basedir restriction in effect. File(/test) is not within the allowed path(s): (/home3/whatever:/tmp) in /home3/whatever/public_html/daniel/index.php on line 2
Warning: main(/test): failed to open stream: Operation not permitted in /home3/whatever/public_html/daniel/index.php on line 2
Warning: main(): Failed opening '/test' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/whatever/public_html/daniel/index.php on line 2
Warning: main(/test): failed to open stream: Operation not permitted in /home3/whatever/public_html/daniel/index.php on line 2
Warning: main(): Failed opening '/test' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/whatever/public_html/daniel/index.php on line 2
Here is the code I am using.
<?
include("/test");
?>
What is wrong!?!?! I am linking to /test, not /usr/lib/php whatever. This is driving me CRAZY! lol. Thanks
Edited by danieldaniel, 12 July 2006 - 02:32 AM.
