i believe it is related to this hack. The error never occured before installing this hack, and it occures when i'm clickin on one of the game links.. I'll try reinstalling, maybe i did someting wrong, i'll post back w/ results
Update:
found this in proarcade.php...looks like it is trying to grab info from that table
Code:
// get the relative URL of the forum
$vpa_bburl = reduceurl($bburl);
$storepoints = $DB_site->query_first("SELECT storep FROM user WHERE userid=$bbuserinfo[userid]");
$points=$storepoints[storep];
if ($points > 0)
{$points--;
$DB_site->query("UPDATE user SET storep=$points WHERE userid=$bbuserinfo[userid]");
$storepoints = $DB_site->query_first("SELECT storep FROM user WHERE userid=1");
$points=$storepoints[storep];
$points++;
$DB_site->query("UPDATE user SET storep=$points WHERE userid=1");