I need a bit help with PHP?

Lee Outlaw

New member
I am getting:


Warning: require() [function.require]: open_basedir restriction in effect. File(/usr/local/apache/htdocs/home/a6462082/public_html/FLS/includes/config.php) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in /home/a6462082/public_html/FLS/login.php on line 7

Free Web Hosting

PHP Error Message

Warning: require(/usr/local/apache/htdocs/home/a6462082/public_html/FLS/includes/config.php) [function.require]: failed to open stream: Operation not permitted in /home/a6462082/public_html/FLS/login.php on line 7

Free Web Hosting

PHP Error Message

Fatal error: require() [function.require]: Failed opening required '/usr/local/apache/htdocs/home/a6462082/public_html/FLS/includes/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a6462082/public_html/FLS/login.php on line 7


Site: http://kaibakc.site90.net/FLS/login.php

And my error line in login.php is:

require($_SERVER['DOCUMENT_ROOT'] . '/home/a6462082/public_html/FLS/includes/config.php');
I use 000webhost and i have created dirs but still doesnt work. Same error.
 
Back
Top