Hi
The main error is "DB Error: connect failed". This means that either the DSN you configured in config/db.inc.php is not right or that PHP in general can't connect to the MySQL database. Do you have other PHP apps that use MySQL (i.e. phpMyAdmin) running on that server? If you have, then check the settings they use and try to apply them to the RoundCube configuration.
Regards, Thomas
P. J. Reed wrote:
I just subscribed to this mailing list, so hopefully this question hasn't been asked a thousand times, but I couldn't find any archives of the users list, only the dev list.
Anyway, I'm trying to set up RoundCube on my personal web server. I've set up a database and edited the config files appropriately, but when I try to access index.php, I get the following error:
DB Error in /home/speed/public_html/roundcube/program/include/rcube_db.inc (63): DB Error: connect failed
Fatal error: Call to undefined function: query() in /home/speed/public_html/roundcube/program/include/rcube_db.inc on line 124
I've poked around a little bit, and I have no idea what's wrong, but I'll admit that I don't know much about PHP.
If it matters, I'm using Apache 1.3.20, PHP 4.4.1, and MySQL 4.1.16.
Thanks, P. J.