Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Website Error

Status
Not open for further replies.
Junior Spellweaver
Joined
Jan 25, 2010
Messages
151
Reaction score
16
hi im trying to fix the website error im using web hosting by Hostinger and im using the Aurea (Website) by ketchup the connection string is fine and the MSSQL port are already open and i got this error
Fatal error: Call to undefined function odbc_connect() in /home/u1794488202/domains/xxxxxx.online/public_html/includes/xinc_config.php on line 16

sorry for bad english
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
There is no sqlsrv module and that's what you need :thumbup1:

"mssql" is not the same as "sqlsrv"

You'll need to reach out to hostinger and see if they can compile that into php for you.
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
ok2x thank you wait i will check the other PHP versions extensions



here this is PHP version 7.2

Site should work with php 7.2 then.

As long as sqlsrv, pdo_odbc and odbc are enabled.
 
Status
Not open for further replies.
Back
Top