Move definition of MAINTENANCE_MODE = install to install_drupal

Created on 5 September 2017, over 6 years ago
Updated 4 May 2024, 14 days ago

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 πŸ“Œ [meta] Use a proper kernel for the installer Active

Remaining tasks

Discus, Patch, Commit

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Needs work

Version

11.0 πŸ”₯

Component
InstallΒ  β†’

Last updated 2 days ago

No maintainer
Created by

πŸ‡«πŸ‡·France andypost

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.67.2 2024