Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2008 at 17:11 UTC
Updated:
2 Jul 2008 at 18:17 UTC
Jump to comment: Most recent file
Comments
Comment #1
WorldFallz commentedhere's an updated patch file with the the required hook_theme implementation. Coder comes up clean and module installs with no problems.
Comment #2
zarin commentedhm, i have an error with this patch (using drupal 6.1)
url: .../search/apachesolr_search/test (content is indexed and world "test" is in the index)
error: Fatal error: Unsupported operand types in ...\includes\common.inc on line 1265
Comment #3
robertdouglass commented@WorldFallz: thanks. I'll take a look.
Comment #4
robertdouglass commentedComment #5
drunken monkeyI created a new DRUPAL-6--1 branch and committed WorldFallz' patch to it.
Please file consecutive patches against that version.
Comment #6
robertdouglass commentedUpon enabling the apachesolr.module:
Upon searching:
Fatal error: Unsupported operand types in /Users/robert/Sites/d6soc/includes/common.inc on line 1265and
Comment #7
robertdouglass commentedComment #8
robertdouglass commentedComment #9
drunken monkeyI committed a new version of the two .module files where the mentioned bugs should be fixed. I just couldn't reproduce the last two notices locally, so I don't know if they still occur.
Please see, whether you come against any errors or unsuspected behaviour. Tests still need to be written and/or updated, which will probably be done some time later this week.
Comment #10
puregin commentedInstalled and tested - the latest version (June 2, 2008) now fixes earlier issues with the configuration screens... works as expected, except that the sort block does not appear.
This seems to be because the theme functions are not registered. I've added these to apachesolr_theme().
I've also reorganized the code for the search block so that it goes into the switch statement along with the other block generation code.
Comment #11
drunken monkeyThanks for the help, puregin, I didn't check that.
On my system your patch works fine, if noone reports problems I'll commit it later.
Comment #12
drunken monkeyNewest version now available, including puregin's patch (thanks, again) and some additional tests (now > 50).
Comment #13
drunken monkeySeems like there are no problems anymore (or at least not directly with the port), so setting this to "fixed".
Comment #14
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.