Welcome to the nuBuilder forums!

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

Blank Page After Signin

deniol
Posts: 4
Joined: Mon Sep 22, 2014 3:34 pm
Location: North Wales
Contact:

Blank Page After Signin

Unread post 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
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Blank Page After Signin

Unread post by admin »

deniol,

Does you database contain these tables?
Capture.PNG
Capture.PNG (34.65 KiB) Viewed 28166 times
Steven
deniol
Posts: 4
Joined: Mon Sep 22, 2014 3:34 pm
Location: North Wales
Contact:

Re: Blank Page After Signin

Unread post 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? :(
rolltop
Posts: 1
Joined: Wed Sep 24, 2014 5:17 am

Re: Blank Page After Signin

Unread post 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 :(
Giu
Posts: 41
Joined: Sat Jan 25, 2014 11:01 am

Re: Blank Page After Signin

Unread post by Giu »

Same error. here :/

I tried to recreate wit nuInstall several times, without success.
Giu
Posts: 41
Joined: Sat Jan 25, 2014 11:01 am

Re: Blank Page After Signin

Unread post 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.
deniol
Posts: 4
Joined: Mon Sep 22, 2014 3:34 pm
Location: North Wales
Contact:

Re: Blank Page After Signin

Unread post 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?! :?
Giu
Posts: 41
Joined: Sat Jan 25, 2014 11:01 am

Re: Blank Page After Signin

Unread post by Giu »

Hi don't know. Was a clean install, and I guess all new installs happens the same.
addwindtan
Posts: 1
Joined: Sat Oct 04, 2014 5:35 pm

Re: Blank Page After Signin

Unread post by addwindtan »

Include error_reporting(0); into config.php should solve the problem.
deniol
Posts: 4
Joined: Mon Sep 22, 2014 3:34 pm
Location: North Wales
Contact:

Re: Blank Page After Signin

Unread post by deniol »

Thanks Addwindtan, I've just tried that and its made no difference? :?
Locked