Download & Extend

Mistake in search_keywords.install prevents installer working

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

Assigned to:Anonymous» sugree
Status:active» fixed

oops! sorry :)

#3

Status:fixed» closed (fixed)