Closed (fixed)
Project:
Provision
Version:
7.x-3.x-dev
Component:
Hosting Drupal 8 sites
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2017 at 09:18 UTC
Updated:
23 Nov 2017 at 15:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
helmo commentedLooking at the D8 code it maybe as easy as this patch (untested)
PS: #2754069: API Only: Allow site nodes to specify "install_method", allowing something other than automated Drupal profile. might help as a workaround.
Comment #3
helmo commentedThat does not seem to work :( ... patches welcome.
Comment #4
josebc commentedIssue was in install_drupal not getting the correct arguments, according to d8 docs https://api.drupal.org/api/drupal/core%21includes%21install.core.inc/fun... it should receive the classloader as a first argument
Comment #6
helmo commentedThanks, just tested and this works.
Committed.