Bug #100353
closed"config/system/settings.php is not writable" error in Install Tool after deployment
0%
Description
With https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.1/Feature-98957-RespectWrite-protectedSettingsphpInInstallTool.html the settings.php can be readonly.
But when I login into the Install Tool, the Ajax call
/typo3/install.php?install[controller]=layout&install[context]=&install[action]=executeSilentConfigurationUpdate
throws the following error:
Core: Exception handler (WEB: BE): RuntimeException, code #1346323822, file /var/www/marketplace-test.jobroute r.com/releases/64/vendor/typo3/cms-core/Classes/Configuration/ConfigurationManager.php, line 390: config/system/settings.php is not writable. - {"mode":"WEB","application_mode":"BE","exception_class":"RuntimeException","exception_code":13 46323822,"file":"/var/www/example.com/vendor/typo3/cms-core/Classes/Configuration/ConfigurationManager.php","line":390,"message":"config/system/settings.php is not writable.","request_url":"https://example.com/typo3/install.php?install[controller]=layout&install[context]=&install[action]=executeSilentConfigurationUpdate","exception":null}
Updated by Chris Müller over 1 year ago
- Related to Feature #98957: Let Install Tool support write-protected settings.php added
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78334
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78334
Updated by Gerrit Code Review over 1 year ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78334
Updated by Gerrit Code Review over 1 year ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78334
Updated by Benni Mack over 1 year ago
- Target version changed from 12 LTS to Candidate for patchlevel
Updated by Andreas Kienast over 1 year ago
- Status changed from Under Review to New
Updated by Susanne Moog over 1 year ago
- Has duplicate Bug #101193: Avoid exceptions when typo3conf/system/settings.php is not writable added
Updated by Susanne Moog over 1 year ago
- Status changed from New to Resolved