Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Blank screen after logon

Locked
tkuzmin
Posts: 2
Joined: Tue Aug 23, 2016 4:19 pm

Blank screen after logon

Unread post 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 :)
tkuzmin
Posts: 2
Joined: Tue Aug 23, 2016 4:19 pm

Re: Blank screen after logon

Unread post by tkuzmin »

Nevermind, cleared the strict mode off mysql and it started working.
dino
Posts: 2
Joined: Sat Jan 21, 2017 12:25 pm

Re: Blank screen after logon

Unread post by dino »

nater
Posts: 2
Joined: Wed Jan 25, 2017 5:24 pm

Re: Blank screen after logon

Unread post 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
nater
Posts: 2
Joined: Wed Jan 25, 2017 5:24 pm

Re: Blank screen after logon

Unread post by nater »

Nevermind, I wasn't disabling strict mode correctly, too many .ini files scattered around, I was editing the wrong one.
admin
Site Admin
Posts: 2778
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5

Re: Blank screen after logon

Unread post by admin »

.
Locked