Closed (fixed)
Project:
Octopus
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2011 at 16:35 UTC
Updated:
16 Sep 2011 at 13:31 UTC
The Feature Server module has http://drupal.org/project/nodereference_url listed as a dependency, but building a new site on the Feature Server platform distributed with Octopus doesn't include this module.
The Feature Server module is enabled when the site is first installed, but the ability to post new Feature releases directly into projects is broken, as expected.
After the site has been sitting around a while (probably until cron runs, or the update module does its thing), the Feature Server module disables itself after noticing the missing dependency, and pretty much every page in the site returns a 404.
It seems the make file needs an update..
Comments
Comment #1
memtkmcc commentedThis commit in HEAD should fix the issue: http://drupalcode.org/project/octopus.git/commit/1e7ff66
Plus: https://github.com/omega8cc/feature_server/commit/db0fd9e9e9da768ace9037...
Thanks for the report.
Comment #2
thedavidmeister commentedthanks for the quick response!
i take it that it is safe to update my STABLE version to HEAD then..
now i just have to figure out how.. (BOA newbie here)
Comment #3
memtkmcc commentedPlease see docs/UPGRADE.txt link on the project page.
Comment #4
omega8cc commented