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

dww’s picture

For 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)...

dww’s picture

Assigned: Unassigned » dww
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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