Apache Solr Search Integration module seems stable enough with php 5.3 except for the following issue. Under the title of my posts (http://vladgh.com) I have a list of taxonomy terms grouped by vocabulary (categories and tags). Clicking on any of those links gives me the error:
warning: get_object_vars() expects parameter 1 to be object, null given in /srv/vladgh.com/sites/all/modules/apachesolr/apachesolr_search.module on line 937.
With these errors I usually look for &$ in front of the mentioned parameter (in this case $response) but here nothing works.
Apache 2.2.14-5ubuntu8
PHP 5.3.2-1ubuntu4.2 with mod-php
Tomcat 6.0.24-2ubuntu1
Solr-Tomcat 1.4.0+ds1-1ubuntu1
Drupal 6.17
Thank you in advance,
Vlad.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | patch.patch | 1.06 KB | jpmckinney |
Comments
Comment #1
VladGh commentedI applied the solution here: http://drupal.org/node/818832#comment-3059910 at line 937 in this module and it works.
Comment #2
jpmckinney commentedFixed in 5--2, 6--1, 6--2, 7--1.