You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug has been observed on Windows 10, with a remote MariaDB database (version 10.0.29-MariaDB) mapped to localhost via PuTTY using SSH. Issue occurs both in console, and browser. PHP version 5.6.27 via Laragon.
The text was updated successfully, but these errors were encountered:
Issue has be isolated to accessing a remote database with certain additional required configuration settings. Its likely this database check is missing some required configuration values that UF uses during start up.
Currently at line 57 of install.php and line 96 of Authenticator.php, there database connection tests that are triggering a
PDOException
when the connection is actually perfectly fine.This bug has been observed on Windows 10, with a remote MariaDB database (version 10.0.29-MariaDB) mapped to localhost via PuTTY using SSH. Issue occurs both in console, and browser. PHP version 5.6.27 via Laragon.
The text was updated successfully, but these errors were encountered: