Posted by pbowyer on May 24, 2006 at 8:08pm
Jump to:
| Project: | Search Keywords |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | sugree |
| Status: | closed (fixed) |
Issue Summary
The function in search_keywords.install is called:
silverabb_install()
This should be:
search_keywords_install()
Otherwise the installer doesn't run!
Comments
#1
...and this is what happens when it's activated and I navigate to the keyword log:
* user warning: Table 'MYDB.search_keywords_log' doesn't exist query: SELECT COUNT(*) FROM search_keywords_log a in /...path.../USER/MYSITE.COM/includes/database.mysql.inc on line 120.* user warning: Table 'MYDB.search_keywords_log' doesn't exist query: SELECT a.* FROM search_keywords_log a ORDER BY a.timestamp DESC LIMIT 0, 30 in /...path.../USER/MYSITE.COM/includes/database.mysql.inc on line 120.
#2
oops! sorry :)
#3