If someone is palying a game in the arcade and I go in the in who's online page I get this error:
Quote:
Fatal error: Call to a member function on a non-object in /home/hsphere/local/home/zforcene/forums.zforcenetwork.com/online.php on line 642
|
Line 642 in the online.php file reads:
PHP Code:
$game_q = $DB_site->query_first("SELECT title FROM arcadegames WHERE name='$userinfo[gamename]'");
I also have one other problem. I have turned the champion thing on so if your #1 in a game it'll put red text under your name. This seems to be working for three games, despite me having the crown in all the games. Breakout, Space Invaders, and Snake all seem to work but the other don't. The URL of my board is
http://forums.zforcenetwork.com/ BTW.