Thread: php5.cgi
View Single Post
Old
iHFuze iHFuze is offline
Junior Member
iHFuze is on a distinguished road
 
Posts: 7
Join Date: Jun 2009
Default 06-29-2009, 08:38 PM

Quote:
Originally Posted by FnCool View Post
k, i just tried to run it and got this:
Fatal error: Unknown: Failed opening required '/www/iheroes.hostoi.com/forums/shoutbox_setup/index.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0

somehow, your path is set wrong
there should not be a "/www/" but i'm unsure what/where it's wrong from that message.

i'm thinking
require( "./core/conf.php" );
should be:
require( "core/conf.php" );

maybe someone with more IPBoard experience will reply

also, i see you have no index page, maybe you want to just move the whole forum to public_html and have it as your index.

When I do that.. I get:


Parse error: syntax error, unexpected T_STRING in /home/a2611000/public_html/forums/shoutbox_1_0_2/Upload/shoutbox_setup/index.php on line 34
Reply With Quote