![]() |
Code:
Database error in vBulletin 3.6.4: |
Quote:
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 |
ok
let me try again this is wat i got Code:
An error occurred while attempting to execute your query. The following information was returned. |
Quote:
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`) ) |
Quote:
|
Quote:
ok good |
Works great, any chance of getting a way to remove 1 search term from the box, like the way Zoints Tags works (which looks similar) is that if you're an admin, there's an x next to each tag (or search term in this case) which will remove it. Also, it might be good to have a list of words that would be ignored, i've already got a swear word up on mine :)
Great work! Thanks!! |
I'm getting the following error on my forums after product upload....
Database error in vBulletin 3.6.4: Invalid SQL: SELECT MAX(`count`) AS m FROM vb_coder_searchstats; MySQL Error : Table 'Redline.vb_coder_searchstats' doesn't exist Error Number : 1146 Date : Tuesday, February 20th 2007 @ 09:54:06 PM Script : http://www.mysite.org/forum/index.php Referrer : http://www.mysite.org/forum/admincp/index.php?do=head IP Address : xx.xx.xx.xx Username : xxxxxxx Classname : vb_database I tried the fix above but it didn't work for me |
Nevermind, I went in and manually edited the database. The problem is that your product is not creating the "TABLE_PREFIX" because its not in the product to include it. So you might want to fix that as well. Also, the "expand / collapse" doesn't work. It expands / collapses my "upcoming events"
EDIT: and that would be because you're USING the "upcoming events" module for it. As shown in your FORUMHOME template edit here: HTML Code:
onclick="return toggle_collapse('forumhome_events') |
/me uninstalled until fixes are made
|
All times are GMT. The time now is 04:23 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|