Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2009 at 11:10 UTC
Updated:
10 Jan 2010 at 17:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
robertdouglass commentedCan you paste some example implementation that causes the error for my testing? Thanks.
Comment #2
swentel commentedTaken from nd_search.module (from nd_contrib branch 6--2)
Comment #3
swentel commentedI've attached two other patches fixing other notices. I did them seperately so you can review them easier, changed title to reflect that we're trying to fix several notices at once :)
I found two others which I couldn't fix immediately or didn't really understand what exactly was going on in there:
For the second notice, a backtrace leads to ../Solr_Base_Query.php:388 where the $themed variable has become an array instead of text. Probably the theme($breadcrum_name, $field) function errors here. The backtrace for the first one seems related too
Comment #4
robertdouglass commentedUnified patch.
Comment #5
robertdouglass commented#664884 by swentel: Fixed Several php notices.
Committing to 6.2. Thanks!
Comment #6
robertdouglass commentedDon't think these need porting.
Comment #7
pwolanin commentedLooks like the code is rather different in 6.x-1.x