I just installed this hack and I am now getting a Warning and Fatal Error message:
Quote:
Warning: main(./forum/admin/config.php): failed
to open stream: No such file or directory in
/home/glassmav/public_html/forum/global.php on line
744
Fatal error: main(): Failed opening required './forum/admin/config.php'
(include_path='.:/usr/lib/php:/usr/local/lib/php') in
/home/glassmav/public_html/forum/global.php on line
744
|
PHP Code:
| Initialize script // +----------------------------
require_once( './' . $adminpath . '/config.php' );----> this is line 744
if ( $debug != 1 )
{ unset( $showqueries );
unset( $explain ); }
My whole board is down at the moment, how do I fix this? Thanks for the help.