Author Topic: plugin help needed  (Read 5950 times)

Offline graewulf

  • Newbie
  • *
  • Posts: 3
plugin help needed
« on: May 06, 2010, 08:10:47 AM »
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?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
plugin help needed
« Reply #1 on: May 06, 2010, 08:23:17 AM »
Whats in your error log?

Offline graewulf

  • Newbie
  • *
  • Posts: 3
plugin help needed
« Reply #2 on: May 06, 2010, 08:36:26 AM »
Quote from: skaero;27287
Whats 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)

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
plugin help needed
« Reply #3 on: May 06, 2010, 09:31:12 AM »
You should read the "README" file in the accounts plugin folder, it tells you about the sql and config ;)

Offline graewulf

  • Newbie
  • *
  • Posts: 3
plugin help needed
« Reply #4 on: May 06, 2010, 09:44:55 AM »
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.