Problem/Motivation
This global defined before version check
/**
* Global flag to indicate the site is in installation mode.
*
* The constant is defined using define() instead of const so that PHP
* versions prior to 5.3 can display proper PHP requirements instead of causing
* a fatal error.
*/
define('MAINTENANCE_MODE', 'install');
Proposed resolution
Move to install_drupal() cos here installation really begins and mode changing
TODO find better class constant #1530756: [meta] Use a proper kernel for the installer
Remaining tasks
Discus, Patch, Commit
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #21 | 2906787-21.patch | 1.11 KB | maks oleksyuk |
| #13 | 2906787-13.patch | 1.98 KB | sharma.amitt16 |
| #4 | 2906787-move_definition_of_mm_mode.patch | 1.34 KB | mariiadeny |
Issue fork drupal-2906787
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
gumanist commentedComment #3
gumanist commentedComment #4
mariiadeny commentedComment #5
andypostComment #12
andypostComment #13
sharma.amitt16 commentedRe-rolling the patch for the D9.1.x branch.
Comment #21
maks oleksyuk commentedUpdating the patch to branch 11.x