The function in search_keywords.install is called:
silverabb_install()
This should be:
search_keywords_install()

Otherwise the installer doesn't run!

Comments

silurius’s picture

...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.
sugree’s picture

Assigned: Unassigned » sugree
Status: Active » Fixed

oops! sorry :)

Anonymous’s picture

Status: Fixed » Closed (fixed)