Closed (fixed)
Project:
Apache Solr Search
Version:
5.x-2.0-rc2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2010 at 17:27 UTC
Updated:
6 Sep 2010 at 04:40 UTC
It looks like there was one devel line left in. I got this error message after enabling Apache Solr and attempting to do my first search:
Fatal error: Call to undefined function dpm() in /usr/local/drupal-5.19/sites/all/modules/apachesolr/apachesolr.module on line 1053
I opened the apachesolr.module file and on line 1053 saw this:
global $pager_page_array, $pager_total, $pager_total_items;dpm($pager_page_array, $pager_total_items, $pager_total);
I commented out everything after the first semi-colon and the problem seems to have been fixed.
Comments
Comment #1
jpmckinney commentedThis is fixed in the dev release. We should probably prepare a new release on the 5.x branch.