Hey,
I tried to install kalweb website, but I get errors in install.php
link kalweb: http://forum.ragezone.com/f315/php-w...77/index3.html
I editted dbconnect.php;
And ofcourse dbinfo.php;PHP Code:<?php
if (ALLOW_OPEN != 1){
exit("<strong>Error: </strong>Can't be opened directly!");
}
// MSSQL Database Info
$connect = $mssql_connect(localhost,sa,mypassword); ?>
And then if I open install.php, and enter my information then I get these errors;PHP Code:<?php
//MSSQL config
$mssql_host="localhost";
$mssql_user="sa";
$mssql_pass="mypassword";
?>
Whats the problem?Code:Warning: mssql_select_db() [function.mssql-select-db]: Unable to connect to server: (null) in C:\xampp\htdocs\site\install.php on line 27 Warning: mssql_select_db() [function.mssql-select-db]: A link to the server could not be established in C:\xampp\htdocs\site\install.php on line 27 Warning: mssql_query() [function.mssql-query]: Unable to connect to server: (null) in C:\xampp\htdocs\site\install.php on line 28 Warning: mssql_query() [function.mssql-query]: A link to the server could not be established in C:\xampp\htdocs\site\install.php on line 28 Warning: mssql_query() [function.mssql-query]: Unable to connect to server: (null) in C:\xampp\htdocs\site\install.php on line 29 Warning: mssql_query() [function.mssql-query]: A link to the server could not be established in C:\xampp\htdocs\site\install.php on line 29 Warning: mssql_query() [function.mssql-query]: Unable to connect to server: (null) in C:\xampp\htdocs\site\install.php on line 30 Warning: mssql_query() [function.mssql-query]: A link to the server could not be established in C:\xampp\htdocs\site\install.php on line 30 Warning: mssql_query() [function.mssql-query]: Unable to connect to server: (null) in C:\xampp\htdocs\site\install.php on line 34 Warning: mssql_query() [function.mssql-query]: A link to the server could not be established in C:\xampp\htdocs\site\install.php on line 34 Failed
I run on MYSSQL 2005 , do I need to replace localhost with H1325062\SQLEXPRESS or something?


Reply With Quote![[Kalmax] Website Error.](http://ragezone.com/hyper728.png)


