Author Topic: Roundcube version  (Read 5614 times)

0 Members and 1 Guest are viewing this topic.

Offline
***
Re: Roundcube version
« Reply #15 on: March 20, 2023, 12:11:42 PM »
which version you are trying to install?
I was following the exact instructions from the tutorial on mysterydata site, which has now changed to uxlux or something.
Listen to everything Pixelpadre says.

Offline
***
Re: Roundcube version
« Reply #16 on: March 20, 2023, 12:44:48 PM »
what does the error log in roundcube states?

Offline
***
Re: Roundcube version
« Reply #17 on: March 20, 2023, 09:30:17 PM »
what does the error log in roundcube states?

This happened a few months ago.  I doubt that I can find it.
Listen to everything Pixelpadre says.

Offline
***
Re: Roundcube version
« Reply #18 on: March 20, 2023, 09:32:05 PM »
what does the error log in roundcube states?

Where is the log location?
Listen to everything Pixelpadre says.

Offline
***
Re: Roundcube version
« Reply #19 on: March 20, 2023, 09:36:21 PM »
what does the error log in roundcube states?

The error was an ajax error that came after

curl -s -L https://www.uxlinux.com/upload/tmp/cwp_rc_fix.sh | bash
Listen to everything Pixelpadre says.

Offline
****
Re: Roundcube version
« Reply #20 on: March 25, 2023, 08:05:14 PM »
Can you download Sandeep's fixed script, then customize it by adding a trace to the shebang line?
Code: [Select]
curl -O -k https://www.uxlinux.com/upload/tmp/cwp_rc_fix.sh
nano cwp_rc_fix.sh
[b]#!/bin/bash -x[/b]
Then run it and watch it execute line-by-line:
Code: [Select]
sudo bash cwp_rc_fix.sh

Offline
*****
Re: Roundcube version
« Reply #21 on: March 26, 2023, 02:19:36 AM »
made updated script tutorial upon how you can install latest 1.5.3 Roundcube
https://www.uxlinux.com/forum/viewtopic.php?t=6

Offline
*****
Re: Roundcube version
« Reply #22 on: March 26, 2023, 02:20:27 AM »
what does the error log in roundcube states?

The error was an ajax error that came after

curl -s -L https://www.uxlinux.com/upload/tmp/cwp_rc_fix.sh | bash

run in ssh terminal like putty

Offline
****
Re: Roundcube version
« Reply #23 on: March 26, 2023, 02:55:40 AM »
Your instructions worked fine on 3x CWP Pro servers. 2 were running 1.5.0, one was still running 1.4.11. All updated just fine, now all 3 are running 1.5.3. Thanks!

Offline
*
Re: Roundcube version
« Reply #24 on: March 26, 2023, 07:38:19 AM »
what does the error log in roundcube states?

The error was an ajax error that came after

curl -s -L https://www.uxlinux.com/upload/tmp/cwp_rc_fix.sh | bash

run in ssh terminal like putty

Hi Sandeep,

will Roudcube be updated through CWP automatically, or it has to be done manually?

Offline
****
Re: Roundcube version
« Reply #25 on: March 27, 2023, 09:16:56 AM »
Eventually automatically.
Currently manually.