Actions
Bug #80963
closedInstalltool hangs on step 5
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2017-04-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hi!
I want to install TYPO3 8.7.1 on Mac Sierra, PHP 7.0.13, MySQL 5.5.5, Apache 2.4.23.
Steps:
- create composer.json (require "typo3/cms": "^8.7").
- composer install
- touch FIRST_INSTALL, go to site in browser -> step 1 'System looks good, continue'
- Step 2, choose empty db, step 3, step 4
- Step 5 ' Installation done! '
- Click open the backend button -> hangs (mylocalsite/typo3/sysext/install/Start/Install.php?install[redirectCount]=4&install[context]=standalone&install[controller]=step&install[action]=defaultConfiguration)
Going to mylocalsite/typo3 all works fine. Frontend also works fine. However cannot open the installtool or click on install in backend, will show step 5.
Cannot see any errors in TYPO3 error log or in PHP error log.
grts Jacco
Updated by Jacco van der Post over 7 years ago
Sorry restarting Apache seems to have solved the problem. Please delete this issue.
Actions