"netjukebox requires cookies to login."
Posted: Thu Dec 27, 2018 4:22 pm
Hi and hello
I have managed to install netjukebox on my Server 2016 machine (IIS10, PHP 7.2_x86, MySQL 8.0.13_x64). The automatic creation of the tables didn't work, but after I've imported netjukebox_61.sql, no more errors appeard. But I am still not able to log in (admin or anonymous):
Cookies are enabled (I can reproduce this on all my machines, different browsers).
Things I've tried:
I have managed to install netjukebox on my Server 2016 machine (IIS10, PHP 7.2_x86, MySQL 8.0.13_x64). The automatic creation of the tables didn't work, but after I've imported netjukebox_61.sql, no more errors appeard. But I am still not able to log in (admin or anonymous):
Code: Select all
Login failed
netjukebox requires cookies to login.
Enable cookies in your browser and try again.
loginMySQL host: 127.0.0.1 via TCP/IP
File: C:\inetpub\wwwroot\hoerbar\include\initialize.inc.php
Line: 219
Things I've tried:
- $cfg['anonymous_autologin'] = true; (no changes)
- $cfg['debug'] = true; (no changes)
- Check the table 'session' (it's empty)