Welcome to the nuBuilder forums!

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

Blank screen after install

Locked
jcho
Posts: 2
Joined: Thu Jul 12, 2018 11:51 am

Blank screen after install

Unread post 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 5343 times
Thks for helping
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Blank screen after install

Unread post 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
jcho
Posts: 2
Joined: Thu Jul 12, 2018 11:51 am

Re: Blank screen after install

Unread post 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
admin
Site Admin
Posts: 2778
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5

Re: Blank screen after install

Unread post by admin »

.
Locked