Error 1146; 'threadviews' table doesn't exist?
Filed Under zjbr.com |
At any rate, here is the error I'm getting via email - thus far I haven't been able to reproduce it myself, even when signed out, so I'm having an even harder time trying to figure out how the heck to address it:
Invalid SQL:
INSERT INTO taggregate_temp_1215543360
SELECT threadid, COUNT(*) AS views
FROM threadviews
GROUP BY threadid;
MySQL Error : Table 'eddzone.threadviews' doesn't exist
Error Number : 1146
Request Date : Tuesday, July 8th 2008 @ 02:56:43 PM
Error Date : Tuesday, July 8th 2008 @ 02:56:43 PM
Script : http://www.edtropolis.com/forum/cron.php?rand=687470
Referrer : http://www.edtropolis.com/forum/postings.php?t=3931&pollid=
IP Address : xx.xxx.x.xx
Username : Unregistered
Classname : vB_Database
MySQL Version :
If anybody could offer any insight or suggestions I would be eternally grateful :o
CREATE TABLE threadviews (
threadid INT UNSIGNED NOT NULL DEFAULT '0',
KEY threadid (threadid)
)
You may wish to change your FTP and MySQL passwords (don't forget to update config.php) just to be safe, too.
Unfortunately, I've not been able to find a thread on the matter that's helped me work this out on my own (most of the ones I've found either suggested upgrading (I've just implemented the 3.7.2 Patch Level 1 so I am up-to-date), or else made mention of the "vBulletin Blog," which again we're not using. It's possible that I'm just not looking at the right threads so if anybody does know of one that could be of more help, or else could point me in the right direction with some advice/suggestions, I'd be most grateful ...
table missing
#If you have any other info about this subject , Please add it free.# |