Page 1 of 2

Blank Page After Signin

Posted: Mon Sep 22, 2014 4:00 pm
by deniol
I've seen many posts about this issue however no one has defined an explanation of the error nor a solution.....all I can see from my Chrome and IE windows is a blank screen, the element explorer the only error which is shown is "Uncaught TypeError: Cannot read property 'session_id' of null" from nucommon.js

I'm using:
  • Windows Server 2008
    PHP5.3
    IE8 and 11
    Chrome v37
    mySQL 5.1
I've tried v2 and 3 with the same issue. Please help

Re: Blank Page After Signin

Posted: Tue Sep 23, 2014 5:46 am
by admin
deniol,

Does you database contain these tables?
Capture.PNG
Steven

Re: Blank Page After Signin

Posted: Tue Sep 23, 2014 10:00 am
by deniol
Thanks Stephen,

I've just checked and it doesn't contain the _adhoc, _adhoc_column or _adhoc_order tables! I've dropped the current ones and redone the install and it still hasn't generated the adhoc ones? :(

Re: Blank Page After Signin

Posted: Wed Sep 24, 2014 5:29 am
by rolltop
I have the same problem.
Downloaded and installed XAMPP on Windows 7 Home Premium. It appears to be working fine with a couple of trivial web pages.
Downloaded nuBuilder and unzipped it into C:\XAMPP\nu
Edited the config.php and ran the install script - no errors.
Checked the database and found all the tables except the adhoc ones.
Firefox 32.0.2 just gives me a blank page after signin as globeadmin.

I was really hoping that nuBuilder would help me move a Microsoft Access application to mySQL and web, but it isn't looking promising at the moment :(

Re: Blank Page After Signin

Posted: Mon Sep 29, 2014 8:56 am
by Giu
Same error. here :/

I tried to recreate wit nuInstall several times, without success.

Re: Blank Page After Signin

Posted: Mon Sep 29, 2014 1:00 pm
by Giu
deniol wrote:Thanks Stephen,

I've just checked and it doesn't contain the _adhoc, _adhoc_column or _adhoc_order tables! I've dropped the current ones and redone the install and it still hasn't generated the adhoc ones? :(
I see on SQL files there are SELECTs over this tables, but not the creation scripts.

Re: Blank Page After Signin

Posted: Tue Sep 30, 2014 10:14 am
by deniol
Hey Gui, I can't find the creation script for these tables either, this means everyone installing it must face this problem?! I hope nuBuilder aren't withholding these sections of the scripts to make people pay for support or push them towards the paid service?! :?

Re: Blank Page After Signin

Posted: Tue Sep 30, 2014 7:06 pm
by Giu
Hi don't know. Was a clean install, and I guess all new installs happens the same.

Re: Blank Page After Signin

Posted: Sat Oct 04, 2014 5:36 pm
by addwindtan
Include error_reporting(0); into config.php should solve the problem.

Re: Blank Page After Signin

Posted: Mon Oct 06, 2014 11:13 am
by deniol
Thanks Addwindtan, I've just tried that and its made no difference? :?