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.