Skip to main content

Roundcube stopped working - formbricks plugin

Comments

6 comments

  • Marcel Zuidwijk

    This solved the issue for us too. I did a chmod 000 on the pluggin to test and that worked.

    Strange thing is: I have no logging for roundcube. It is via mysql and not sqlite, as there are no sqlite dbases in the /home/$user/etc/ folder.

    Solved for now ...

    0
  • Kristof De Vlieger

    You can check log_dir here;

    $config['log_dir'] = '/var/cpanel/roundcube/log';

    in /usr/local/cpanel/base/3rdparty/roundcube/config/config.inc.php

    0
  • cPRex Jurassic Moderator

    Thanks for sharing that article!

    0
  • Paul Phillips

    Renaming the plugin directory worked for us, for now. If an update adds this back I hope it is resolved then.

    mv /usr/local/cpanel/base/3rdparty/roundcube/plugins/formbricks /usr/local/cpanel/base/3rdparty/roundcube/plugins/formbricks.disabled

    0
  • Eric W

    Only issue with renaming the plugin folder to formbricks.disabled is if routndcube does any sort of reinstall, it'll end up putting the folder back.  Issue changing permissions is if the plugin gets a fixed update the upcp may not be able to apply the update.  (presuming it's a script fix)  The way I see it, the only viable fix is an updated script or an update that provides the missing json configuration so it doesn't get the error in the first place.  For the record, QA failed on this one.  No one tested it before release?  Glaringly obvious this plugin breaks Roundcube.  Makes me wonder what the development environment uses?

    1

Please sign in to leave a comment.