nubuilder does not start up after installation
Posted: Tue Aug 11, 2020 10:34 am
Hello,
I am new to nubuilder4.
My setup is as follows: openSUSE Linux server, mariaDB database server on a different Linux machine within the LAN network.
nuconfig.php settings as follows:
$nuConfigDBHost = "127.0.0.1";
$nuConfigDBName = "nubuilder";
$nuConfigDBUser = "egbertei";
$nuConfigDBPassword = "Secret";
$nuConfigDBGlobeadminUsername = "globeadmin"; //-- globeadmin username
$nuConfigDBGlobeadminPassword = "nu"; //-- globeadmin password
$nuConfigTitle = "nuBuilder4";
$nuConfigIsDemo = false;
nubuilder4-master.zip was extracted into the WebRoot directory
which on my server is /srv/www/htdocs/nubuilder4-master
There were no error messages during extraction.
Any attempt to start up nubuilder4:
http://localhost/nubilder4-master/index.php
returns
Error 403
Access forbidden!
You don't have permission to access the requested object
I have tried hard to find a solution, but to no avail.
Problem does not exist with other .html / .php applications on the same server.
What else may I try in order to solve this?
Any suggestion would be highly appreciated.
Thanks in advance
Egbert
I am new to nubuilder4.
My setup is as follows: openSUSE Linux server, mariaDB database server on a different Linux machine within the LAN network.
nuconfig.php settings as follows:
$nuConfigDBHost = "127.0.0.1";
$nuConfigDBName = "nubuilder";
$nuConfigDBUser = "egbertei";
$nuConfigDBPassword = "Secret";
$nuConfigDBGlobeadminUsername = "globeadmin"; //-- globeadmin username
$nuConfigDBGlobeadminPassword = "nu"; //-- globeadmin password
$nuConfigTitle = "nuBuilder4";
$nuConfigIsDemo = false;
nubuilder4-master.zip was extracted into the WebRoot directory
which on my server is /srv/www/htdocs/nubuilder4-master
There were no error messages during extraction.
Any attempt to start up nubuilder4:
http://localhost/nubilder4-master/index.php
returns
Error 403
Access forbidden!
You don't have permission to access the requested object
I have tried hard to find a solution, but to no avail.
Problem does not exist with other .html / .php applications on the same server.
What else may I try in order to solve this?
Any suggestion would be highly appreciated.
Thanks in advance
Egbert