Drupal 10, the latest version of the open-source digital experience platform with even more features, is here.I am trying to host a site that itself, has the hosting modules.
It was breaking my aegir! After much trial and error I discovered it was the verify process on the hosted site.
I tracked it down to verify.provision.inc:
if (function_exists('hosting_get_features')) {
// We're verifying the hostmaster site, so record a list of enabled
// Hosting Features.
$aegir_drushrc = new Provision_Config_Drushrc_Aegir();
$aegir_drushrc->write();
}
I am going to attempt to use
d('@hostmaster')
to detect a running "hostmaster" site instead.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2704291-check-hostmaster.patch | 722 bytes | Jon Pugh |











Comments
Comment #2
Jon PughComment #3
Jon PughPatch attached. Branch push pending.
Comment #6
helmo CreditAttribution: helmo as a volunteer and at Initfour websolutions commentedcommitted