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
Comment #1
pkiraly commentedI 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?
Comment #2
stella commentedIt 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.