Closed (duplicate)
Project:
Octopus
Component:
Drupal Platforms
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2012 at 21:40 UTC
Updated:
22 Jul 2013 at 01:56 UTC
Since the /core patch was applied to Drupal 8 it's no longer possible to deploy sites that are D8, it would be great if we could get this working again so that we can work on core patches.
Comments
Comment #1
omega8cc commentedIt is now supported out of the box.
Comment #2
attiks commentedIt's probably me, but after creating a platform I get
This is on a clean, fresh server install:
ubuntu 11.10 64 bit
drush version 4.6-dev
Possible related issues:
#1541990: Improve check before calling t() (D8 drupal_container() patch broke drush)
#1540110: Drush calling t() before D8 dependency injection construct is available
Debug output:
Comment #3
omega8cc commentedPlease open new issue with all required config/log files attached.
Comment #4
omega8cc commentedAlso, if there is a bug in D8, we can't do anything on our side. D8 is under active development, so it is expected that it may be broken, even if it worked when we have added its experimental support in Aegir. That is the idea behind adding this in Octopus - to help with catching fatal issues early.
Comment #5
omega8cc commentedIt looks like the hotfix from #1541990: Improve check before calling t() (D8 drupal_container() patch broke drush) is good enough, so it has been applied in https://github.com/omega8cc/drush_4x/commit/3f7ddcbc2ffb1646fe6e92e3a431...
Thanks for the report and the hint!
Comment #6
attiks commentedYou're welcome ;p
Comment #8
omega8cc commentedA better fix: http://drupal.org/node/1541990#comment-6016850
Comment #9
omega8cc commentedFor follow-up please check #1616954: Drupal 8 support