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.

CommentFileSizeAuthor
faceted_search_ui.module.patch806 bytesgustav

Comments

david lesieur’s picture

Status: Needs review » Fixed

In any case, it seems safer to have this extra check than not have it.

Committed! Thanks for the patch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

mrlava’s picture

I 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.

ianchan’s picture

What type of conflict was occurring with Themekey? Did you encounter empty search result sets?