Can't login after install, no error
Posted: Tue Jun 05, 2018 11:42 pm
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:
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?
Code: Select all
$nuConfigDBHost = "127.0.0.1";
$nuConfigDBName = "nubuilder";
$nuConfigDBUser = "nubuilder_user";
$nuConfigDBPassword = "mypassword";
$nuConfigDBGlobeadminUsername = "globeadmin";
$nuConfigDBGlobeadminPassword = "nu";
$nuConfigTitle = "nuBuilder 4";
$nuConfigIsDemo = false;