Closed (cannot reproduce)
Project:
Conditional Fields
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2012 at 00:40 UTC
Updated:
3 Aug 2012 at 19:25 UTC
I enabled debug and krumo
it looked like the following was causing the notice:
conditional_fields_element_after_build();
when I disabled conditional fields the error went away
Comments
Comment #1
socialnicheguru commentedit was in face the search_api_facetapi module
Comment #2
adellefrank commentedI was not using this module, just the basic search module in core. I encountered this error after adding a hook_form_alter() to my template.php which tried to alter all forms (and, unknowingly, included the basic 'search_block_form' I was using). To "fix" this error, I made sure the first line of my if statement did NOTHING if the $form_id == 'search_block_form'. For example: