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

voidberg’s picture

Title: Fatal error when editing current_search block » Fix blocks editing
Assigned: Unassigned » voidberg

There are also other issues related to block editing, I am putting them here since they seem to be related:

  1. On /admin/settings/current_search/list/standard/edit a fatal error occurs: Fatal error: Class 'CurrentSearchItem' not found in /sites/all/modules/facetapi/contrib/current_search/plugins/current_search/item_group.inc on line 11.
  2. When trying to remove an item from a block: Fatal error: Class 'ctools_export_ui' not found in /sites/all/modules/facetapi/contrib/current_search/plugins/export_ui/current_search_export_ui.class.php on line 11.
  3. Add item to block does not work.
voidberg’s picture

Issue summary: View changes

remove client name

thekatic’s picture

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