Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Can't login after install, no error

Questions related to using nuBuilder Forte.
Post Reply
eexodus
Posts: 1
Joined: Tue Jun 05, 2018 11:33 pm

Can't login after install, no error

Unread post by eexodus »

I'm running nuBuilder4 on Ubuntu 16.04 with LAMP and PHP version 5.6.36-1. I created a nuBuilder MySQL database and nubuilder_user MySQL user then imported nubuilder4.sql to it. I edited nuconfig.php to include the relevant information:

Code: Select all

$nuConfigDBHost = "127.0.0.1";
$nuConfigDBName = "nubuilder";
$nuConfigDBUser = "nubuilder_user";
$nuConfigDBPassword = "mypassword";
$nuConfigDBGlobeadminUsername = "globeadmin";
$nuConfigDBGlobeadminPassword = "nu";
$nuConfigTitle = "nuBuilder 4";
$nuConfigIsDemo = false;
However when I login with globeadmin the yellow error box appears with no errors; empty. Is my version of PHP unsupported perhaps? Or perhaps Ubuntu 16?
You do not have the required permissions to view the files attached to this post.
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Can't login after install, no error

Unread post by toms »

Hi,

Is there a log file that contains more details?
Do you see an error in the console (F12) ?
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Can't login after install, no error

Unread post by admin »

.
Post Reply