Bug #70263
closedLocalConfiguration.php not seen was writable if typo3conf directory is not writable
0%
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.
Updated by Jigal van Hemert over 8 years ago
- Status changed from New to Needs Feedback
What does the Folder Structure section in the Install Tool report? And the Reports module section "TYPO3 System", line "File System"? typo3conf must be writable, so this is IMO a configuration error, not a bug.
Updated by Riccardo De Contardi over 8 years ago
- Status changed from Needs Feedback to Accepted
a brief list of what should be done:
- the log still says "localconfiguration not writeable" even if it is writable, but /typo3conf/ is not, and this should be corrected
- the installation document https://github.com/TYPO3/TYPO3.CMS/blob/master/INSTALL.md and https://docs.typo3.org/typo3cms/InstallationGuide/QuickInstall/GetAndUnpack/Index.html should report that /typo3conf/ must be writable
Updated by Riccardo De Contardi about 7 years ago
- Related to Bug #82289: Check for LocalConfiguration.php and not if typo3conf is writable added
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Accepted to Closed
I close this as it is already fixed in master, v8.7.x and v7.6.x .
Please reopen it or open a new issue with a reference to this one if you think that this is the wrong decision, experience the issue again.
Thank you.