Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

database server is not configured

Locked
jphillips
Posts: 2
Joined: Mon Mar 09, 2015 7:41 pm

database server is not configured

Unread post by jphillips »

I have two servers setup to handle the application and database.

I installed the nuBuilderPro application on my IIS server as a web application under one of our websites.

I setup a MySQL database on one of our database servers for the nuBuilder application.

I adjusted the config.php file with the following information:

$nuConfigDBHost = "192.168.11.5";
$nuConfigDBName = "databasename";
$nuConfigDBUser = "root";
$nuConfigDBPassword = "password";
$nuConfigDBGlobeadminPassword = "nu"; //-- globeadmin password
$nuConfigtitle = "Site Name";
//$nuConfigSafeMode = true;
//$nuConfigSafePHP = array('52c0da99b95c264','530a8f8e78111c4','nudebug','nuformsandsubforms','nuformwizard','nuimage','nuobject','nuobject','nureport','nusubformwizard','nuuser');
//$nuConfigIsDemo = 0; (set to 1 to make site readonly - no Save or Delete)

I then try to execute the installer via:
http://www.mysite.org/nubuilder/nuinstall.php

However, I am greeted by the following error every time:
"It appears your database server is not configured,
please enter a mysql database name, user name
and password into your config.php file. "

I have multiple databases hosted on this database server, and I have never had an issue with the application server talking to the database server. Are there certain TCP/IP ports that need to be open other than the standard 80, 443, 1433, 3306?

Thank you in advance.
jphillips
Posts: 2
Joined: Mon Mar 09, 2015 7:41 pm

Re: database server is not configured

Unread post by jphillips »

Admin, please disregard this post and lock it. I just found my error. I had a typo in the database server address.

Thank you.
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: database server is not configured

Unread post by admin »

.
Locked