Quote:
Originally Posted by AMG021
Code:
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT MAX(`count`) AS m FROM coder_searchstats;
MySQL Error : Table 'vastatic_forum.coder_searchstats' doesn't exist
Error Number : 1146
Date : Tuesday, February 20th 2007 @ 03:34:50 PM
i got this error WHY ?
|
it tells that the hack table doesnt exist..
Please re-install the product again..
If for any reason the problem presists execute this query manually from the admincp:
Code:
CREATE TABLE `coder_searchstats` ( `id` int(10) unsigned NOT NULL auto_increment, `query` varchar(200) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM