Xampp(Appache) , Website Error

Results 1 to 6 of 6
  1. #1
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

    Xampp(Appache) , Website Error

    Well,i use the latest xampp and cabaltoolz 3.1!
    If i start the Appache from xampp cpanel is start ok and everything is working ok,after 10-20-30 minutes appache crash,the cause i think is the high traffic and i got Unable to connect to mssql,and when the appache crash i have to stop it from xampp control panel and start it again !
    I have this problem always,at every 10-20-30 minutes depends about traffic,i have to do thi steps,is so hard to stay always on the keyboard !
    What i have to do ?
    Thanks !


  2. #2
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

    Re: Xampp(Appache) , Website Error

    Sorry for double post,some one can help me?

  3. #3
    xHTML/CSS/JS/Ruby LostSpirit is offline
    MemberRank
    Feb 2008 Join Date
    $ gem search -rLocation
    482Posts

    Re: Xampp(Appache) , Website Error

    use FreeTDS.

    FreeTDS for Windows (optional)
    ================================

    First download the right version of the lib for your version of PHP.

    PHP 5.1.x
    http://kromann.info/php5_1-Release_TS/php_dblib.dll

    PHP 5.2.x
    http://kromann.info/php5_2-Release_TS/php_dblib.dll

    PHP 6.x
    http://kromann.info/php6-Release_TS/php_dblib.dll

    Place the .dll in the PHP extensions directory (extension_dir in php.ini)


    Here are my php.ini settings:

    magic_quotes_gpc = Off or
    magic_quotes_gpc = On and magic_quotes_sybase = On

    ;extension=php_mssql.dll
    extension=php_dblib.dll

    ; Valid range 0 - 2147483647. Default = 4096.
    mssql.textlimit = 20971520

    ; Valid range 0 - 2147483647. Default = 4096.
    mssql.textsize = 20971520

    ; Use NT authentication when connecting to the server
    mssql.secure_connection = Off

    You will also need to create c:\freetds.conf

    [global]
    host = 127.0.0.1
    port = 1433
    client charset = UTF-8
    tds version = 8.0
    text size = 20971520
    Last edited by LostSpirit; 30-03-10 at 08:15 PM.

  4. #4
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

    Re: Xampp(Appache) , Website Error

    I use php 5.3.1 from latest xampp
    Ill do all what you say,and i got this error:
    Attached Thumbnails Attached Thumbnails untitled.jpg  

  5. #5
    xHTML/CSS/JS/Ruby LostSpirit is offline
    MemberRank
    Feb 2008 Join Date
    $ gem search -rLocation
    482Posts

    Re: Xampp(Appache) , Website Error

    use xampp version 1.7.1 =)

  6. #6
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

    Re: Xampp(Appache) , Website Error

    Well,i'll try
    Thanks for your time !
    Edit:Working fine at the moment,hope to be ok always,thank you so much !
    Last edited by S37uP!Update; 31-03-10 at 03:50 AM.



Advertisement