Bug #22792
closedInstall Tool seems to rely on the "autostart session" option from PHP
0%
Description
Although cookies were activated, I tried to login into the install tool without success. The javascript popup message has been coming up over and over again.
simple "session_register();" at the begining of the following file fixed the issue
typo3/install/index.php
(issue imported from #M14596)
Updated by Steffen Gebert over 14 years ago
Can't reproduce. I also have session.auto_start = Off and it works.
There's a session handler class in the Install Tool. Could you please check, whether the code there (including session_register() or similar) is correctly executed?
Updated by Artur Cichosz over 14 years ago
Now I can't reproduce it either. I suspect the problems had something to do with inappropriate DNS-Konfiguration / -redirection or safe mode. These were the only changes made by the admin since I'd reported this issue.