Can’t Connect to MSSQL but no problem with MySQL
-
I am attempting to connect to a MSSQL database with this plug in but I keep getting this error:
“[24-Apr-2024 11:29:14 UTC] PHP Fatal error: Uncaught Error: Call to undefined function sqlsrv_connect() in C:\Sites\dotorg\wp-content\plugins\external-login\login\db.php:25
Stack trace: 0 C:\Sites\dotorg\wp-content\plugins\external-login\login\db.php(157): exlog_get_external_db_instance_and_fields() 1 C:\Sites\dotorg\wp-content\plugins\external-login\login\authenticate.php(11): exlog_auth_query() 2 C:\Sites\dotorg\wp-includes\class-wp-hook.php(324): exlog_auth() 3 C:\Sites\dotorg\wp-includes\plugin.php(205): WP_Hook->apply_filters() 4 C:\Sites\dotorg\wp-includes\pluggable.php(618): apply_filters() 5 C:\Sites\dotorg\wp-includes\user.php(106): wp_authenticate() 6 C:\Sites\dotorg\wp-login.php(1311): wp_signon() 7 {main} thrown in C:\Sites\dotorg\wp-content\plugins\external-login\login\db.php on line 25″I am using the pdo_sqlsrv_83_nts_x64 extension because the sqlsrv_83_nts_x64 extension doesn’t seem to work. Could this be causing the issue?
Any help is appreciated.
The topic ‘Can’t Connect to MSSQL but no problem with MySQL’ is closed to new replies.