Page 1 of 2

Blank Page after install and login

Posted: Thu Mar 06, 2014 2:16 pm
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.

Re: Blank Page after install and login

Posted: Sun Mar 09, 2014 5:35 am
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

Re: Blank Page after install and login

Posted: Mon Mar 10, 2014 1:26 am
by admin
You could try running it in the nuBuilder 2 setup.. http://sourceforge.net/projects/nubuild ... urce=files

Steven

Re: Blank Page after install and login

Posted: Mon Mar 10, 2014 10:22 am
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

Re: Blank Page after install and login

Posted: Tue Mar 11, 2014 12:47 am
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

Re: Blank Page after install and login

Posted: Sun Apr 06, 2014 1:51 pm
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

Re: Blank Page after install and login

Posted: Thu Apr 10, 2014 7:07 pm
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 ;-)

Re: Blank Page after install and login

Posted: Sat Apr 12, 2014 12:17 am
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

Re: Blank Page after install and login

Posted: Sun May 04, 2014 8:07 pm
by fuzzyq
Hi!

Someone solve this problem?

regards!

Re: Blank Page after install and login

Posted: Thu May 22, 2014 11:52 am
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/