[TUT] Fix Appserv Most errors

Joined
Mar 3, 2009
Messages
990
Reaction score
42
Note: This is only for Appserv

Un-install Wampserver if you have it on your PC

Download Appserv





Having problems with appserv?
like below? it will not look the same but yeah

Code:
Warning: mssql_connect() [function.mssql-connect]: message: Login failed for user 'as'. The user is not associated with a trusted SQL Server connection. (severity 14) 

Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: Y

Warning: mssql_select_db() [function.mssql-select-db]: Unable to connect to server: 

Warning: mssql_select_db() [function.mssql-select-db]: A link to the server could not 

Warning: mssql_query() [function.mssql-query]: Unable to connect to server: (null) in 

Warning: mssql_query() [function.mssql-query]: A link to the server could not be e

Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in

Link1

Link2


Link3



1.Go to C:/Appserv/php5

and Replace the DLL File




2.Go to C:/WINDOWS

and replace the php.ini

After you have replace the files Restart Apache






DO NOT STEAL THIS TUT

if you want to post it on other forums give me credits








Thank You,

Randy~
 
Last edited:
Back