Active
Project:
Facet API
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Apr 2013 at 14:22 UTC
Updated:
3 May 2013 at 19:14 UTC
Jump to comment: Most recent
On /admin/settings/current_search/list/standard/edit
Fatal error: Class 'CurrentSearchItem' not found in /sites/all/modules/facetapi/contrib/current_search/plugins/current_search/item_group.inc on line 11
As a quick fix I added
require_once('item.inc'); to contrib/current_search/plugins/current_search/item_group.inc
Comments
Comment #1
voidberg commentedThere are also other issues related to block editing, I am putting them here since they seem to be related:
Comment #1.0
voidberg commentedremove client name
Comment #2
thekatic commentedI must add another one.
If you have multiple search pages, you can't set two blocks to be visible one for each page.
Now, if you change setting for one block, other will also be changed.
This setting can be found at the bottom of any "Current search: ..." block, when edited.