The message I get is...
Invalid SQL: SELECT u.username, s.userid, s.shout_text, s.timestamp FROM user u, shoutbox s WHERE u.userid = s.userid ORDER BY s.timestamp DESC LIMIT 1
mysql error: Table 'vbulletin.shoutbox' doesn't exist
mysql error number: 1146
And my sites down.
I deleted the shoutbox table and all shoutbox templates and the site is still down....
What else can I do?
|