
07-28-2003, 07:49 PM
|
 |
|
|
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Today at 04:43 PM cindyd said this in Post #3112
I just installed this hack and I am now getting a Warning and Fatal Error message:
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.
|
Remove the ./ in that line.
|