Additional
1. Use
XAMPP to avoid this error
Code:
Parse error: parse error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in C:\Program Files\Abyss Web Server\htdocs\GMc\includes\adodb5\adodb.inc.php on line 336
==================
For this Error,
Code:
Warning: mssql_query() [function.mssql-query]: message: The data types image and varbinary are incompatible in the add operator. (severity 16) in C:\xampp\htdocs\Ran\gmc.php on line 549
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\Ran\gmc.php on line 549
continue to this step to avoid it
2.Change the data types of dbo.ChaInven , dbo.ChaSkills, dbo.PutOnItems in
varbinary(MAX)
==================
No Names, Skill Names and etc?
continue to these steps to avoid this error... (NO ITEMS AND SKILL NAMES)
3. download this 2 rar files
http://downloads.omegaran.com/table.rar
http://downloads.omegaran.com/paste-in-table.rar
Extract and execute the scripts inside the
table.rar
Paste the datas inside the
paste-in-table.rar (use ur common sense here)
===================
For this Error,
Code:
Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: CRANEP4\SQLEXPRESS in C:\xampp\htdocs\gmc\includes\adodb5\drivers\adodb-mssql.inc.php on line 511
Unable to connect DB1!
continue to this step to avoid it
4. download this
http://downloads.omegaran.com/adodb-mssql.inc.rar
then, paste it to
C:\xampp\htdocs\gmc\includes\adodb5\drivers\
Credits to bk Correy and Denver and RageZONE team!