read....
either login or password or port or host or database is incorrect.
or your mssql server isn't running at all
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 ...
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.
Thanks anymore for help.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]
read....
either login or password or port or host or database is incorrect.
or your mssql server isn't running at all
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 ^^
@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".
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";
Done, thanks for help all. You can close it.