Bug #23873
closedAccessing FE in fresh install fails with RuntimeException "No database selected"
0%
Description
In #23464 a new Exception-Handler was implemented. In the current trunk it will used for the the errors on connecting to the database in the Frontend. In the past there was a error message without the php-methode "exit". The error-message was shown a part of second and then typo3 redirected to the install tool in a fresh install. And now there is no redirect after the RuntimeException.
(issue imported from #M16172)
Files
Updated by Lars Malach about 14 years ago
uploaded 16172_v1.patch.
If database host and database is not defined typo3 jumps automatically into 1-2-3 Install Tool. Those two values are essential for the database connection. If they are not defined, it should be a new typo3 website without installation.
Updated by Steffen Gebert almost 14 years ago
This one is the cause of Introduction Package failing with "No Database Selected" after hitting /
If you encouter this issue while installing the Introduction Package, please point your browser to the subdirectory typo3/ inside the TYPO3 installation, not directly to the folder of the TYPO3 installation.
(if you have TYPO3 in your document root on localhost, use http://localhost/typo3/ instead of http://localhost/)