Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Help me please

Newbie Spellweaver
Joined
Dec 22, 2011
Messages
32
Reaction score
3
why is that when i try to cnnect to may Cp it says like this


>>>>>>:mellow:

Warning: mssql_connect() [function.mssql-connect]: message: Login failed for user 'sa'. The user is not associated with a trusted SQL Server connection. (severity 14) in C:\xampp\htdocs\blackpearl\function.php on line 37

Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: USER-2BA21E29BC\SQLEXPRESS in C:\xampp\htdocs\blackpearl\function.php on line 37

Warning: mssql_select_db(): supplied argument is not a valid MS SQL-Link resource in C:\xampp\htdocs\blackpearl\function.php on line 38



any idea to solve this?
im using blackpearl CP for ep3
 
why is that when i try to cnnect to may Cp it says like this


>>>>>>:mellow:

Warning: mssql_connect() [function.mssql-connect]: message: Login failed for user 'sa'. The user is not associated with a trusted SQL Server connection. (severity 14) in C:\xampp\htdocs\blackpearl\function.php on line 37

Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: USER-2BA21E29BC\SQLEXPRESS in C:\xampp\htdocs\blackpearl\function.php on line 37

Warning: mssql_select_db(): supplied argument is not a valid MS SQL-Link resource in C:\xampp\htdocs\blackpearl\function.php on line 38



any idea to solve this?
im using blackpearl CP for ep3

Hi friend!
Is simple!
go to /xampp/php/
edit file php.ini
and change
mssql.secure_connection = Off
in
mssql.secure_connection = On
restart apache
your work is play!
I Wait your success response!
:p
 
Upvote 0
Back