Page 1 of 1

Blank screen after install

Posted: Thu Jul 12, 2018 12:23 pm
by jcho
Hi all,
I'm running nuBuilder4 on Apache Server 2.4.7 with MySQL 5.6.15 & Php 5.4.24
MySQL db "ecra" created and nubuilder4.sql done without any error
nuconfigp.php updated as

Code: Select all

<?php
    $nuConfigDBHost                 = "127.0.0.1";
    $nuConfigDBName                 = "ecra";
    $nuConfigDBUser                 = "****";
    $nuConfigDBPassword             = "***";
    $nuConfigDBGlobeadminUsername   = "globeadmin";     //-- globeadmin username
    $nuConfigDBGlobeadminPassword   = "nu";             //-- globeadmin password
    $nuConfigTitle                  = "nuBuilder 4";
    $nuConfigIsDemo                 = false;
...
Unfortunatly, when I run index.php (Firefox 43.0.1), nothing appears!
That's what i've got in debug console :
nuBuilder4.png
nuBuilder4.png (8.86 KiB) Viewed 5534 times
Thks for helping

Re: Blank screen after install

Posted: Thu Jul 12, 2018 1:50 pm
by toms
Hi,

Your browser is really old and you should update it. Classes aren't supported in Firefox version < 45 according to https://developer.mozilla.org/en-US/doc ... patibility

Re: Blank screen after install

Posted: Thu Jul 12, 2018 2:38 pm
by jcho
Thks, it works fine now with Firefox 61.01.1
I apologise but, using an old sever for testing, i didn't think about the browser version
Solved - This post can be closed

Re: Blank screen after install

Posted: Fri Jul 13, 2018 12:48 am
by admin
.