Skip to main content

RoundCube saves to .ics file but event disappears then isn't dislplayed

Comments

3 comments

  • cPRex Jurassic Moderator

    Hey there!  This error typically means that there is a problem with the table structure in the Roundcube database.  Can you try running this to see if that takes care of things?

    /usr/local/cpanel/bin/update-roundcube-sqlite-db --foreground
    0
  • FredQ

    Thank you Rex, that seems to have worked. Roundcube is now actually displaying events.

    However, a couple of issues:

    1. the update of Roundcube has restored the 'WebMail Home' link in the navigation which we had previously suppressed via the $config['plugins'> = array(. Pls can you confirm the new way to remove the 'WebMail Home' link? and
    2. In Roundcube there's a 'Default' calendar which just gets in the way - can this be deleted or it's display suppressed?
    0
  • cPRex Jurassic Moderator

    For issue #1, I would expect all future cPanel updates to restore that link, as that isn't an area that we allow to be customized.  The best option would likely be to create a feature request if you'd like to see an official way to keep that option removed from the interface.  You could likely workaround it with a post-upcp script, but that is never an elegant solution.

    For #2, unfortunately there is not a way to remove this calendar.  

    0

Please sign in to leave a comment.