-
Member
WebServer doesnt connects with MSSQL ....
Uhmm Dear Ragezone,
I got here an big problem with my webserver/website i cant get it connect to mssql
i allready used multipule php.ini's .... [Randy1234's Package]
Im using atm AppServer 2.5.10 with an php version of: 5.2.6
Before i also tried it with WAMP But i just cant get it working
The most of the complete webs register page etc keep saying: Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\testreg\index.php on line 9
Allways the function mssql connect...
Could anyone help me? Greetz NightRunner
-
-
DRGunZ 2 Creator
Re: WebServer doesnt connects with MSSQL ....
Why don't you search? Copy and paste your error into RZ's search bar and should be good to go. The answer has been said so many times over the past years in many sections.
Search: "Fatal error: Call to undefined function mssql_connect"
-
I like pie
Re: WebServer doesnt connects with MSSQL ....
Fatal error: Call to undefined function: mssql_connect ()
Is corrected as follows:
This is because not properly edited the php.ini file, which is housed in the C:\xampp\php
Find the file you open it and find the line:
; extension = php_mssql.dll
And remove the ";" (semicolon) at the beginning to make it like this:
extension = php_mssql.dll
Credits: pixelkar
http://forum.ragezone.com/f400/solut...efined-650068/
next time like he said search it tho. just google with site:ragezone.com in it so u dont need to wait with the search regulations
-
In Progress... FFXIV...
Re: WebServer doesnt connects with MSSQL ....
Don't forget to replace and add a specific .dll files in Apache/bin and php6 folder if I remember correctly.
-
Member
Re: WebServer doesnt connects with MSSQL ....
Allready fixed thanks to xWeaver's Tut ! :D anyways still thanks for the help