Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: nmpg on October 16, 2014, 09:20:22 AM

Title: php error after adding plugins
Post by: nmpg on October 16, 2014, 09:20:22 AM
Hello.

I installed the plugin manager, and used it to download further plugins. After unzipping the selected plugins I uploaded them into the plugins/ dir.

By login to my account, to my surprise, I was not confronted with a warning letting me know that the roundcube database needed an adjustment.

Now, by doing Settings > Manager plugins > settings, there is a php error:

DB Error in .../Roundcube/program/lib/Roundcube/rcube_db.php (467): [1146] Table 'roundcube.carddav_contactgroups' doesn't exist (SQL Query: SELECT * FROM carddav_contactgroups)

I'm sure this can be fixed by updating the roundcube database, but how can I do that?

Cheers.
Title: Re: php error after adding plugins
Post by: SKaero on October 16, 2014, 11:03:50 AM
You should ask MyRoundcube about problems with there plugins.
Title: Re: php error after adding plugins
Post by: google on December 05, 2014, 10:41:56 AM
Hello! Was looking for a topic where you can ask a question, but more has not found suitable. Help me advice why my Rouncube can't take more than 3 plugins, ignores the rest.
Here is my config:
$config['plugins'] = array('filesystem_attachments', 'emoticons', 'password','autologon','rcs_skins');and work only the first three? And as not interchanged, only the first three are connected ((( Errors, no logs, no!
my version rouncubemail - 1.0.3
Title: Re: php error after adding plugins
Post by: ABerglund on December 05, 2014, 11:33:13 AM
The first three are default plugins that ship with the package. Are the final two un-zipped, named correctly and located properly within the plugins directory?
Title: Re: php error after adding plugins
Post by: google on December 05, 2014, 11:43:20 AM
Yes, all plugins are in the plugins directory, each with its own folder. Even those plugins that come bundled with roundcube, you cannot connect more than three
Title: Re: php error after adding plugins
Post by: SKaero on December 05, 2014, 05:10:10 PM
I'm not familiar with the rcs_skins plugin, and autologon isn't a drop in plugin it needs to be customized to work. Does changing the order make those plugin work as expected?