i forgot about dbconnect.php
when you replace db.php with the one with MS-sql
find this line.
define("EZSQL_DB_USER", ""); // <-- MS SQL Server db user
define("EZSQL_DB_PASSWORD", ""); // <-- MS SQL Server db password
define("EZSQL_DB_NAME", ""); // <-- MS SQL Server db pname
define("EZSQL_DB_HOST", ""); // <-- MS SQL Server server host
replace those lines with
PHP Code:
// function _($s) {
// return $s;
// }
include_once("dbconnect.php");
and try the installation.
I thought if we didn't care about dbconnect.php and have the login details in db.php it might just work.
but since you're doingthe whole installation this might be whats wrong.
not sure sry.