MuCore runs super slow.

Results 1 to 9 of 9
  1. #1
    Account Upgraded | Title Enabled! itaialroy is offline
    MemberRank
    Sep 2010 Join Date
    231Posts

    MuCore runs super slow.

    For sure it's not the VPS fault, I have a powerful machine with great intertet.
    MuCore runs very very slow on Xampp 1.7.1.
    I read that I should run it on Xampp 1.7.7, but I can't-
    When I delete the ; from PHP_MSSQL something, Apache won't run anymore.
    Can someone provide some help?
    Thanks.


  2. #2
    Gamma DragonSeth is offline
    MemberRank
    Aug 2011 Join Date
    2,996Posts

    Re: MuCore runs super slow.

    Open the config for mucore 1.0.8 and if ur using ODBC remove 127.0.0.1 and leave it blank.
    Or change ODBC to MSSQL and it should run faster. Or recode your template.

  3. #3

    Re: MuCore runs super slow.

    @itaialroy
    version 1.7.7 if u wanna use it there

    1. stop Apache

    2. Find php_mssql.dll till you see this :
    ;extension=php_mssql.dll
    Change it to :
    extension=php_mssql.dll

    3.If you are using PDO MSSQL find this :
    ;extension=php_pdo_mssql.dll

    Change it to :
    extension=php_pdo_mssql.dll

    4. install this to unpack the correct dll files for xampp required
    Download DLL4Xampp.exe in Ziddu

    5. start apache again and recheck ur web.

  4. #4
    Account Upgraded | Title Enabled! zzlovezz is offline
    MemberRank
    Dec 2007 Join Date
    206Posts

    Re: MuCore runs super slow.

    When i use module with SQL connection very slow. my web is mssql on the web hosting. but my hosting is very fast. I dont know? any solution>

  5. #5

    Re: MuCore runs super slow.

    Quote Originally Posted by zzlovezz View Post
    When i use module with SQL connection very slow. my web is mssql on the web hosting. but my hosting is very fast. I dont know? any solution>
    what sql server u have? what xampp / apache version u have?

  6. #6
    Account Upgraded | Title Enabled! zzlovezz is offline
    MemberRank
    Dec 2007 Join Date
    206Posts

    Re: MuCore runs super slow.

    Quote Originally Posted by KarLi View Post
    what sql server u have? what xampp / apache version u have?
    SQL 2008 R2, i dont use xamp. I put my web on the web hosting.

  7. #7
    Gamma DragonSeth is offline
    MemberRank
    Aug 2011 Join Date
    2,996Posts

    Re: MuCore runs super slow.

    Quote Originally Posted by zzlovezz View Post
    SQL 2008 R2, i dont use xamp. I put my web on the web hosting.
    Then i see the web hosting being the problem again remove 127.0.0.1 leave it blank

    Post your mucore config.php and i will see what i can do. and upload your template.

  8. #8
    Account Upgraded | Title Enabled! zzlovezz is offline
    MemberRank
    Dec 2007 Join Date
    206Posts

    Re: MuCore runs super slow.

    Quote Originally Posted by DragonSeth View Post
    Then i see the web hosting being the problem again remove 127.0.0.1 leave it blank

    Post your mucore config.php and i will see what i can do. and upload your template.


    $core['connection_type'] = "MSSQL";


    #########################################








    /*--------------------------------------------------*\
    | MuOnline Database Connection Settings |
    | |
    | $core['db_host'] : Database host address |
    | $core['db_name'] : Database name |
    | $core['db_use'] : SQL Authentication user |
    | $core['db_password'] : SQL Authentication password |
    \*--------------------------------------------------*/


    $core['db_host'] = "51.255.234.18";

    $core['db_name'] = "MuOnline";

    $core['db_user']= "sa";


    $core['db_password'] = "xxxx";

    btw you can not leave the db_host blank because it on the Web hosting not on the VSP .

  9. #9

    Re: MuCore runs super slow.

    U must use ip to connect to mssql with port.
    51.255.233.18:1433
    Use that.


    Sent from my iPhone.



Advertisement