Even after removing the product I still get 50 or so emails a day with this database error.
Code:
Subject: vBulletin Database Error!
Database error in vBulletin 3.7.0 Release Candidate 2:
Invalid SQL:
SELECT COUNT(*) count FROM zoints_tag zoints_tag
LEFT JOIN thread thread ON(zoints_tag.threadid = thread.threadid)
WHERE zoints_tag.tag = 'ojt'
AND thread.forumid IN(1,72,2,62,75,87,60,95,61,63,92,101,91,102,103,105,64,65,66,67,68,69,96,104,85,100,73,77,99,88,90,93,6,7,8,84,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,82,94,44,45,46,47,48,49,50,83,51,52,53,54,55,56,57,58,59,70,71,97,98,76);
MySQL Error : Table 'prison_forums.zoints_tag' doesn't exist
Error Number : 1146
Date : Saturday, April 12th 2008 @ 10:07:22 AM
Script : http://forums.prisonofficer.org/tags/ojt/
Referrer :
IP Address : *.*.*.*
Username : XXXXXXX
Classname : vB_Database
MySQL Version : 4.1.22-standard
I know it is that the table doesn't exists.. which it shouldn't.. because it was uninstalled, however.. I have searched my styles for anything to do with zoints or tags and can not figure out why this is called.
: Figured it out. Needed to remove the directory '/tags/' and the files in it under the forum root directory.