Roundcube: SERVICE CURRENTLY NOT AVAILABLE!

BestBoard

Verified User
Joined
Sep 8, 2006
Messages
180
Hi,
I just install a DirectAdmin on clean install of CentOS 5.4 32bit.
When i try to login my email account via roundcube i am getting this message:
SERVICE CURRENTLY NOT AVAILABLE!

Error No. [500]


here is logs from (var/www/html/roundcube/logs/error)
[04-Feb-2010 07:18:53] MDB2 Error: unknown error (-1): _doQuery: [Error message: Could not execute statement]
[Last executed query: PREPARE mdb2_statement_mysql_1269d02b7becc7b192ba06e1ef8000948a59e8650 FROM 'SELECT vars, ip, UNIX_TIMESTAMP(changed) AS changed\n FROM session\n WHERE sess_id=?']
[Native code: 1286]
[Native message: Unknown table engine 'InnoDB']

how can i fix it?
 
Hi,

Your db is corrupted probably. Just empy roundcube_mail db and import sql file again and that should fix your problem.

Danijel,
 
i just deleted da_roundcube
and ./build roundcube

solved the problem :)

Thank you!
 
cd /usr/local/directadmin/custombuild
./build roundcube

Thanks for your reply. I just solved the issue using this commands:

Code:
rm -rf /var/lib/mysql/da_roundcube
rm -rf /var/www/html/roundcube*
cd /usr/local/directadmin/custombuild
./build roundcube
:)
 
Wow im pretty sure rm -rf /var/lib/mysql/da_roundcube is very wrong. You should be dropping the database from mysql command prompt.
 
i also would not suggest to delete the database, the user's contact list is in the database and someone would be very mad if you delete it (that cause happened to me ;) )

backup the database before delete it, so, you can always step back.

Regards
 
Back
Top