Author Topic: php error after adding plugins  (Read 4740 times)

Offline nmpg

  • Newbie
  • *
  • Posts: 4
php error after adding plugins
« 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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: php error after adding plugins
« Reply #1 on: October 16, 2014, 11:03:50 AM »
You should ask MyRoundcube about problems with there plugins.

Offline google

  • Newbie
  • *
  • Posts: 3
  • Comprehend the depths of Roundcube
    • Живи настоящим - IT-блог Прокофьева Олега
Re: php error after adding plugins
« Reply #2 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:
Code: [Select]
$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
Even the admin is typing with one finger

Offline ABerglund

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 673
Re: php error after adding plugins
« Reply #3 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?
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

Offline google

  • Newbie
  • *
  • Posts: 3
  • Comprehend the depths of Roundcube
    • Живи настоящим - IT-блог Прокофьева Олега
Re: php error after adding plugins
« Reply #4 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
Even the admin is typing with one finger

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: php error after adding plugins
« Reply #5 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?