Mistake in search_keywords.install prevents installer working
reywob - May 24, 2006 - 20:08
| Project: | Search Keywords |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | sugree |
| Status: | closed |
Jump to:
Description
The function in search_keywords.install is called:
silverabb_install()
This should be:
search_keywords_install()
Otherwise the installer doesn't run!

#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