Closed (fixed)
Project:
Project ApacheSolr integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Mar 2013 at 14:13 UTC
Updated:
12 Apr 2013 at 15:50 UTC
I disabled a bunch of modules on a D7 drupal.org clone, and apparently the dependency list is incomplete for project_solr, because it allowed me to disable project_release while project_solr was still enabled, and then I got this error:
Fatal error: Call to undefined function project_release_release_node_types() in /var/www/dev/docs-drupal_7.redesign.devdrupal.org/htdocs/sites/all/modules/project_solr/project_solr.module on line 74
So I think project_release needs to be in there as a depenency?
Comments
Comment #1
dwwFor now, an explicit dependency is probably fine. In theory, this module shouldn't *require* project_release, so at one level, I'd rather fix this by making project_solr work without project_release. However, my bigger wish is for this module to die and be replaced with Search API and a few views. So, I don't want to sink time into making it better like this, I'd rather just kill it (even thought that's sadly going to have to wait until after d.o is upgraded to D7)...
Comment #2
dwwPushed to 7.x-1.x:
http://drupalcode.org/project/project_solr.git/commit/88834e5