View Single Post
Old March 21st, 2006, 10:28 AM   #6 (permalink)
mr_fern
All Ur Base R Belong 2 Us
Excelling Contributor
 
mr_fern's Avatar
 
Joined in Feb 2005
Lives in Vegas & New York
824 posts
Gave thanks: 2
Thanked 6 times
Quote:
Warning: main(): open_basedir restriction in effect. File(/home2/zetans/public_html/includes/version.php) is not within the allowed path(s): (/home/zetans/:/usr/lib/php:/usr/local/lib/php:/tmp)
Well, the issue the first warning gives is that open_basedir is on.

You have access to the following paths:
/home/zetans/, /usr/lib/php, /usr/local/lib/php, and /tmp

The problem is that you're trying to access the path /home2/zetans, which PHP has been instructed not to allow you to access. That error flows through to the next two.

That's why I brought attention to the /home2/
__________________
Nobody doing nothing
mr_fern is offline   Reply With Quote