I get this Error, Please help.
Also what do i do with the tables i'm new to all this gunz server. (i have a Gunz server Btw lol)Code:Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\secure\config.php on line 32
I get this Error, Please help.
Also what do i do with the tables i'm new to all this gunz server. (i have a Gunz server Btw lol)Code:Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\secure\config.php on line 32
Start> Run> php.ini
Search for mssql
In first result, remove the ; before and restart your apache server.
I have done that but still get the Error.
You restarted AppServer?
Yes. Could you help me on Teamviewer?
I'm on Linux, try to restart you computer.
Ok ill try now.
Look at the unofficial fix thread by wesman.
Ok no look i get this.
![]()
Bump i really need help Please!!
It is the same way to fix this problem :
Fix :Code:Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\EGTest\config.php on line 32
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 http://207.210.97.37/ntwdblib.zip
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
[b] File Hosting provided by Revolution Gamers.
Thanks for the help you gave me but i just removed my gunz because it was pissing me off :)
I've seen that before in the unnoficial fix or something post.
yea heres the real link
http://forum.ragezone.com/attachment...0&d=1224015745
Funny thing is i think im using the same web page etc and get that error 2, ive edited the php.ini and other things. Still there, grrrr!
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.