Thread "Ilias 5.2.2 and php7.1.13 -- cookies disabled."
Tabs
-
Deleted | 11. Apr 2017, 09:53
Re(3): Ilias 5.2.2 and php7.1.13 -- cookies disabled.http://www.ilias.de/docu/ilias.php?ref_id=367&from_page=6488&obj_id=6531&cmd=layout&cmdClass=illmpresentationgui&cmdNode=fr&baseClass=ilLMPresentationGUI
Downgrade to PHP Version 7.0.x and it should work. I had the same problem on Windows Server 2016 with ILIAS 5.2.2. After downgrading the php, it work :)
-
Deleted | 12. Apr 2017, 15:32
Re(4): Ilias 5.2.2 and php7.1.13 -- cookies disabled.Thank you. You're right, cookies are enabled now. But I've problem in creating the db section. The db was created but failed to continue the process. Ilias's logfile shown:
[4f27c] [2017-04-12 07:06:11.447929] CLIENT_ID_setup.WARNING: ilErrorHandling::{closure}:50 ERROR (2) PDOStatement::execute(): MySQL server has gone away
[4f27c] [2017-04-12 07:06:11.448653] CLIENT_ID_setup.INFO: ilSetupErrorHandling::getHandler:48 err
[4f27c] [2017-04-12 07:06:11.448773] CLIENT_ID_setup.INFO: ilErrorHandling::devmodeHandler:15 Unknown or undefined error handler 'ERROR_HANDLER'. Falling back to PrettyPageHandler.I'm using Mysql 5.7
Thanks you.
-
Deleted | 23. Aug 2017, 21:36
SOLVED - Re(7): Ilias 5.2.2 and php7.1.13 -- cookies disabled.I think I found the problem. That cookie test will fail if session.use_only_cookies in php.ini is set to true. After setting this value to false the check finishes without problems. Once this test was called, resetting the value to true will not break the test (and one should set this value to true!)