Hello! I seem to be having some issues installing MuWeb 0.9. I tried following guides, I went through allot of guides, but I end up with the same problem. When I extract web files in my htdocs folder after configuring my php.ini and registering the registris. I edit config.inc.php. As I go to my browser and type localhost I get allot of gibberish errors and when I go to install.php i get errors like the following:
PHP Code:; if($error != 1){ $install .='
'; }else{ $install .='
Please enable the required mods from your apache folder / php.ini
'; } } switch ($_GET['next']){ case 1: if($muweb['connection_type'] == "ODBC"){ $db_primary = &ADONewConnection('odbc','date'); $connect_sql = $db_primary->Connect($muweb['db_name'],$muweb['db_user'],$muweb['db_password'],$muweb['db_host']); if(!$connect_sql){ $error = 1; $db = "NO"; }else{ $db = "YES"; } $db_secondary = &ADONewConnection('odbc','date'); $connect_sql = $db_secondary->Connect($muweb['db_name2'],$muweb['db_user'],$muweb['db_password'],$muweb['db_host']); if(!$connect_sql){ $error = 1; $db2 = "NO"; }else{ $db2 = "YES"; } }elseif($muweb['connection_type'] == "MSSQL"){ $db_primary = &ADONewConnection('mssql'); $connect_sql = $db_primary->Connect($muweb['db_host'],$muweb['db_user'],$muweb['db_password'],$muweb['db_name']); if(!$connect_sql){ $error = 1; $db = "NO"; }else{ $db = "YES"; } $db_secondary = &ADONewConnection('mssql'); $connect_sql = $db_secondary->Connect($muweb['db_host'],$muweb['db_user'],$muweb['db_password'],$muweb['db_name2']); if(!$connect_sql){ $error = 1; $db2 = "NO"; }else{ $db2 = "YES"; } } if($muweb['debug'] == 1){ $db_primary->debug = true; $db_secondary->debug = true; } $install .='
I cant seem to find a solution to my problem. I went through allot of guides. My server works fine however...I dont think it related to the SQL, because that works good. Anyway, Thanks!
I would greatly appreciate if someone could help me, I'm not exactly new to this stuff, but Im not an expert either so I could use some help.
Thanks,
Gonzfishin.
No matter what website I try to download and put in my folder and install, I get the same thing they all say cannot connect to my sql, and I edited config.php for all of them, please help!




