Active
Project:
Corporate Clean
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Apr 2012 at 02:57 UTC
Updated:
3 Aug 2012 at 19:25 UTC
I get this message whenever I enable this template. I changed it to Bartik and the message no longer appears.
Comments
Comment #1
gtsopour commentedHello fehin,
thank you for this issue report.
I can not reproduce this issue and it is the first mention of this. Could you please provide me more information about this issue (maybe some screen shots)? Is your Drupal installation online?
Thanks
/George
Comment #2
fehin commentedI think this has something to do with the search block. I disabled the block and the message no longer shows. I don't need the search block but someone else might.
Comment #3
adellefrank commentedI was not using this theme, 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: