Author Topic: Roundcube update not working due to php version of cwpsrv  (Read 7035 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Re: Roundcube update not working due to php version of cwpsrv
« Reply #15 on: November 09, 2023, 02:28:15 PM »
Run it in var/www/html/. Then it will support php version

Hi. How to change working directory for roundcube to run in in var/www/html/ ? Have same problem after update RC to newest version....
Another question is why roundcube is using quite different version of PHP than CPW?

Offline
****
Re: Roundcube update not working due to php version of cwpsrv
« Reply #16 on: November 10, 2023, 11:14:37 AM »
See this guide to upgrade to 1.5.4.

https://www.alphagnu.com/topic/33-update-cwp-roundcube-mail-version-154-%E2%80%93-control-web-panel/#comment-35

Unfortunately, as mention in that threads comments at the bottom, CWP can't support RoundCube 1.6.5 because it uses PHP 7.3, and CWP's core is only using 7.2 for some reason still.

Offline
**
Re: Roundcube update not working due to php version of cwpsrv
« Reply #17 on: November 10, 2023, 07:00:06 PM »
Cwpsrv has it's own fpm.  the service is called cwpsrv-phpfpm and cwp-phpfpm  They use /usr/local/cwp/php71 (It's actually 7.2).  I'm working on an update for you, but work 60 hours a week, so not a lot of time
Do you know when the new version of Roundcube will be available? How to completely disable Roundcube in CWP when CVE vulnerabilities appear in outdated version 1.5.3

you can update to 1.5.6 this is the latest one that works acutally

Offline
****
Re: Roundcube update not working due to php version of cwpsrv
« Reply #18 on: November 10, 2023, 09:31:46 PM »
Saw some had problem with 1.5.5 on that thread I posted above.

Just saw 1.5.6 last night.

Offline
*
Re: Roundcube update not working due to php version of cwpsrv
« Reply #19 on: April 03, 2024, 07:52:32 PM »
Quote
Installer for CentOS 9/stream, Alma Linux 9, and Rocky Linux 9 (beta)
CWP is released for EL9 as a beta, and old PHP versions are removed i.e. only PHP 7.4 to 8.3 are supported.
Does this mean that the latest version of roundcube will already work in the CWP beta version?

Offline
****
Re: Roundcube update not working due to php version of cwpsrv
« Reply #20 on: April 04, 2024, 02:54:21 PM »
Do not know, haven't gotten around to working with the beta yet.

Offline
****
Re: Roundcube update not working due to php version of cwpsrv
« Reply #21 on: April 04, 2024, 04:10:36 PM »
My radar is up... keen to know what version of PHP is used internally for cwpsrv in EL9, and what version of Roundcube is included by default!

Offline
****
Re: Roundcube update not working due to php version of cwpsrv
« Reply #22 on: April 04, 2024, 04:18:20 PM »
Gonna work on that today.
Will post when I know.

Offline
****
Test install of CWP beta on AlmaLinux 9.3
« Reply #23 on: April 04, 2024, 08:37:29 PM »
OK.

@overseer

So, we all know this is a beta version so far...
It's a work in progress by the CWP team.


This is the bottom status bar after a clean install on AlmaLinux 9.3:
(Use scroll bar at bottom of message to see right side)



This is the Mail Services Tab:



This is the Mail Services Tab, AFTER manually installing AMaVis, ClamAV (* See Below), SpamAssassin



The default version of RoundCube installed:



* I installed ClamAV & ClamD from the EPEL repo, got it to enable, but keeps giving an error when trying to start.
I might or might not work on this.


Default PHP is 7.4.33 Without ionCube.
Tried to build 8.3.4, said it worked, but still on 7.4.33. So it failed.

It also installed an Old, Non-LTS version of MariaDB, 10.5.22.
10.6 & 10.11 are LTS Versions.
« Last Edit: April 04, 2024, 08:44:41 PM by Starburst »

Offline
*
Re: Roundcube update not working due to php version of cwpsrv
« Reply #24 on: April 05, 2024, 10:53:42 AM »
OK.

@overseer

So, we all know this is a beta version so far...
It's a work in progress by the CWP team.


This is the bottom status bar after a clean install on AlmaLinux 9.3:
(Use scroll bar at bottom of message to see right side)



This is the Mail Services Tab:



This is the Mail Services Tab, AFTER manually installing AMaVis, ClamAV (* See Below), SpamAssassin



The default version of RoundCube installed:



* I installed ClamAV & ClamD from the EPEL repo, got it to enable, but keeps giving an error when trying to start.
I might or might not work on this.


Default PHP is 7.4.33 Without ionCube.
Tried to build 8.3.4, said it worked, but still on 7.4.33. So it failed.

It also installed an Old, Non-LTS version of MariaDB, 10.5.22.
10.6 & 10.11 are LTS Versions.
You need to check what php version roundcube is running on:
Code: [Select]
/usr/local/cwp/php71/bin/php -v

Offline
****
Re: Roundcube update not working due to php version of cwpsrv
« Reply #25 on: April 05, 2024, 04:58:12 PM »
cwp-srv is running 7.4.33
« Last Edit: April 05, 2024, 04:59:43 PM by Starburst »