Actions
Bug #70263
closedLocalConfiguration.php not seen was writable if typo3conf directory is not writable
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-10-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
ConfigurationManager::canWriteConfiguration only returns true
if the typo3conf
directory is writable.
We have installations in which the LocalConfiguration.php
file itself is writable, but the typo3conf
path is not writable. TYPO3 refuses to update the config there, although it could actually write.
The issue exists in 6.2 and 7.5 as well.
Actions