I’ve been using my ACP for a long time without any issues, but recently, it seems there was an update in cPanel that deprecated the use of the dblib driver for database connections.
The hosting provider informed me that dblib is no longer supported in PHP versions above 5.6, and they suggested switching to the sqlsrv driver.
Although my ACP is still running on PHP 5.6, I followed the advice and updated the database connection method in configs.php to use sqlsrv (by choosing the 4th option in the config), but I keep getting the following error: "Failed to connect! #SQLSRV #DB".
Has anyone come across this issue or know where I should start looking to resolve it?
Siege Reward
Start PM Msg
Rework Config root
BossDieAnnounce and BossDieSound in the L24Team.properties and Config.java files for global raid boss death notifications and sounds. Adds a new reward_list table to the DB.sql file to track castle rewards.
Improves character creation logic for thread safety and validation.
Adds extensive state checks to the RequestEnchantItem method to prevent enchantments during inappropriate player states.
Fixed auto-attack animation bug (there was no attack animation, only damage animation)
Clean Code
Other fixes I forgot to list!
Java 14
Fixed issue where deleting a character would prevent it from leaving the screen or being removed, or even after a delete CD (it would only exit when re-logging in or creating a new character).
Added Premium System from the other C2 project (Needs testing and improvement).
Added the "Improved" Community Board (incomplete).
Question
mroovster
I’ve been using my ACP for a long time without any issues, but recently, it seems there was an update in cPanel that deprecated the use of the dblib driver for database connections.
The hosting provider informed me that dblib is no longer supported in PHP versions above 5.6, and they suggested switching to the sqlsrv driver.
Although my ACP is still running on PHP 5.6, I followed the advice and updated the database connection method in configs.php to use sqlsrv (by choosing the 4th option in the config), but I keep getting the following error: "Failed to connect! #SQLSRV #DB".
Has anyone come across this issue or know where I should start looking to resolve it?
Any insights would be really helpful!
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now