Gunz Webpage

Newbie Spellweaver
Joined
Jun 6, 2009
Messages
9
Reaction score
0
I get this Error, Please help.
Code:
Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\secure\config.php on line 32

Also what do i do with the tables i'm new to all this gunz server. (i have a Gunz server Btw lol)
 
Ok no look i get this.

Saint.. - Gunz Webpage - RaGEZONE Forums


Saint.. - Gunz Webpage - RaGEZONE Forums
 
Upvote 0
It is the same way to fix this problem :


Code:
Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\EGTest\config.php on line 32

Fix :
1. Check your configuration files, this is most usually caused by not having a good configuration. Also check php.ini and make sure that "extension=php_msql.dll" and "extension=php_mssql.dll" have no ; before them.
2. It might be your ntwdblib.dll, turn off whatever web server your using and replace your old dll with this one http://forum.ragezone.com/attachment...0&d=1224015745, restart the web server and try again.
The file of where to put it is differs in which one you use.
AppServ : C:/AppServ/PHP/
Wamp : C:/Program Files/PHP/ or C:/wamp/php (some old versions use the program files one)
Xammp : C:/xampp/PHP/

OR you can try this way :

Quote:
1. uncomment php_mssql.dll from php.ini
2, Download
3, Extract it
4. Place ntwdblib.dll inside C:\Windows\system*** your apache bin dir and your php dir.
5. reboot your windows and your ready to go :]

Fix by Night2Dark2
All contents was not made by him they are of a shared source
File Hosting provided by Revolution Gamers.
 
Upvote 0
It is the same way to fix this problem :


Code:
Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\EGTest\config.php on line 32
Fix :
1. Check your configuration files, this is most usually caused by not having a good configuration. Also check php.ini and make sure that "extension=php_msql.dll" and "extension=php_mssql.dll" have no ; before them.
2. It might be your ntwdblib.dll, turn off whatever web server your using and replace your old dll with this one http://forum.ragezone.com/attachment...0&d=1224015745, restart the web server and try again.
The file of where to put it is differs in which one you use.
AppServ : C:/AppServ/PHP/
Wamp : C:/Program Files/PHP/ or C:/wamp/php (some old versions use the program files one)
Xammp : C:/xampp/PHP/

OR you can try this way :

Quote:
1. uncomment php_mssql.dll from php.ini
2, Download
3, Extract it
4. Place ntwdblib.dll inside C:\Windows\system*** your apache bin dir and your php dir.
5. reboot your windows and your ready to go :]

Fix by Night2Dark2
All contents was not made by him they are of a shared source
File Hosting provided by Revolution Gamers.




that ragezone link doesnt work
 
Upvote 0
My way should fix everything, I have fixed it many times before.
Edit php.ini and remove the ; from the mssql extension
Download the ntwbdwhatever.dll I posted and put it in your PHP directory and the system32/WINDOWS directorys.
Restart your apache
and that should fix it.
 
Upvote 0
Back