Welcome to the nuBuilder forums!

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

install php error and blank screen on logon

Post Reply
silverbuyer
Posts: 1
Joined: Mon May 26, 2014 8:14 am

install php error and blank screen on logon

Unread post by silverbuyer »

nuBuilder Database Installer/Upgrader
Globeadmin Password:
Drop columns not used by nuBuilder
Drop indexes not used by nuBuilder
Show full output
Notice: Undefined index: pwd in C:\xampp\htdocs\nuBuild\nuinstall.php on line 47

confug file here:
<?php

$nuConfigDBHost = "127.0.0.1";
$nuConfigDBName = "nubuild";
$nuConfigDBUser = "root";
$nuConfigDBPassword = "";
$nuConfigDBGlobeadminPassword = "nu"; //-- globeadmin password
$nuConfigtitle = "nubuild";

?>
The install installs all tables but blank screen when trying to logon using L:globeadmin P: nu
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: install php error and blank screen on logon

Unread post by massiws »

silverbuyer,
there is a section in this forum dedicated to nuBuilderPro installation issues: I moved your question here.

I suggest to set display_errors = Off in php.ini (see here) and try to access your application with a browser other than Internet Explorer (Firefox or Chrome).

Hope this helps,
Max
Post Reply