I get this error when I'm trying to access /update.php:
Can not clear module.minimal key in immutable configuration core.extension. Use \Drupal\Core\Config\ConfigFactoryInterface::getEditable() to retrieve a mutable configuration object in Drupal\Core\Config\ImmutableConfig->clear()
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 2410123-7-use-mutable-config.patch | 2.56 KB | jeqq |
| #3 | 2410123-3-use-mutable-config.patch | 2.55 KB | jeqq |
| use-mutable-config.patch | 572 bytes | jeqq |
Comments
Comment #1
jeqq commentedComment #2
amateescu commentedThe patch looks good but it looks like we're missing tests for this functionality.
Comment #3
jeqq commentedAdded test.
Comment #4
dixon_The patch is really simple and straight forward. Looks good to me.
I'd also consider this at least Major priority given the criticality of a broken
update.php.Comment #5
dixon_Comment #6
alexpottThis can be KernelTestBase test.
Comment #7
jeqq commentedThanks for the review @dixon_, @alexpott.
Comment #8
dixon_Looks good.
Comment #9
alexpottThis issue addresses a major bug and is allowed per https://www.drupal.org/core/beta-changes. Committed 74eed0e and pushed to 8.0.x. Thanks!