Got an error, so uninstalled, yet getting the following error:
Code:
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(games.highscorerid) AS count, user.username, user.userid
FROM arcade_games AS games
LEFT JOIN user AS user ON user.userid = games.highscorerid
WHERE user.userid IS NOT NULL
GROUP BY user.username, user.userid
ORDER BY count DESC, user.userid ASC
LIMIT 3;
MySQL Error : Table 'apni_forum.arcade_games' doesn't exist
Error Number : 1146
How can I remove this error?
Note: I have already undone all the steps I took to install it.