Closed (works as designed)
Project:
Facet API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2013 at 22:42 UTC
Updated:
20 Feb 2014 at 17:19 UTC
Jump to comment: Most recent
Comments
Comment #1
cpliakas commentedHi dmiric.
The "rewrite_items" filter is not part of core Facet API, so I am guessing that another module was enabled that defines this filter, this filter was set for that facet, and then the module was disabled. Therefore I am thinking that Facet API detects that the filter is no longer valid (meaning it doesn't exist anymore) and sets the error.
Thanks,
Chris
Comment #2
Rafayel commentedI think You need to turn on module "Facet API Bonus".
Comment #3
juampynr commentedEnabling the module fixes the issue. Also, if you do not need that module, it may be that the facet is exported into a feature. Remove references to rewrite_items in code and that will fix it too.