[WEB]Need help

Results 1 to 9 of 9
  1. #1
    Apprentice Julistanor is offline
    MemberRank
    Dec 2012 Join Date
    Lauro Müller,Location
    22Posts

    angry [WEB]Need help

    I need support for the flyff website, i can't connect to my database, i get this error " Warning: odbc_connect() [function.odbc-connect]: SQL error: [Microsoft][ODBC SQL Server Driver][DBMSLPCN]SQL inexistent server or acess denied., SQL state 08001 in SQLConnect in C:\***\htdocs\***\inc\config.inc.php on line 10 "

    Anyone can help-me ?!


  2. #2
    Banned Montage is offline
    BannedRank
    Sep 2016 Join Date
    ⓩⓔⓝⓓLocation
    67Posts

    Re: [WEB]Need help

    download sqlsrv this problem answer manytimes even you can search the solution on google

  3. #3
    Apprentice Julistanor is offline
    MemberRank
    Dec 2012 Join Date
    Lauro Müller,Location
    22Posts

    Re: [WEB]Need help

    I downloaded it, and i have the same problem, u can help-me ?

    =====Edit=====

    I have downloaded this file and installed on my php folder on my server, and nothing happened ._.
    I have the same error on my WebSite, u can help-me whit a TeamViewer ?
    Last edited by Julistanor; 20-09-16 at 01:03 AM.

  4. #4
    Banned Montage is offline
    BannedRank
    Sep 2016 Join Date
    ⓩⓔⓝⓓLocation
    67Posts

    Re: [WEB]Need help

    check your php.ini search mssql delete ; you need to allow mssql after that save it and restart your apache

  5. #5
    Apprentice Julistanor is offline
    MemberRank
    Dec 2012 Join Date
    Lauro Müller,Location
    22Posts

    Re: [WEB]Need help

    I already make this " ; " deleted, and i get a error, apache can't initiate a mssql.dll module

  6. #6
    Banned Montage is offline
    BannedRank
    Sep 2016 Join Date
    ⓩⓔⓝⓓLocation
    67Posts

    Re: [WEB]Need help

    It announced from php website PHP: Introduction - Manual


    These functions allow you to access MS SQL Server database.


    This extension is not available anymore on Windows with PHP 5.3 or later.


    SQLSRV, an alternative extension for MS SQL connectivity is available from Microsoft: » Microsoft PHP Driver for SQL Server.
    Since XAMPP 1.8.0 its used PHP 5.4.4 and php_mssql.dll extension is not available anymore on windows with PHP 5.3 or later. So you can't use this library to your new XAMPP although you get it from your old XAMPP. You must use alternative extension to connect to MS SQL Server database like SQLSRV.


    See also ::


    PHP: Introduction - Manual
    sql server - How to get mssql work with PHP 5.3? - Stack Overflow
    Your php version from XAMPP 1.8.3 is PHP 5.5.15, so you must use "php_sqlsrv_55_nts.dll" or "php_sqlsrv_55_ts.dll". Those files can be downloaded from http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=20098`.


    Note :: see also the information on Details section to help you choose file that you must download


    This link about documentation to code with sqlsrv library PHP: SQLSRV - Manual

  7. #7
    Proficient Member n0tso1ee7 is offline
    MemberRank
    Nov 2015 Join Date
    180Posts

    Re: [WEB]Need help

    From what I can gather you haven't added the ODBC driver update, I can only guess from what has been stated above.
    https://www.microsoft.com/en-us/down....aspx?id=36434
    I helped someone else get it setup a few weeks back I think... I'll link you too it if it can be of any help.
    http://forum.ragezone.com/f457/regis...flyff-1095193/

  8. #8
    Apprentice Julistanor is offline
    MemberRank
    Dec 2012 Join Date
    Lauro Müller,Location
    22Posts

    Re: [WEB]Need help

    Not work

  9. #9
    Proficient Member n0tso1ee7 is offline
    MemberRank
    Nov 2015 Join Date
    180Posts

    Re: [WEB]Need help

    well I guess if you cannot figure out whats wrong with the error codes it should be providing than use an older version of php
    or try providing the error codes here and see if someone can help more.



Advertisement