Trosun |
11-27-2005 12:00 PM |
I'm also getting the:
Code:
Database error in vBulletin 3.5.1:
Invalid SQL:
SELECT arcade_challenges.*, touser.username AS tousername, fromuser.username AS fromusername, arcade_games.miniimage, arcade_games.title FROM vb35_arcade_challenges
LEFT JOIN vb35_user AS touser ON (touser.userid=arcade_challenges.touserid)
LEFT JOIN vb35_user AS fromuser ON (fromuser.userid=arcade_challenges.fromuserid)
LEFT JOIN vb35_arcade_games AS arcade_games ON (arcade_games.gameid=arcade_challenges.gameid)
WHERE status=3 ORDER BY datestamp DESC LIMIT 3;
MySQL Error : Unknown table 'arcade_challenges'
Error Number : 1051
Date : Sunday, November 27th 2005 @ 02:58:07 PM
Classname : vb_database
I did a fresh install, I've tried reinstalling aswell.
I've tried dropping the table and running the query you submitted earlier.
I've tried with and without the table prefix. And i've checked that the table exists.
Again, i had nothing arcade'ish installed prior to this installation.
edit: I am using prefix
|