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/