Koozali.org: home of the SME Server

I broke my roundcube :(

Offline Jean-Philippe Pialasse

  • *
  • 2,747
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: I broke my roundcube :(
« Reply #45 on: Yesterday at 02:36:05 PM »

Offline david000

  • ****
  • 196
  • +0/-0
Re: I broke my roundcube :(
« Reply #46 on: Yesterday at 02:45:09 PM »
https://github.com/roundcube/classic

Thank you for that. So it looks like I just need to apply the command:

Code: [Select]
composer require "roundcube/classic:~1.6.0"
Actually it should be:

Code: [Select]
composer require "roundcube/classic:~1.6.26"


Offline Jean-Philippe Pialasse

  • *
  • 2,747
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: I broke my roundcube :(
« Reply #47 on: Yesterday at 07:56:18 PM »
nope. use it as is. 

Note: make sure to use version of the skin that matches the Roundcube version. If it is not available use the closest lower version number. For example, if your Roundcube version is 1.6.5, use skin version 1.6.x (with max X that exists), if 1.6.x does not exist use 1.5.x and so on. Using 1.7.x and up might not work.


also as we are using root you might alter a little the command for it to work