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

jpmckinney’s picture

Status: Active » Fixed

This is fixed in the dev release. We should probably prepare a new release on the 5.x branch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.