Actions
Bug #91490
closedNo error indication in LivePreset if writing site configuration file fails
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-05-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When saving a site configuration in a a TYPO3 instance which is set to the LivePreset
and where typo3conf/sites/mysite/config.yaml
is not writable in the file system for TYPO3 this is silently ignored.
This does only happens in LivePreset
as its exceptional error handling is set to 4096 = E_RECOVERABLE_ERROR
which leads to GeneralUtility::writeFile()
not failing in fopen($file, 'wb')
Actions