Actions
Bug #40415
closedmake sure the LocalConfiguration.php is writable
Start date:
2012-08-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
before trying to put any data into the LocalConfiguration.php file, make a check for write access. If this fails, announce this fact clearly back to the caller.
I tried to load some translations for not yet saved languages via the lang Module, but the LocalConfiguration.php file was not writeable at this point. Language Module didn't state a failure, but only went back to work without the new languages saved.
This may be a problem in other places as well.
Actions