Its unable to connect to the database. First check the you have the the wrong database information in config/db.inc.php, and do you have any errors in your error log (log/error)?
Quote from: SKaero Its unable to connect to the database. First check the you have the the wrong database information in config/db.inc.php, and do you have any errors in your error log (log/error)?
I can't find any error logs. The folder has only the ".htaccess" files, no logs.
The database variables are correct.
[EDIT]
i installed a copy of RoundCube on my XP server running a WAMP server.
I got the same problem, but on the XP server there is a error log.
The errorlog is as followed:
[06-sep-2007 11:15:39] PHP Warning: include_once(config/main.inc.php) [
function.include-once]: failed to open stream: No such file or directory in D:\XAMPP\htdocs\mail\program\include\main.inc on line 110
[06-sep-2007 11:15:39] PHP Warning: include_once() [
function.include]: Failed opening 'config/main.inc.php' for inclusion (include_path='D:\XAMPP\htdocs\mail/;D:\XAMPP\htdocs\mail/program;D:\XAMPP\htdocs\mail/program/lib;.;D:\XAMPP\php\pear\') in D:\XAMPP\htdocs\mail\program\include\main.inc on line 110
[06-sep-2007 11:15:39] PHP Warning: include_once(config/db.inc.php) [
function.include-once]: failed to open stream: No such file or directory in D:\XAMPP\htdocs\mail\program\include\main.inc on line 119
[06-sep-2007 11:15:39] PHP Warning: include_once() [
function.include]: Failed opening 'config/db.inc.php' for inclusion (include_path='D:\XAMPP\htdocs\mail/;D:\XAMPP\htdocs\mail/program;D:\XAMPP\htdocs\mail/program/lib;.;D:\XAMPP\php\pear\') in D:\XAMPP\htdocs\mail\program\include\main.inc on line 119
[06-sep-2007 11:15:39] PHP Warning: array_merge() [
function.array-merge]: Argument #2 is not an array in D:\XAMPP\htdocs\mail\program\include\main.inc on line 120
P.S. i'm trying to install RoundCube on IIS, is this possible?