• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[HELP] website fatal error

Newbie Spellweaver
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.
 
Newbie Spellweaver
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