Error "Filter rewrite_items not valid." shows up when taxonomy vocabulary that has tree structure is used as facet. When I turn off that facet error message dosent show in log anymore. Its also wierd that error message dosent show on screen only in log.

I'll do further testing if same happens with every taxonomy tree structure or only that one.

Comments

cpliakas’s picture

Priority: Major » Normal
Status: Active » Postponed (maintainer needs more info)

Hi 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

Rafayel’s picture

I think You need to turn on module "Facet API Bonus".

juampynr’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (works as designed)

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