MSQL connection(different than any other topic!)

Results 1 to 5 of 5
  1. #1
    Account Upgraded | Title Enabled! hardjump is offline
    MemberRank
    Oct 2009 Join Date
    280Posts

    MSQL connection(different than any other topic!)

    hi ragezoners ;)
    so my problem is here...
    my game server can connect to my MSQL dbs (all works tested..can login and stuff..)

    but now website...wont connect to MSQL neither from remote connection neitehr from local connection...

    any ideas what and how to do ?


  2. #2
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: MSQL connection(different than any other topic!)

    Check php logs for errors. You probably didn't enable php_mssql.dll in php.ini or you have one of the later PHP installs where php_mssql.dll no longer exists (this will be a problem as the new drive by MS doesn't run queries the same way).

  3. #3
    Account Upgraded | Title Enabled! hardjump is offline
    MemberRank
    Oct 2009 Join Date
    280Posts

    Re: MSQL connection(different than any other topic!)

    hmm i think im using latest xampp CentOS version xampp(lampp) 1.6.8a
    and as u see im hosting web on centos... :) and website wont make remote connectionto sql on my windows...but if i host on windows with xampp 1.7.1 it wont connect either..
    ALL PHP.ini modules are ON :) i dunno wat else to say ?


    and here is one error i see in log at last line..


    PHP Warning: PHP Startup: Unable to load dynamic library ..."
    Last edited by hardjump; 17-07-11 at 06:34 PM.

  4. #4
    Alpha and Omega Xc0deRed93 is offline
    MemberRank
    Jul 2010 Join Date
    331Posts

    Re: MSQL connection(different than any other topic!)

    Quote Originally Posted by chumpywumpy View Post
    Check php logs for errors. You probably didn't enable php_mssql.dll in php.ini or you have one of the later PHP installs where php_mssql.dll no longer exists (this will be a problem as the new drive by MS doesn't run queries the same way).
    nice to see you again mam chumpy

  5. #5
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: MSQL connection(different than any other topic!)

    Quote Originally Posted by prime23 View Post
    nice to see you again mam chumpy
    Nice to see some familiar faces too :)

    Quote Originally Posted by hardjump View Post
    PHP Warning: PHP Startup: Unable to load dynamic library ..."
    I'm using 1.7.2 so it isn't a version problem. Modules not loading isn't good though as it is probably the mssql one. I would start by googling the full errors that php and the page give you as the reason is normally in one or the other.



Advertisement