Quote:
Originally Posted by dai-kun
When I try to run the kill_warn.php script, it gives me error
Code:
Fatal error: Call to a member function on a non-object in /home/domain/domain.com/forum/global.php on line 243
What that means?
Also, when Im in the admincp, trying to view the warn logs, when i press the view next page, it loads but then it doesn't go to the next page. it's still on page one.
|
that means there is a function call in that script which isn't declarerd anywhere most likely there are references to $DB_site while it should be $db in 3.5.x you need to download the kill_warns attached