Accounts Plugin

25 views
Skip to first unread message

NanoteK

unread,
Jun 29, 2011, 5:46:00 AM6/29/11
to MyRoundcube - Plugins for Roundcube by Rosali
Hi,

Thanks for all the hard work you have put in? Anytime someone asks
"couldn't we have XYZ in roundcube" I end up enabling one eof your
plugins.

I am using the latest snapshot, yet there seems to be an issue with
roundcube, when using accounts plugin.

Switching accounts is fine, but when I try to return to the main
account I get a blank page with the request:

http://roundcube.example.com/?_task=mail&_action=plugin.accounts&_mbox=INBOX&_switch=-1

If I remove the trailing ?
_task=mail&_action=plugin.accounts&_mbox=INBOX&_switch=-1 I am
returned to the main account, yet the dropdown is stuck in the
previous account that I tried to leave.

Any ideas?

Rosali

unread,
Jun 29, 2011, 6:36:59 AM6/29/11
to MyRoundcube - Plugins for Roundcube by Rosali


On 29 Jun., 11:46, NanoteK <kerem.erci...@gmail.com> wrote:
> Hi,
>
> Thanks for all the hard work you have put in? Anytime someone asks
> "couldn't we have XYZ in roundcube" I end up enabling one eof your
> plugins.
>
> I am using the latest snapshot, yet there seems to be an issue with
> roundcube, when using accounts plugin.

Which snapshot? A snapshot of latest Roundcube SVN or of my plugins
bundle?

>
> Switching accounts is fine, but when I try to return to the main
> account I get a blank page with the request:
>
> http://roundcube.example.com/?_task=mail&_action=plugin.accounts&_mbo...

Kerem Erciyes

unread,
Jun 29, 2011, 6:44:02 AM6/29/11
to myrou...@googlegroups.com
I meant your latest plugin bundle 5.3-v1.0, roundcube is in version
0.31, maybe I should upgrade it as well.

Regards,
Kerem

--
Kerem Erciyes - Sistem Danismani
http://keremerciyes.com

Rosali

unread,
Jun 29, 2011, 7:18:07 AM6/29/11
to MyRoundcube - Plugins for Roundcube by Rosali
Please update Roundcube. Current stable version is 0.5.3.
I don't care about backwards compatibility. Accounts
plugins works for along recent Roundcube version.
> Kerem Erciyes - Sistem Danismanihttp://keremerciyes.com- Zitierten Text ausblenden -
>
> - Zitierten Text anzeigen -

Kerem Erciyes

unread,
Jun 29, 2011, 9:07:33 AM6/29/11
to myrou...@googlegroups.com
Thanks. I'll upgrade and report back...

Kerem Erciyes

unread,
Jun 29, 2011, 1:11:07 PM6/29/11
to myrou...@googlegroups.com
It works now.
In a note: After upgrading, all my accounts settings were lost, I had
to drop the accounts table and re-run the SQL to get it working.

Thanks,
Kerem

Rosali

unread,
Jun 30, 2011, 2:38:10 AM6/30/11
to MyRoundcube - Plugins for Roundcube by Rosali


On 29 Jun., 19:11, Kerem Erciyes <kerem.erci...@gmail.com> wrote:
> It works now.
> In a note: After upgrading, all my accounts settings were lost, I had
> to drop the accounts table and re-run the SQL to get it working.

I guess you lost your user id's after upgrade. As a consequence
accounts table entries were not linked to appropriate user
in Roundcube's users table anymore.
> >>> Kerem Erciyes - Sistem Danismanihttp://keremerciyes.com-Zitierten Text ausblenden -

Kerem Erciyes

unread,
Jul 1, 2011, 7:25:55 AM7/1/11
to myrou...@googlegroups.com
In fact, I did not lose any user id's or other settings, I tried now and it seems when I log out all my remote servers are gone.

I checked the database and it seems accounts table is OK, and the user_id is defined in users.

select * from accounts;
+-----+------------------+------------------+----------------------------------+--------------+-------------------+-------------+---------+
| aid | account_dn       | account_id       | account_pw                       | account_host | account_host_smtp | preferences | user_id |
+-----+------------------+------------------+----------------------------------+--------------+-------------------+-------------+---------+
|   1 | ro...@example.org | ro...@example.org | Mk**********mIGteS3hc/0zdFWyNVqb | localhost    | localhost         | NULL        |      33 |
+-----+------------------+------------------+----------------------------------+--------------+-------------------+-------------+---------+

select user_id,username,mail_host from users where user_id = '33';
+---------+-----------------------+------------------+
| user_id | username              | mail_host        |
+---------+-----------------------+------------------+
|      33 | ro...@example.com      | mail.example.org |
+---------+-----------------------+------------------+
Reply all
Reply to author
Forward
0 new messages