Page 1 of 1

install php error and blank screen on logon

Posted: Mon May 26, 2014 8:20 am
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

Re: install php error and blank screen on logon

Posted: Sun Jun 01, 2014 5:07 pm
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