rgomes
Verified User
- Joined
- Nov 14, 2006
- Messages
- 11
hi everyone;
i´m having this strange problem:
Warning: Unknown(): open_basedir restriction in effect. File(/home/mydarcom/public_html/forum/index.php) is not within the allowed path(s): (/home/lizard:/usr/lib/php:/usr/local/lib/php:/tmp) in Unknown on line 0
i´ve already checked php.ini for safe_mode and is off and open_basedir is disabled.
In the httpd.conf i´ve:
<VirtualHost xx.xx.xx.xx>
ServerAlias mydarkserver.com
ServerAdmin [email protected]
DocumentRoot /home/mydarcom/public_html
BytesLog domlogs/mydarkserver.com-bytes_log
ServerName www.mydarkserver.com
ScriptAlias /cgi-bin/ /home/mydarcom/public_html/cgi-bin/
User mydarcom
Group mydarcom
CustomLog /usr/local/apache/domlogs/mydarkserver.com combined
</VirtualHost>
i´ve checked almost everything...
Help any one ?
Regards,
Rui Gomes
i´m having this strange problem:
Warning: Unknown(): open_basedir restriction in effect. File(/home/mydarcom/public_html/forum/index.php) is not within the allowed path(s): (/home/lizard:/usr/lib/php:/usr/local/lib/php:/tmp) in Unknown on line 0
i´ve already checked php.ini for safe_mode and is off and open_basedir is disabled.
In the httpd.conf i´ve:
<VirtualHost xx.xx.xx.xx>
ServerAlias mydarkserver.com
ServerAdmin [email protected]
DocumentRoot /home/mydarcom/public_html
BytesLog domlogs/mydarkserver.com-bytes_log
ServerName www.mydarkserver.com
ScriptAlias /cgi-bin/ /home/mydarcom/public_html/cgi-bin/
User mydarcom
Group mydarcom
CustomLog /usr/local/apache/domlogs/mydarkserver.com combined
</VirtualHost>
i´ve checked almost everything...
Help any one ?
Regards,
Rui Gomes
Last edited: