Problem/Motivation
The cache_container table isn't generated until the end of the installation process on Drupal 8.7.11 & 8.8.1 as a result of SA-CORE-2019-009. resulting in a fatal error when attempting to enable this module during installation.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | menu_force-8_8_1_fatal_on_install-3107042-2.patch | 426 bytes | arkener |
Comments
Comment #2
arkener commentedComment #3
arkener commentedComment #4
strykaizerI can confirm the issue, without patch from #2 it is not possible to install Drupal from config.
Since the error thrown by core is not stating the module causing the issue, this can be very tricky for less experienced developers to find the cullprit, so I think the priority "critical" seems fair.
patch in #2 fixes the issue.
Comment #5
strykaizerAdding explicit error for google (this is without patch)
Base table or view not found: 1146 Table 'drupal8.cache_container' doesn't exist
Comment #6
scuba_flyMakes sense checking if the table exists before truncating. Lets commit this!
Comment #8
scuba_fly