Quote:
Originally Posted by sv1cec
The new version includes the checking for the special message that banned users receive when they try to log in.
Rgds to all
|
hi sv1cec,
thanks for the new version but i'm facing a problem the modification that takes care of the "special message" for banned users well i banned my test account just to see what happens and the PHP parser gives me this error
Code:
Fatal error: Call to a member function on a non-object in /path/to/includes/functions.php on line 2066
line 2066 from /includes/adminfunctions.php is
PHP Code:
$warn_opts=$DB_site->query_first("select * from ".TABLE_PREFIX."warning_options where oid='1'");
i can't see anything wrong it
rgds