Cloner Error : Connection to the nuBuilder database failed: SQLSTATE[HY000] [1049] Unknown database 'fc_dev'
Posted: Fri Sep 29, 2023 2:01 pm
I have created a form which I would like to clone using Database>>Cloner. I have created a Cloner 'Job' when I try and run the job I get the following error:-
Connection to the nuBuilder database failed: SQLSTATE[HY000] [1049] Unknown database 'fc_dev'
Verify and update the settings in nuconfig.php
Restart your browser after modifying nuconfig.php in order for changes to be reflected
nuconfig.php settings:
phpMyAdmin shows that the fc_builder database exists and I have been creating, running and editing forms etc without and problems so far so am at a loss as to what is happening.
I have:
Restarted Browser(after every troubleshooting step)
Cleared Browser Cache
Restarted Apache
Restarted MariaDB
Edited nuconfig.php (removed $ConfigDBName and re-entered, then saved)
Any help will be greatly appreciated
Connection to the nuBuilder database failed: SQLSTATE[HY000] [1049] Unknown database 'fc_dev'
Verify and update the settings in nuconfig.php
Restart your browser after modifying nuconfig.php in order for changes to be reflected
nuconfig.php settings:
Code: Select all
$nuConfigDBHost = "127.0.0.1";
$nuConfigDBName = "fc_builder";
$nuConfigDBPort = 3306;
I have:
Restarted Browser(after every troubleshooting step)
Cleared Browser Cache
Restarted Apache
Restarted MariaDB
Edited nuconfig.php (removed $ConfigDBName and re-entered, then saved)
Any help will be greatly appreciated