Closed (cannot reproduce)
Project:
Drupal core
Version:
6.28
Component:
search.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 May 2013 at 09:38 UTC
Updated:
27 Oct 2013 at 22:59 UTC
Jump to comment: Most recent file
Comments
Comment #1
m1n0 commentedHere is a simple fix.
It might be that some other module is breaking this but a bit more robustness of the code cannot harm anyone right?
Comment #2
m1n0 commentedComment #3
rooby commentedI'm pretty confident this is not a drupal core bug.
I think it is another module messing up the form array, which then breaks the search module.
Are you using the search_config module by any chance?
If so, try the patch at #1024770: Prevent php notice (it has been committed but is only in the dev version, not the release).
If not, what other search modules are you using and are there any other search related errors in your logs?
Comment #4
lelizondo commentedI'm getting this error too and I do have installed the search_config module. Apache Solr is also present but it's not trowing any logs. The patch mentioned in #1024770: Prevent php notice doesn't solve the problem.
If I disable the search_config module I still have this log.
The patch above does solve this problem.
Comment #5
lelizondo commentedComment #6
rooby commentedThis really shouldn't be able to happen with a clean drupal install, so I still think it is the issue of another module.
I have also seen this error occur because of bugs in other search related contrib modules.
Do you have any other modules or custom code that modify the search form?
If so, try disabling them all one at a time and see which one is the cause (if it is one of them).
Comment #7
jhodgdonThis is definitely not a Drupal Core problem. It looks like some other module on your site is misusing the search form. Drupal Core does not have this problem by itself.
Comment #7.0
jhodgdonRemoving specific path