Bug #59005
closedInstall tool crashes
0%
Description
When there is an Extension which requires another Extension, which is ignored by the Extension Manager in Typo3 6.1.8 after copying the sources of 6.2.2 in the site, the Install - Tool only displays a blank page.
In the file TYPO3\CMS\Install\Controller\StepController the try catch from line 305 to 352 throws an exception which is not displayed anywhere.
After deleting the Extension the Install Tool starts up correctly.
Updated by Markus Klein over 10 years ago
- Status changed from New to Needs Feedback
So the bug here is the exception not being displayed?
Updated by Daniel Hoffmann over 10 years ago
The Bug is that there is nothing displayed, only a blank screen. It is not possible to make any installation in this moment.
Updated by Markus Klein over 10 years ago
Well, nothing being displayed is usually not a bug, but a configuration issue. (Which is ok for production, but not for developement)
Please modify you localconf and enable [sys][displayErrors] = 1 or check your webserver's error log, this will show you the error.
Updated by Alexander Opitz about 10 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.