Drupal 10, the latest version of the open-source digital experience platform with even more features, is here.Attempting to add a static platform fails both from the command line and in the Octopus user GUI, returning the following errors:
PHP Fatal error: Call to a member function make() on a non-object in /var/aegir/.drush/drush_make/drush_make.
drush.inc on line 227
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Call to a member function make() on a non-object in
/var/aegir/.drush/drush_make/drush_make.drush.inc, line 227
fast1.ftp:[static]$
Additionally, the following errors were also reported, and I have filed an issue with drupal (both 7.24 and 7.23 return same error):
Project information for drupal retrieved. [ok]
Invalid version 7.24 for drupal. [error]
Non-existent project type on project responsive_bartik [error]
(whatever theme is listed last in my makefile, it returns this error)










Comments
Comment #1
omega8cc CreditAttribution: omega8cc commentedThis is not a BOA problem. See:
https://github.com/drush-ops/drush/issues/249
https://github.com/drush-ops/drush/issues/271
https://github.com/drush-ops/drush/issues/268
Next BOA release will include head versions for Drush 5 and Drush 6 so you should use drush6 make to build custom platforms .
Comment #2
Anonymous (not verified) CreditAttribution: Anonymous commentedI was finally able to install a static platform but not through aegir or drush make. I downloaded drupal 7.24 in the proper place, put my make file in the proper place, and then used the aegir GUI to create the platform and it worked.
Comment #3
lsolesen CreditAttribution: lsolesen commentedHowever, I am still experiencing the problems in 2.13. But drush6 is probably not used automatically from the web interface? Cross reference #2141421: Cannot add platform via webintraface after Drupal.org upgrade to D7
Comment #4
omega8cc CreditAttribution: omega8cc commentedYes, Aegir version used in BOA still uses Drush 4.6-dev by default and this version is not fixed to support drupal.org post-upgrade hiccups. You should build platforms on command line.
Comment #5
lsolesen CreditAttribution: lsolesen commentedGuessing that there is still som d.o. problems, as this still does not work to build a new platform on BOA 2.13:
Comment #6
omega8cc CreditAttribution: omega8cc commentedYeah, probably: https://github.com/drush-ops/drush/issues/268#issuecomment-29045302