Bug #57397
closedFatal error TYPO3\CMS\Install\Controller\Exception\RedirectLoopException
0%
Description
Hi there,
when trying to install typo3 on a fresh installation of ubuntu server 13.10 amd64 with lamp (apache2, mysql-server and php5) I only get a blank page after the first installation page (where it checks the dependencies). The URL is [1]. In the apache2 error.log I get the the message [2]. And when "displayErrors" is set to 1 I can see [3].
I followed the installation guide on github (symlinks are set up, too)
[2] [Wed Mar 26 17:03:37.807890 2014] [:error] [pid 96] [client 217.8.49.228:60402] PHP Fatal error: Uncaught exception 'TYPO3\\CMS\\Install\\Controller\\Exception\\RedirectLoopException' with message 'Redirect loop aborted. If this message is shown again after a reload, your setup is so weird that the install tool is unable to handle it. Please make sure to remove the "install[redirectCount]" parameter from your request or restart the install tool from the backend navigation.' in /var/typo3_src-6.2.0/typo3/sysext/install/Classes/Controller/AbstractController.php:544\nStack trace:\n#0 /var/typo3_src-6.2.0/typo3/sysext/install/Classes/Controller/StepController.php(426): TYPO3\\CMS\\Install\\Controller\\AbstractController->redirect()\n#1 /var/typo3_src-6.2.0/typo3/sysext/install/Classes/Controller/StepController.php(63): TYPO3\\CMS\\Install\\Controller\\StepController->executeSilentConfigurationUpgradesIfNeeded()\n#2 /var/typo3_src-6.2.0/typo3/sysext/install/Start/Install.php(132): TYPO3\\CMS\\Install\\Controller\\StepController->execute()\n#3 {main}\n thrown in /var/typo3_src-6.2.0/typo3/sysext/install/Classes/Controller/AbstractController.php on line 544, referer: http://host:11000/typo3/sysext/install/Start/Install.php
[3] Fatal error: Uncaught exception 'TYPO3\CMS\Install\Controller\Exception\RedirectLoopException' with message 'Redirect loop aborted. If this message is shown again after a reload, your setup is so weird that the install tool is unable to handle it. Please make sure to remove the "install[redirectCount]" parameter from your request or restart the install tool from the backend navigation.' in /var/www/typo3/sysext/install/Classes/Controller/AbstractController.php:544 Stack trace: #0 /var/www/typo3/sysext/install/Classes/Controller/StepController.php(138): TYPO3\CMS\Install\Controller\AbstractController->redirect('', 'databaseConnect') #1 /var/www/typo3/sysext/install/Classes/Controller/StepController.php(70): TYPO3\CMS\Install\Controller\StepController->outputSpecificStep() #2 /var/www/typo3/sysext/install/Start/Install.php(132): TYPO3\CMS\Install\Controller\StepController->execute() #3 {main} thrown in /var/www/typo3/sysext/install/Classes/Controller/AbstractController.php on line 544