diff --git a/lam/templates/config/mainmanage.php b/lam/templates/config/mainmanage.php index 0575d5b39..52fbfd1ea 100644 --- a/lam/templates/config/mainmanage.php +++ b/lam/templates/config/mainmanage.php @@ -170,6 +170,7 @@ if (isset($_POST['submitFormData'])) { $configurationDatabase->checkConnection(); } catch (Exception $e) { + logNewMessage(LOG_ERR, 'Unable to connect to configuration database: ' . $e->getMessage()); $errors[] = _('Unable to connect to configuration database.'); } }