Quote:
Originally Posted by coderphp
ok now it is clear for me
do the following:
1- reinstall the product.
2- execute this new query:
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`) )
|
Thank you sooo much! It worked