Quote:
Originally Posted by DarkSavior
Link shows up nicely, but page gives fatal error when clicked.
Code:
Fatal error: Call to undefined function: show_nopermission() in C:\www\forums\member.php on line 1233
Line 1233 contains just that show_nopermission(); code.
|
Open member.php
find:
PHP Code:
if ( $action == "reset_stats" ) :
Under It Add:
PHP Code:
include_once ( './global.php' ) ;
That should fix the error, forgot that the member.php includes global.php with each different action.
Cheers,
g-force2k2