Website help ;o

Results 1 to 5 of 5
  1. #1
    Account Upgraded | Title Enabled! flyffhelper is offline
    MemberRank
    Dec 2010 Join Date
    419Posts

    Website help ;o

    So i had this website problem i checked the php.ini i enabled the mssql but that didn't work log
    Code:
    atal error: Call to undefined function mssql_connect() in C:\Xampp\xampp\htdocs\secure\config.php on line 42


  2. #2
    Valued Member Lifeles5 is offline
    MemberRank
    Mar 2008 Join Date
    147Posts

    Re: Website help ;o

    Did you restart your webserver after editing?
    If yes, then please give us some details like,
    - which webserver
    - PHP version

  3. #3
    Account Upgraded | Title Enabled! flyffhelper is offline
    MemberRank
    Dec 2010 Join Date
    419Posts

    Re: Website help ;o

    Quote Originally Posted by Lifeles5 View Post
    Did you restart your webserver after editing?
    If yes, then please give us some details like,
    - which webserver
    - PHP version
    I'm using xampp 1.7.3 i heard that version is good for websites

    Apache 2.2.14 (IPv6 enabled) + OpenSSL 0.9.8l
    MySQL 5.1.41 + PBXT engine
    PHP 5.3.1

  4. #4
    Valued Member Lifeles5 is offline
    MemberRank
    Mar 2008 Join Date
    147Posts

    Re: Website help ;o

    The new php versions dont support mssql directly.
    BTW MySQL have nothing to do with MSSQL.

    Solution 1:
    Try sqlsrv_connect instead of mssql_connect.
    Solution 2:
    Try installing the mssql driver for php from official site.
    Solution 3:
    Uninstall Xampp 1.7.3 and install Xampp 1.7.1

  5. #5
    Account Upgraded | Title Enabled! flyffhelper is offline
    MemberRank
    Dec 2010 Join Date
    419Posts

    Re: Website help ;o

    Solved thanks



Advertisement