Control Web Panel

WebPanel => How to => Topic started by: bullten on August 13, 2018, 12:31:49 PM

Title: Upgrade Roundcube in Running Versions of CWP
Post by: bullten on August 13, 2018, 12:31:49 PM
Guide to Upgrade Roundcube
Code: [Select]
https://blog.bullten.com/upgrading-roundcube-webmail-in-cwp/
Title: Re: Upgrade Roundcube in Running Versions of CWP
Post by: iotivedo on November 27, 2018, 11:55:41 AM
I try this tutorial but I've an issue now

(https://user-images.githubusercontent.com/1073883/49078151-8ac6a080-f23d-11e8-8fc3-d19b1e777aa4.png)

all info in the first columns and others empty.

Any help?
Title: Re: Upgrade Roundcube in Running Versions of CWP
Post by: sixthsense on January 20, 2019, 04:53:18 AM
Same here  :-[
Title: Re: Upgrade Roundcube in Running Versions of CWP
Post by: puterfixer on April 10, 2019, 04:48:00 PM
@iotivedo @sixthsense The issue is caused by the Widescreen layout, enabled by default. Change to Desktop layout in user settings and the display will be normal.

To change this as a default value in roundcube settings, edit the file
Code: [Select]
nano /usr/local/cwpsrv/var/services/roundcube/config/defaults.inc.php
Modify the following variable from widescreen to desktop:
Code: [Select]
// Interface layout. Default: 'widescreen'.
//  'widescreen' - three columns
//  'desktop'    - two columns, preview on bottom
//  'list'       - two columns, no preview
$config['layout'] = 'desktop';
Title: Re: Upgrade Roundcube in Running Versions of CWP
Post by: BBS on September 30, 2020, 10:37:54 AM
Guide to Upgrade Roundcube
Code: [Select]
https://blog.bullten.com/upgrading-roundcube-webmail-in-cwp/

Another guide: https://www.mysterydata.com/upgrade-to-roundcube-version-mail-on-cwp-centos-webpanel/ (https://www.mysterydata.com/upgrade-to-roundcube-version-mail-on-cwp-centos-webpanel/)
Title: Re: Upgrade Roundcube in Running Versions of CWP
Post by: Namaste on February 21, 2023, 01:59:58 PM
Guide to Upgrade Roundcube
Code: [Select]
https://blog.bullten.com/upgrading-roundcube-webmail-in-cwp/

Another guide: https://www.mysterydata.com/upgrade-to-roundcube-version-mail-on-cwp-centos-webpanel/ (https://www.mysterydata.com/upgrade-to-roundcube-version-mail-on-cwp-centos-webpanel/)
ajax: error using mysterydata
Title: Re: Upgrade Roundcube in Running Versions of CWP
Post by: overseer on March 09, 2023, 09:26:15 AM
Can you post roundcube's relevant error log lines?