PDA

View Full Version : Warning/Fatal Errors


Fatmanacc
Mon 8th Jan '07, 8:45pm
Hello, thanks for taking the time to look. I have a problem after following the instruction guild.

When I run my installation script I recieve this error

Warning: Unknown(): open_basedir restriction in effect. File(/home/fatman/public_html/Forums/install/install.php) is not within the allowed path(s): (/home/james:/usr/lib/php:/usr/local/lib/php:/tmp) in Unknown on line 0

Warning: Unknown(/home/fatman/public_html/Forums/install/install.php): failed to open stream: Operation not permitted in Unknown on line 0

Warning: Unknown(): open_basedir restriction in effect. File(/home/fatman/public_html/Forums/install/install.php) is not within the allowed path(s): (/home/james:/usr/lib/php:/usr/local/lib/php:/tmp) in Unknown on line 0

Fatal error: Can't load /home/fatman/public_html/Forums/install/install.php, open_basedir restriction. in Unknown on line 0

Any help is great. Thanks guys.

Steve Machol
Mon 8th Jan '07, 10:27pm
You have open_basedir restrictions on your server. Honestly I don't know why this would be an issue during the install.

Do you have a phpinfo.php file? If not create a text file with this content:
<?php
phpinfo();
?>Name it 'phpinfo.php' then upload it to your forum directory and post the URL here. This will help us troubleshoot the problem.

Fatmanacc
Tue 9th Jan '07, 1:00am
You have open_basedir restrictions on your server. Honestly I don't know why this would be an issue during the install.

Do you have a phpinfo.php file? If not create a text file with this content:
<?php
phpinfo();
?>Name it 'phpinfo.php' then upload it to your forum directory and post the URL here. This will help us troubleshoot the problem.

I did as instructed but still recieve the same error.
http://www.kurrupt.org/Forums/phpinfo.php

I will contact my hosting company to see if they know of a solution :).

Regards

Allan Cousins

Steve Machol
Tue 9th Jan '07, 1:05am
I didn't say it would fix the problem.

But if that phpinfo.php file is exactly as I posted then this is a problem with this server. You need to contact your host about this and ask them to fix PHP.

Fatmanacc
Tue 9th Jan '07, 1:12am
I didn't say it would fix the problem.

But if that phpinfo.php file is exactly as I posted then this is a problem with this server. You need to contact your host about this and ask them to fix PHP.

Thank you for your help and quick replies. I know what that does and never stipulated that I thought it would fix the problem. Sorry if I gave you the impression that I was angry or what have you. Lot's is lost in online text.

Thanks for your help.

Regards

Allan Cousins