Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2010 at 10:39 UTC
Updated:
4 Apr 2011 at 08:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
pimok3000 commentedBTW the error results are still showing, but this error is displayed above of them
Comment #2
pwolanin commentedIf this bug is in 6.x-1.x, let's fix it there first.
However, apachesolr.module does not have 2003 lines in the file in 6.x-1.0 - it only has 1683. Please check whether your code base is intact or has been hacked.
In 6.x-2.x the relevant implode seems to be:
Comment #3
pimok3000 commentedHaving tested the system for 4 days now with line 2121 commented out has no visible side effects and none of the functionality has been influenced in any way. If this error pops up again i will reopen this issue but for now, at least for me , it is closed.
Comment #4
pimok3000 commentedComment #5
jpmckinney commentedPlease leave tickets in fixed status. The bot will set them to closed in time.
Comment #6
pwolanin commentedThis is a real (but simple) bug - here's a possible patch.
Comment #7
robertdouglass commented#840358 by pwolanin | torstenzenk: Fixed Error searching Taxonomies.
Applying #6 to 6.2.
Comment #8
jpmckinney commentedApplied empty -> is_null change to 7.x.
Comment #9
pwolanin commentedactually, for Drupal code we often prefer !isset() to is_null() for this kind of test.
Comment #10
jpmckinney commentedapachesolr_js and show_more_selector don't exist in 1.x