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!

[HELP] website fatal error

Initiate Mage
Joined
Nov 26, 2013
Messages
17
Reaction score
0
can you help me guys to solve this problem
i tried to change the ntwdblib.dll but did not work .. what would i do to fix this help me please thank you :D
Notice: Undefined index: id in C:\xampp\htdocs\index.php on line 2

Fatal error: Call to undefined function mssql_pconnect() in C:\xampp\htdocs\config\config.php on line 5

thanks more power to ragezone!


 
Tantra Freelancer
Joined
Apr 9, 2014
Messages
541
Reaction score
23
Its your PHP version. Are you using XAMPP? If so what version?
 
Skilled Illusionist
Joined
Mar 31, 2011
Messages
382
Reaction score
48
Open php.ini file in C:\xampp\php\, and search (in this file):
Code:
;extension=php_mssql.dll

and remove ";", so:
Code:
extension=php_mssql.dll

save file, and restart apache.
 
Initiate Mage
Joined
Nov 26, 2013
Messages
17
Reaction score
0
@A v a r a i dont know what version i download .. can you tell me what version is compatible?? btw thank you :)
@John thanks for the response but i already remove the ";" but same error ..what should i do?
 
Last edited:
Tantra Freelancer
Joined
Apr 9, 2014
Messages
541
Reaction score
23
Uninstall your current XAMPP and install XAMPP 1.7.3
 
Back
Top