Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDOException triggered by database connection tests #628

Closed
Silic0nS0ldier opened this issue Jan 31, 2017 · 2 comments
Closed

PDOException triggered by database connection tests #628

Silic0nS0ldier opened this issue Jan 31, 2017 · 2 comments
Labels
possible bug We suspect something isn't working

Comments

@Silic0nS0ldier
Copy link
Member

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.

@Silic0nS0ldier Silic0nS0ldier added possible bug We suspect something isn't working V4 labels Jan 31, 2017
@Silic0nS0ldier
Copy link
Member Author

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.

@Silic0nS0ldier
Copy link
Member Author

Issue was isolated to usage of non-default database port. Fix has been implemented in develop branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible bug We suspect something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant