I noticed the games not working when I upgraded to 3.8 (latest stable)
So I when to uninstall it, and now I get this error:
Code:
Database error in vBulletin 3.8.1:
Invalid SQL:
SELECT c.*, g.gcat, g.gid, g.gname,u.username,u.usergroupid,cat.password,COUNT(champ_mid) AS total
FROM games_list AS g, games_cats AS cat, games_champs AS c
LEFT JOIN user AS u ON(c.champ_name = u.username)
WHERE c.champ_gid=g.gid AND g.gcat=cat.c_id AND cat.password=''
GROUP BY userid ORDER BY total DESC LIMIT 0,3;
MySQL Error : Table '*****_forums.games_list' doesn't exist
Error Number : 1146
Request Date : Sunday, February 8th 2009 @ 11:14:45 PM
Error Date : Sunday, February 8th 2009 @ 11:14:46 PM
Script : http://www.**********.com/index.php
Referrer : http://www.**********.com/showthread.php?t=15577
IP Address : **.***.**.**
Username : Ryan
Classname : vB_Database
MySQL Version : 4.1.22-standard
Any reason why or how to fix it?
Although, I can still access the admin panel.
Also, for privacy reasons, I put stars (*) blocking out what I think should have been blocked out.
- Ryan