Hello,
I am a new user of Form Tools 2.1.4.
My hosting provider is MidPhase.
I am running my site with MODx Revo 2.1.3.
I am able to login to the UI, create internal forms, clients, login with those clients etc.
I have a problem, however, when trying to manage external forms. The following message appears when I attempt to use the API.
The hostname in config.php is localhost, the DB username and password are correct, and since I am able to use the UI I suspect that this message is really indicating some other issue. I have checked the Apache & MODx logs and there is no pertinent data there.
I have also included these DEBUG statements in the config.php:
$g_debug = true;
$g_api_debug = true;
$g_default_error_reporting = "2047";
Unfortunately the only message I get is the one above.
Can you suggest anything else that might help me narrow down the cause?
I am a new user of Form Tools 2.1.4.
My hosting provider is MidPhase.
I am running my site with MODx Revo 2.1.3.
I am able to login to the UI, create internal forms, clients, login with those clients etc.
I have a problem, however, when trying to manage external forms. The following message appears when I attempt to use the API.
Quote:Uh-oh.
Form Tools was unable to make a connection to the database hostname. This usually means the host is temporarily down, it's no longer accessible with the hostname you're passing, or the username and password you're using isn't valid.
Please check your /global/config.php file to confirm the $g_db_hostname, $g_db_username and $g_db_password settings.
The hostname in config.php is localhost, the DB username and password are correct, and since I am able to use the UI I suspect that this message is really indicating some other issue. I have checked the Apache & MODx logs and there is no pertinent data there.
I have also included these DEBUG statements in the config.php:
$g_debug = true;
$g_api_debug = true;
$g_default_error_reporting = "2047";
Unfortunately the only message I get is the one above.
Can you suggest anything else that might help me narrow down the cause?