Closed (fixed)
Project:
Open Outreach
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2012 at 17:03 UTC
Updated:
31 Oct 2012 at 22:01 UTC
Since the switch to using Apps in #1459162: Provide features via Apps, installation with Drush fails. Since Aegir installs a site using Drush, Aegir also fails.
Need to apply a version of the patch at #1561652: Allow Apps to Be Installed with Drush During Site Install.
Comments
Comment #1
nedjoI posted a new patch at #1561652: Allow Apps to Be Installed with Drush During Site Install but don't have time ATM to test.
Comment #2
Robin Millette commentedAs I said in #1561652-11: Allow Apps to Be Installed with Drush During Site Install it worked for me :-)
Time to close #1376670: Open Outreach fails to fully install from drush as well?
Comment #3
nedjoThx for testing!
I've added the latest patch from #1561652.
Comment #4
nedjoSeems to be fixed. Pls reopen if not fixed in dev or in the next release (rc3).
Comment #5
nedjoNeeded to refresh and fix an error in the patch from #1561652.
Comment #6
jayelless commentedI have experienced a few problems with Open Outreach 7.x-1.4 not installing correctly in my aegir environment.
The most noticable is that the provided default theme of Granada fails to be selected. The install log contains the following lines:
and looking into the file openoutreach.install.inc at line 472 showed
When I changed line 472 to read
then the default theme was correctly set to Granada.
Another error that shows up in the aegir install log is:
I don't know yet what the impact on functionality of the exception reported above is - Possibly nothing.
There are aslo a couple of other "undefined index" errors that I have spotted:
and
which probably need to be followed up. I am not yet aware of whether either of these has an effect on site functionality.
Comment #7
jayelless commentedWoops. I should have said that I am using version 7.x-1.0-rc4. I don't want to get too far ahead of myself :)
Comment #8
nedjoThanks for the detailed notes. Yes, these problems look to reflect values that are passed only in an interactive install. I'll have a look at fixing this up.
Comment #9
nedjoApplied a version of the fix suggested in #6. Didn't spend the time to track down the user module related warning, but at least we should get a couple fewer warnings and the theme enabling correctly. Thanks jlscott!