Closed kentr closed 8 years ago
The patch is in kentr-allow-repeated-setSitePath-in-DrupalKernel.patch
Resolved with patch mentioned above.
Added patch in Allow repeated calls to DrupalKernel ::setSitePath() on d.o
https://www.drupal.org/project/drupal/issues/2829346 commited in 8.4.x
The PHP-PM architecture appears to be calling
\Drupal\Core\DrupalKernel::setSitePath()
multiple times. The method has a guard which prevents subsequent calls after the kernel is "booted", which is causing an exception; it needs to allow subsequent calls while still disallowing changes tositePath
.I'm not keen on hacking core, but until a better solution is found I'm proposing patching:
to: