Roundcube Not Working
-
- Posts: 83
- Joined: Tue Jan 14, 2014 6:43 am
Roundcube Not Working
I'm using Ubuntu Server 12.04.3 x64.
I have installed twice and checked the settings, but Roundcube still won't connect to the database. There's something seriously wrong here if a new install isn't working!
I have installed twice and checked the settings, but Roundcube still won't connect to the database. There's something seriously wrong here if a new install isn't working!
Re: Roundcube Not Working
havent tried on ubuntu , but works ok with centos thoughnightstryke wrote:I'm using Ubuntu Server 12.04.3 x64.
I have installed twice and checked the settings, but Roundcube still won't connect to the database. There's something seriously wrong here if a new install isn't working!
-
- Posts: 83
- Joined: Tue Jan 14, 2014 6:43 am
Re: Roundcube Not Working
Yeah not going to go through dependency hell just to get a control panel working, that's why I installed Ubuntu!ahmiq wrote:havent tried on ubuntu , but works ok with centos thoughnightstryke wrote:I'm using Ubuntu Server 12.04.3 x64.
I have installed twice and checked the settings, but Roundcube still won't connect to the database. There's something seriously wrong here if a new install isn't working!
-
- Posts: 83
- Joined: Tue Jan 14, 2014 6:43 am
Re: Roundcube Not Working
Ok looking at it I've got these settings.
Trying to log into roundcube user in CLI is unsuccessful with either of those passwords, but is successful without a password.
Any ideas? Should I dare to change them all to one password?
Code: Select all
/etc/roundcube/db.inc.php
$rcmail_config['db_dsnw'] = 'mysql://roundcube:012345@localhost/roundcube';
Code: Select all
/var/lib/roundcube/config/db.inc.php
$rcmail_config['db_dsnw'] = 'mysql://roundcube:012345@localhost/roundcube';
Code: Select all
/etc/roundcube/debian-db.php
$dbuser='roundcube';
$dbpass='56789';
$basepath='';
$dbname='roundcube';
$dbserver='';
$dbport='';
$dbtype='mysql';
Any ideas? Should I dare to change them all to one password?
-
- Posts: 83
- Joined: Tue Jan 14, 2014 6:43 am
Re: Roundcube Not Working
Ok changed the passwords in those files to the same password. - Didn't Work.
So I checked the databases apparently the install script for ubuntu is broken as it did not create the roundcube database. So I deleted and recreated the User and Database with the same password and then manually loaded the mysql database install and that seemed to fix it.
So I checked the databases apparently the install script for ubuntu is broken as it did not create the roundcube database. So I deleted and recreated the User and Database with the same password and then manually loaded the mysql database install and that seemed to fix it.