‪TYPO3CMS  ‪main
TYPO3\CMS\Install\Service\Exception\SilentConfigurationUpgradeReadonlyException Class Reference
Inheritance diagram for TYPO3\CMS\Install\Service\Exception\SilentConfigurationUpgradeReadonlyException:
TYPO3\CMS\Install\Configuration\Exception TYPO3\CMS\Install\Exception TYPO3\CMS\Core\Exception

Public Member Functions

 __construct (int $code=0, ?\Throwable $throwable=null)
 

Protected Attributes

 $message
 

Detailed Description

Thrown when the SilentConfigurationUpgrade cannot make changes to the settings.php.

Definition at line 27 of file SilentConfigurationUpgradeReadonlyException.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\Service\Exception\SilentConfigurationUpgradeReadonlyException::__construct ( int  $code = 0,
?\Throwable  $throwable = null 
)

Member Data Documentation

◆ $message

TYPO3\CMS\Install\Service\Exception\SilentConfigurationUpgradeReadonlyException::$message
protected
Initial value:
= '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.'

Definition at line 29 of file SilentConfigurationUpgradeReadonlyException.php.