Author Topic: Upgrade Roundcube in Running Versions of CWP  (Read 11127 times)

0 Members and 1 Guest are viewing this topic.

Offline
***
Upgrade Roundcube in Running Versions of CWP
« on: August 13, 2018, 12:31:49 PM »
Guide to Upgrade Roundcube
Code: [Select]
https://blog.bullten.com/upgrading-roundcube-webmail-in-cwp/

Offline
*
Re: Upgrade Roundcube in Running Versions of CWP
« Reply #1 on: November 27, 2018, 11:55:41 AM »
I try this tutorial but I've an issue now



all info in the first columns and others empty.

Any help?

Offline
*
Re: Upgrade Roundcube in Running Versions of CWP
« Reply #2 on: January 20, 2019, 04:53:18 AM »
Same here  :-[

Offline
*
Re: Upgrade Roundcube in Running Versions of CWP
« Reply #3 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';

Offline
*
Re: Upgrade Roundcube in Running Versions of CWP
« Reply #4 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/

Offline
***
Re: Upgrade Roundcube in Running Versions of CWP
« Reply #5 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/
ajax: error using mysterydata
Listen to everything Pixelpadre says.

Offline
****
Re: Upgrade Roundcube in Running Versions of CWP
« Reply #6 on: March 09, 2023, 09:26:15 AM »
Can you post roundcube's relevant error log lines?