Page 1 of 1

Can't login after install, no error

Posted: Tue Jun 05, 2018 11:42 pm
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?

Re: Can't login after install, no error

Posted: Wed Jun 06, 2018 5:40 am
by toms
Hi,

Is there a log file that contains more details?
Do you see an error in the console (F12) ?

Re: Can't login after install, no error

Posted: Wed Jun 13, 2018 4:13 am
by admin
.