SilentConfigurationUpgradeReadonlyException extends Exception
Thrown when the SilentConfigurationUpgrade cannot make changes to the settings.php.
Table of Contents
Properties
- $message : mixed
Methods
- __construct() : mixed
Properties
$message
protected
mixed
$message
= 'The SilentConfigurationUpgradeService needs to make changes to the settings.php but that file is read-only. ' . 'Please (temporarily) clear the read-only status and open the install tool or run the UpgradeWizards command on CLI (typo3 upgrade:run). ' . 'Once the SilentConfigurationUpgrade has been run, you may restrict writing to the settings.php again.'
Methods
__construct()
public
__construct([int $code = 0 ][, Throwable|null $throwable = null ]) : mixed
Parameters
- $code : int = 0
- $throwable : Throwable|null = null