Actions
Bug #57464
closedUpgrading 6.2: PHP Fatal error: [...]/typo3update/typo3conf/LocalConfiguration.php is not writable.
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2014-03-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
This error should be catched.
PHP Fatal error: Uncaught exception 'RuntimeException' with message '/home/opitz/webs/typo3update/typo3conf/LocalConfiguration.php is not writable.' in [...]/typo3update/typo3-src/typo3/sysext/core/Classes/Configuration/ConfigurationManager.php:304 Stack trace: #0 [...]/typo3update/typo3-src/typo3/sysext/install/Classes/Controller/StepController.php(253): TYPO3\\CMS\\Core\\Configuration\\ConfigurationManager->writeLocalConfiguration(Array) #1 [...]/typo3update/typo3-src/typo3/sysext/install/Classes/Controller/StepController.php(59): TYPO3\\CMS\\Install\\Controller\\StepController->migrateLocalconfToLocalConfigurationIfNeeded() #2 [...]/typo3update/typo3-src/typo3/sysext/install/Start/Install.php(132): TYPO3\\CMS\\Install\\Controller\\StepController->execute() #3 {main} thrown in [...]/typo3update/typo3-src/typo3/sysext/core/Classes/Configuration/ConfigurationManager.php on line 304
Do we need a catch all like we did for 6.1? See #11771
Updated by Riccardo De Contardi over 9 years ago
- Status changed from New to Needs Feedback
Is this still valid? Could you check with the latest version (6.2.12) ?
Updated by Alexander Opitz over 9 years ago
- Status changed from Needs Feedback to New
Yes, still not catched.
Updated by Benni Mack over 7 years ago
I disagree catching stuff like that. If LocalConfiguration should be written but is not writable it is a system error (and should only happen in the install tool / EM anyway, not in FE or regular BE editing).
Updated by Alexander Opitz over 7 years ago
@Benni Mack But it should result in a nice output and not in a backtrace.
Updated by Benni Mack almost 5 years ago
- Status changed from New to Needs Feedback
Can't reproduce this anymore with TYPO3 v10
Updated by Benni Mack over 4 years ago
- Status changed from Needs Feedback to Closed
Hey Alex,
I will close this one now due to lack of feedback, if you feel this is an issue still, please re-open the issue.
Actions