Closed (fixed)
Project:
Faceted Search
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2009 at 21:14 UTC
Updated:
7 Jan 2010 at 01:14 UTC
When I tried to upgrade to 6.x-1.0-beta2 from some earlier development version I had the problem that I got a fatal error before I even got a chance to upgrade my database.
Fatal error: Call to a member function ready() on a non-object in C:\xampp\htdocs\trunk\sites\all\modules\faceted_search\faceted_search_ui.module on line 131
This error goes away once the database is updated so that the table faceted_search_env exists. But, as I said, it was difficult to do the database update. I therefore propose a little patch, as attached, to avoid this problem. It worked for me.
| Comment | File | Size | Author |
|---|---|---|---|
| faceted_search_ui.module.patch | 806 bytes | gustav |
Comments
Comment #1
david lesieur commentedIn any case, it seems safer to have this extra check than not have it.
Committed! Thanks for the patch.
Comment #3
mrlava commentedI ran into this exact same error but the problem was the module "Themekey" was conflicting with the "Faceted Search" module. I disabled "Themekey" and the problem went away.
Comment #4
ianchan commentedWhat type of conflict was occurring with Themekey? Did you encounter empty search result sets?