I'm totally new to roundcube. I am trying to install a plugin from the repository. I unzipped the repository into the plugins folder as instructed. When I edit the plugins line as follows, I get an error:
SERVICE CURRENTLY NOT AVAILABLE!
Error No. [500]
here is the plugins line from the config file.
// List of active plugins (in plugins/ directory)
$rcmail_config['plugins'] = array(
"accounts"
);
If I comment out the "accounts" line, roundcube works fine. Can anyone point me in the right direction?
Quote from: skaero;27287Whats in your error log?
I take it from this that there is some table that it is missing, but i don;t know where that table is supposed to come from.
[06-May-2010 12:08:52 +0000]: DB Error: _doQuery: [Error message: Could not execute statement]
[Last executed query: PREPARE mdb2_statement_mysql_34af4524b0bf9e5893bd923d9e4dc2f51a1a8202e FROM 'SELECT * FROM accounts WHERE user_id=?']
[Native code: 1146]
[Native message: Table 'roundcube123.accounts' doesn't exist]
in /mounted-storage/home49b/sub002/sc29675-EMTT/www/webmail/program/include/rcube_mdb2.php on line 269 (GET /webmail/?_task=mail)
[06-May-2010 12:11:26] MDB2 Error: no such table (-18): _doQuery: [Error message: Could not execute statement]
[Last executed query: PREPARE mdb2_statement_mysql_3167cd130d31ebbb2b10d8729ef25ff76d8c98ba2 FROM 'SELECT * FROM accounts WHERE user_id=?']
[Native code: 1146]
[Native message: Table 'roundcube123.accounts' doesn't exist]
[06-May-2010 12:11:26 +0000]: DB Error: _doQuery: [Error message: Could not execute statement]
[Last executed query: PREPARE mdb2_statement_mysql_3167cd130d31ebbb2b10d8729ef25ff76d8c98ba2 FROM 'SELECT * FROM accounts WHERE user_id=?']
[Native code: 1146]
[Native message: Table 'roundcube123.accounts' doesn't exist]
in /mounted-storage/home49b/sub002/sc29675-EMTT/www/webmail/program/include/rcube_mdb2.php on line 269 (GET /webmail/?_task=mail)
You should read the "README" file in the accounts plugin folder, it tells you about the sql and config ;)
Thanks.. Like I said I'm new with this app. I didn't realize that I had to so more than add it to the config file. I got it to work.