Page 1 of 1

Blank screen after logon

Posted: Tue Aug 23, 2016 4:22 pm
by tkuzmin
All of the instalation went fine, written all the tables without any errors, but then when i log in all i see is a blank screen on chrome. The debug console just says
nucommon.js?ts=20160811002048:1588 Uncaught TypeError: Cannot read property 'session_id' of null
please help :)

Re: Blank screen after logon

Posted: Wed Aug 24, 2016 1:42 pm
by tkuzmin
Nevermind, cleared the strict mode off mysql and it started working.

Re: Blank screen after logon

Posted: Sun Jan 22, 2017 6:05 pm
by dino

Re: Blank screen after logon

Posted: Wed Jan 25, 2017 5:56 pm
by nater
I have this same problem even after disabling strict mode in MySQL. Chrome debug console says:

Code: Select all

nucommon.js?ts=20170126021311:1588 Uncaught TypeError: Cannot read property 'session_id' of null
    at Object.<anonymous> (nucommon.js?ts=20170126021311:1588)
    at fire (jquery-1.8.3.js:974)
    at Object.fireWith [as resolveWith] (jquery-1.8.3.js:1084)
    at done (jquery-1.8.3.js:7803)
    at XMLHttpRequest.callback (jquery-1.8.3.js:8518)
(anonymous) @ nucommon.js?ts=20170126021311:1588
fire @ jquery-1.8.3.js:974
fireWith @ jquery-1.8.3.js:1084
done @ jquery-1.8.3.js:7803
callback @ jquery-1.8.3.js:8518
Windows Server 2012, Apache 2.4, PHP 5.6, and MariaDB 10.1

Re: Blank screen after logon

Posted: Wed Jan 25, 2017 6:25 pm
by nater
Nevermind, I wasn't disabling strict mode correctly, too many .ini files scattered around, I was editing the wrong one.

Re: Blank screen after logon

Posted: Tue Jan 31, 2017 4:36 am
by admin
.