OSDS install failed

12/12/2009 01:00 shady45300#1
Hi all !
When i try to install osds i have these errors :

Warning: mssql_query() [function.mssql-query]: message: Column names in each table must be unique. Column name 'Reborn' in table 'user_character' is specified more than once. (severity 16) in E:\xampp\xampp\htdocs\osds\PHP\config\install.php on line 96

Warning: mssql_query() [function.mssql-query]: Query failed in E:\xampp\xampp\htdocs\osds\PHP\config\install.php on line 96
IF you see this message without any errors, it means everyhting went ok
and i've added the Reborn to user_character for the reborn system.
You are now ready to enter OsDs Gm Control Panel.

And ... i've deleted the install.php for your safty, but .... just to be safe, you better take a look.
12/12/2009 03:10 janvier123#2
table "Reborn" already exists
just ignor install.php and delete it

and fill in
Code:
E:\xampp\xampp\htdocs\osds\PHP\config\mssql.conf.php
PHP Code:
<?php

// MSSQL Database Info
$mssql = array(
                
'host' => "localhost",
                
'user' => "sa",
                
'pass' => "server"
                
);
?>
12/12/2009 03:28 shady45300#3
I have this in mssql.conf.php :

Code:
<?php
// MSSQL Database Info
// this info is written by install.php
// this is the main config file for
// mssql server, edit when needed


$mssql = array(
				'host' => "localhost",
				'user' => "sa",
				'pass' => "ouzbek"
				);
?>
And when y try to register osds i have this now :

Code:
Warning: mssql_connect() [function.mssql-connect]: message: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. (severity 14) in E:\xampp\xampp\htdocs\osds\PHP\config\install.php on line 94

Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: in E:\xampp\xampp\htdocs\osds\PHP\config\install.php on line 94

Warning: mssql_select_db() [function.mssql-select-db]: message: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. (severity 14) in E:\xampp\xampp\htdocs\osds\PHP\config\install.php on line 95

Warning: mssql_select_db() [function.mssql-select-db]: Unable to connect to server: in E:\xampp\xampp\htdocs\osds\PHP\config\install.php on line 95

Warning: mssql_select_db() [function.mssql-select-db]: A link to the server could not be established in E:\xampp\xampp\htdocs\osds\PHP\config\install.php on line 95

Warning: mssql_query() [function.mssql-query]: message: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. (severity 14) in E:\xampp\xampp\htdocs\osds\PHP\config\install.php on line 96

Warning: mssql_query() [function.mssql-query]: Unable to connect to server: in E:\xampp\xampp\htdocs\osds\PHP\config\install.php on line 96

Warning: mssql_query() [function.mssql-query]: A link to the server could not be established in E:\xampp\xampp\htdocs\osds\PHP\config\install.php on line 96
IF you see this message without any errors, it means everyhting went ok
and i've added the Reborn to user_character for the reborn system.
You are now ready to enter OsDs Gm Control Panel.

And ... i've deleted the install.php for your safty, but .... just to be safe, you better take a look.
12/12/2009 04:01 janvier123#4
Quote:
Originally Posted by janvier123 View Post
just ignor install.php and delete it
you need to LEARN to listen !
12/12/2009 04:28 shady45300#5
I have do it succefull, i can log in osds but their all the time the error, i dont know why, but if it's work that's cool :D
12/12/2009 13:18 janvier123#6
if ppl dont wanna get flamed on, they need to post WHY its not working
i cant fix "its not woking"

- Error message ?
- Error code ?
- What did you do ?
- What did you do that before that ?