Welcome to the nuBuilder forums!

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

Blank Page after install and login

Favoninus
Posts: 1
Joined: Thu Mar 06, 2014 1:58 pm

Blank Page after install and login

Unread post by Favoninus »

Hi,
After an error-free installation and Globeadmin-Login I'm getting a blank page (grey background) - I can't connect to the application.
- Using IE (11) or Chrome (33) on Win8 makes no difference.
- Server: localhost via TCP/IP -> http://localhost:8080/nubuilder/index.php (grey background) and http://localhost:8080/nubuilder/nuinstall.php (worked fine), tried also 127.0.0.1 - doesn't work neighter
- MySQLServer Version: 5.5.20
- Apache/2.2.21 (Win32) PHP/5.3.9
- MySQL-Client-Version: mysqlnd 5.0.8-dev - 20102224 - $Revision: 321634 $
- PHP extension: mysql
- Using USBwebserver, installed on HD
- memory_limit in php.ini is set to 500M (1000M doesn't work neighter)
Please help. Thks.
regards,
Favo.
carelime
Posts: 1
Joined: Sun Mar 09, 2014 5:31 am

Re: Blank Page after install and login

Unread post by carelime »

someone has learned how to fix this, as also happened to me and it was a topic about this but it closed without solution

Help!! :o :o :o :o :o :o :o :o :o
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 install and login

Unread post by admin »

You could try running it in the nuBuilder 2 setup.. http://sourceforge.net/projects/nubuild ... urce=files

Steven
sedjat1
Posts: 1
Joined: Mon Mar 10, 2014 10:19 am

Re: Blank Page after install and login

Unread post by sedjat1 »

Hi, I have this problem too, I'm using windows + wampserver 2.4

there are some warnings when calling nuapi.php, so instead replying with json formatted text, php produced warning messages:
- Warning: Creating default object from empty value in C:\wamp\www\nuBuilder\nucommon.php on line 573
- Warning: Creating default object from empty value in C:\wamp\www\nuBuilder\nucommon.php on line 581
- ...

Just change php.ini:
display_errors = Off
or
error_reporting = E_ERROR

~djat1
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 install and login

Unread post by admin »

I'm getting a blank page (grey background)
Is something stopping the JavaScript running on the page?

Is it loading correctly?

Use your browser debugging tools to see if there are any error messages.

Steven
miljko
Posts: 1
Joined: Sun Apr 06, 2014 1:44 pm

Re: Blank Page after install and login

Unread post by miljko »

Solved this problem by adding NULL as default value to number of fields in tables zzzsys_user and few other tables.
Go through records in zzzsys_debug and you will find what SQL queries caused the problem.
Then add NULL as default value for fields not addresed in queries...

BR
Nikola
haen667
Posts: 1
Joined: Thu Apr 10, 2014 6:59 pm

Re: Blank Page after install and login

Unread post by haen667 »

I had the same Problem.

I pointed out the Problem are the notices. There are several points in the Code where notices are thrown. As far as the errors are sent to the HTML-Output of a Browser there is no Problem. The Problem of the blank page is a result of the fact that those Notices are also postet in the AJAX-replies, what causes the Client-side Jacascript to not interpret the JSON-repsonse correctly.

On all production systems this is no Problem since the error_reporting is turned off in the php.ini. On development-systems the fastest way to get everything working is to add "error_reporting(0);" in the config.php.

Since the some files (linke nuapi.php) are called directly it is not sufficient to turn of the error_reporting in the index.php

Excuse my bad english, it's not my mother tongue ;-)
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: Blank Page after install and login

Unread post by massiws »

haen667,
can you try to apply this patch in nucommon.php and index.php into your installation and let me know how it goes?

Max
fuzzyq
Posts: 6
Joined: Thu Feb 14, 2013 1:14 pm

Re: Blank Page after install and login

Unread post by fuzzyq »

Hi!

Someone solve this problem?

regards!
vario
Posts: 122
Joined: Mon Dec 05, 2011 12:23 pm
nuBuilder Version: 4.5
Location: Newton Abbot, UK

Re: Blank Page after install and login

Unread post by vario »

I too have this issue. It works on Windows7 PC with both Firefox and IE11, but a Windows8 PC works with Firefox but not IE11 (exact same browser versions on both PCs).
If I use the IE11 debugger on Win7 the only error I get is "nuFORM is undefined" but the form loads correctly. On Win8 I get another error "unexpected call to method or property access" at line 5779 of jquery-1.8.3.js.

A quick poke around has revealed these articles which look as if they have some bearing on the problem - if anyone has good skills please help!

http://social.msdn.microsoft.com/Forums ... -windows-8
http://davevoyles.azurewebsites.net/hac ... windows-8/
Locked