There is an undocumented dependency on xc_solr module by the oaiharvester module. I get the following error when I attempt to access admin/xc/harvester/schedule without the xc_solr module enabled:

PHP Fatal error:  Call to undefined function xc_solr_ping() in sites/all/modules/xc/
oaiharvester/oaiharvester.module on line 1351

Comments

pkiraly’s picture

Assigned: Unassigned » pkiraly
Status: Active » Needs review

I have fixed it. I added a module_exists('xc_solr') check as a workaround. I guess I should create a hook, to add additional information. Could you check whether this solution works for you?

stella’s picture

Status: Needs review » Needs work

It fixes it on admin/xc/harvester/schedule but not when I click down into my repository detail view. It's the same error, but just on line 629 this time.