Welcome to the RaGEZONE - MMORPG development forums.

RoseCP-AE

This is a discussion on RoseCP-AE within the Rose Online forums, part of the MMO and MMORPG Developments category; Hi guys, I have a problem, I use iRose Arcturus files and when I want to install RoseCP-AE (website) I ...

Results 1 to 6 of 6
  1. #1
    Member
    Rank
    Member
    Join Date
    Feb 2012
    Posts
    26
    Liked
    0

    RoseCP-AE

    Click
    Hi guys, I have a problem, I use iRose Arcturus files and when I want to install RoseCP-AE (website) I have an error. See.

    Code:
    Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: localhost in C:\xampp\htdocs\libs\dmssql.php on line 35
    Cant Connect to mssql [dmssql class]
    Thanks anymore for help.

  2. #2
    Nyaa, Nyaa, Nyaa!!!
    Rank
    Gamma
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    3,196
    Liked
    250
    Gamertag: Aukemon0 PSN ID: Aukemon0 XFIRE ID: Aukemon0 Steam ID: Aukemon0

    Re: RoseCP-AE

    read....
    either login or password or port or host or database is incorrect.
    or your mssql server isn't running at all

  3. #3
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jan 2011
    Posts
    237
    Liked
    3

    Re: RoseCP-AE

    No, You have to go in your apache php.ini and look for the line ";extension=php_mssql.dll" remove ";" thus "extension=php_mssql.dll" then save and restart your apache! Ready ^^

  4. #4
    C++ addict
    Rank
    Member +
    Join Date
    Sep 2009
    Posts
    423
    Liked
    16

    Re: RoseCP-AE

    @daniblok that answer is totally wrong, it says it can't connect, not that it can't find mssql functions.
    @Alastor94 be sure you are connecting to the right server, something like "MYCOMPUTER/SQLEXPRESS" wich is in my case "windhoos-gezin/MSSQL".

  5. #5
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jan 2011
    Posts
    237
    Liked
    3

    Re: RoseCP-AE

    Excuse me!
    in:
    ##### Server Name
    $title = 'RoseCP AE';
    ###### Your msSQL Info ########
    $hostname = "localhost";-------> Place 127.0.0.1
    $username = "sa";
    $password = "pass";
    # databases, that if you changed db names. if not, dont change a thing
    $seven_ORA = "seven_ORA";
    $sho = "SHO";
    $sho_log = "SHO_LOG";
    $sho_mall = "SHO_MALL";

  6. #6
    Member
    Rank
    Member
    Join Date
    Feb 2012
    Posts
    26
    Liked
    0

    Re: RoseCP-AE

    Done, thanks for help all. You can close it.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •