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!

Site error

Initiate Mage
Joined
Jun 24, 2012
Messages
1
Reaction score
0
On my website it says:
fatal error: Call to undefined function mssql_connect() in /home/yourict77/domains/minorgaming.net/public_html/secure/config.php on line 14

could anyone please tell me how to fix that?Ty in advance.
 
Web Developer
Loyal Member
Joined
Nov 5, 2009
Messages
1,229
Reaction score
309
It's an undefined function, Means that it doesn't exist.

I'm no expert, but change mssql to mysql_connect().
 
Banned
Banned
Joined
Jan 13, 2007
Messages
1,898
Reaction score
65
add data base connect info mysql_connect(username,password,databasename) unless defined below

all its saying is that i doesnt understand
 
Junior Spellweaver
Joined
Apr 27, 2007
Messages
173
Reaction score
39
Also... If you have WAMP... You should enable the MSSQL plugin for PHP extensions... That should clear it up... However if not, well you need to enable MSSQL extensions for PHP... And it's saying that it can't find a function called "mssql_connect()" Because of what I just said... Missing PHP Extention, MSSQL.

Side note:
MSSQL = Microsoft SQL
= My SQL
 
Back
Top