WebServer doesnt connects with MSSQL ....

Results 1 to 5 of 5
  1. #1
    Member remixgunz is offline
    MemberRank
    Sep 2010 Join Date
    77Posts

    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


  2. #2
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    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"

  3. #3
    I like pie OJuice is offline
    MemberRank
    Jul 2011 Join Date
    205Posts

    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

  4. #4
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    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.

  5. #5
    Member remixgunz is offline
    MemberRank
    Sep 2010 Join Date
    77Posts

    Re: WebServer doesnt connects with MSSQL ....

    Allready fixed thanks to xWeaver's Tut ! :D anyways still thanks for the help



Advertisement