Thread: php5.cgi
View Single Post
Old
FnCool FnCool is offline
Senior Member
FnCool is on a distinguished road
 
Posts: 904
Join Date: Feb 2009
Location: Barrie On CA
Default 06-29-2009, 07:08 PM

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.
Reply With Quote