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.