I am getting this error:
Database error in vBulletin 3.5.0:
Invalid SQL:
SELECT arcade_challenges.*, touser.username AS tousername, fromuser.username AS fromusername, arcade_games.miniimage, arcade_games.title FROM arcade_challenges AS arcade_challenges
LEFT JOIN user AS touser ON (touser.userid=arcade_challenges.touserid)
LEFT JOIN user AS fromuser ON (fromuser.userid=arcade_challenges.fromuserid)
LEFT JOIN arcade_games AS arcade_games ON (arcade_games.gameid=arcade_challenges.gameid)
WHERE status=3 ORDER BY datestamp DESC LIMIT 3;
MySQL Error : Table 'bozzyswo_vb.arcade_games' doesn't exist
Error Number : 1146
Date : Monday, November 28th 2005 @ 03:08:37 PM
Script :
http://www.unrulypolitics.com/arcade.php
Referrer :
http://www.unrulypolitics.com/
IP Address : 69.243.92.244
Username : Bozzy
Classname : vb_database