This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1] 2
1
CentOS-WebPanel Bugs / Re: Can't update linux OS because of mysql-common
« on: November 04, 2025, 12:04:51 PM »More than likely you have a LAMP installed and that's why you are having problems with the DB and PHP...Does cwp installation script install LAMP? You know it doesn't so I really don't understand why you would think about that...
It was a freshly installed cwp server 3 months ago with no mods.
2
CentOS-WebPanel Bugs / Re: Issues with PHP version swither (php_switch_v2)
« on: November 01, 2025, 04:56:37 PM »There no 'fix', Because there is NO problem that can be duplicated...I didn't insult anyone. If you or others felt that way I apologize.
Just because you don't have the knowledge or have something setup wrong to get it working doesn't make it a 'bug'.
PHP Version Switcher and PHP-FPM Selector (Paid Version of CWP) work perfectly fine on all of the AL9 servers on our network.
Insulting @overseer or any of us that come on here and help users, you are the reason we have stopped bothering helping...
Open a support ticket with CWP, because I doubt your going to get anymore help here...
Helping others is hard, I know that because in the past (10+ years ago) I was active on a hardware forum trying to help.
I learned that sometimes you have to be "in the skin" of the one that needs to be helped to fully understand the issue. Many times I skipped that and users were not happy. I feel you. Maybe you didn't understand my frustration.
Thanks again!
3
CentOS-WebPanel Bugs / Re: Issues with PHP version swither (php_switch_v2)
« on: November 01, 2025, 04:49:48 PM »1. There are no errors. Please show us the whole log of the php compilation process.2. Thank you, I think that fixed the issue with uploadprogress module! After this fix I said maybe a migration would not be bad...
2. To fix uploadprogress try to do following:Code: [Select]cd /usr/local/src/
rm -rf uploadprogress*
wget https://pecl.php.net/get/uploadprogress
tar -xvzf uploadpogress-2*
cd uploadpogress*
phpize
configure
make
make install
1. The server with the issue was migrated to a new server where php_switch_v2 compiled successfully php 8.1.33. I don't know what could be the issue but for the moment more time invested in this problem is not worth it.
Thanks to all that had constructive replies.
4
CentOS-WebPanel Bugs / Re: Issues with PHP version swither (php_switch_v2)
« on: November 01, 2025, 03:54:51 PM »Again, you talk without knowing who you're talking to. But it's ok, maybe this is your limit.I lost 4 hours of trying to update PHP from 7.4.33 to at least 3, or 4 versions of PHP - and I still can't update to PHP 8.1.33.Your time must not be worth very much if you would rather spend 4 hours than $1/month for CWP Pro. (Time = Money)
If you started again the "buy pro" conversation I will let you know that there is the same problem on the pro version, so...
Still no fix for the problem.
5
CentOS-WebPanel Bugs / Re: Can't update linux OS because of mysql-common
« on: November 01, 2025, 03:49:35 PM »When you try to update OS tries to update various system packages and seems some package requires the package MariaDB-common but it conflicts with mysql-common. I do believe you installed MySQL manually.I'm the only person that has access to that server and I can tell you that neither I or anyone else installed MySQL. Maybe cwp scripts installed MySQL and I really wonder why.
In order to perform update I recommend the following route:
1. Make backups of the databases
2. Remove packages related with MySQL.
3. Install MariaDB
4. Restore databases if necessary (if you see some errors associated with databases in logs).
Please note you do it on your own risk.
From the beginning of the server install and config we use MariaDB v10.11.14.
6
CentOS-WebPanel Bugs / Re: Issues with PHP version swither (php_switch_v2)
« on: October 28, 2025, 06:30:08 PM »
Well, you guys talk like you're the experts and instead of offering solutions for the issues, you talk bla bla's about paying "devs" and "sysadmins". Don't talk like that if you don't know who you're talking to. You have no idea who am I and what I do. Maybe I run a datacenter, who knows?
Still no fix for php_switch_v2. I'm talking about BUGS, you are talking about "harden a server security". Is this a joke?
P.S. in the past I paid for CWP PRO. I stopped doing that when I saw that the devs didn't fix things when they supposed to.
Still no fix for php_switch_v2. I'm talking about BUGS, you are talking about "harden a server security". Is this a joke?
P.S. in the past I paid for CWP PRO. I stopped doing that when I saw that the devs didn't fix things when they supposed to.
7
CentOS-WebPanel Bugs / Re: Can't update linux OS because of mysql-common
« on: October 28, 2025, 06:20:52 PM »Code: [Select]rpm -qa | grep mysql-common
yum remove mysql-common
yum remove mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64
Code: [Select]
No match for argument: mysql-common Dependencies resolved. Nothing to do. Complete!
Code: [Select]
No match for argument: mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 Dependencies resolved. Nothing to do. Complete!
8
CentOS-WebPanel Bugs / Can't update linux OS because of mysql-common
« on: October 27, 2025, 11:18:55 PM »
Hello!
Got a message to update the os, did update but it failed with the error below.
In order to avoid that error and update the rest of the system, i used the command:
Got a message to update the os, did update but it failed with the error below.
In order to avoid that error and update the rest of the system, i used the command:
Code: [Select]
yum -x 'mysql-common-*' -x 'mysql-libs-*' update
Code: [Select]
Error: Transaction test error:
file /usr/share/mysql/charsets/Index.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/armscii8.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/ascii.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/cp1250.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/cp1251.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/cp1256.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/cp1257.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/cp850.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/cp852.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/cp866.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/dec8.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/geostd8.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/greek.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/hebrew.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/hp8.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/keybcs2.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/koi8r.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/koi8u.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/latin1.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/latin2.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/latin5.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/latin7.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/macce.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/macroman.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
file /usr/share/mysql/charsets/swe7.xml from install of mysql-common-8.0.43-1.module_el8.10.0+4049+06e4dcce.x86_64 conflicts with file from package MariaDB-common-10.11.14-1.el8.x86_64
9
CentOS-WebPanel Bugs / Re: Issues with PHP version swither (php_switch_v2)
« on: October 27, 2025, 11:05:57 PM »I don't follow your logic. No company offers indemnity against CVE or 0-day exploits. Not Red Hat, not Oracle, not cPanel. None will reimburse you for lost time or recovery efforts (and even a product refund is very unlikely). Many are setting up bug bounty programs to prevent such public damage to their products (and therefore their reputation) and the open source world expects their code to be reviewed by knowledgeable coders. You can purchase insurance against exploits if you want, though...Sorry to disappoint you but you are wrong - "It's up to you to secure your core system and reduce your attack surface.". Stop making excuses for the devs.
But really, this is a value proposition to provide you with an inexpensive web panel to make administration easier for you and end users. It's up to you to secure your core system and reduce your attack surface. A secure (and backed up) system won't have as much of a problem with a 0-day or CVE without an immediate patch.
Still no fix for php_switch_v2.
10
CentOS-WebPanel Bugs / Re: Issues with PHP version swither (php_switch_v2)
« on: October 26, 2025, 05:23:26 PM »CWP Pro is well worth the few $$ to support the development and gain useful features.Yeah right, I can see that very well with the "development" part. Buy and use pro, then surprize - your server is hacked. Is cwp going to pay any damages to hundreds of websites for not securing their panel? No.
11
CentOS-WebPanel Bugs / Re: Issues with PHP version swither (php_switch_v2)
« on: October 26, 2025, 05:20:24 PM »What OS are you installing CWP onto?Cwp is installed on Almalinux 8.10
Are you able to switch to PHP 8.2 or 8.3?
There are 2 versions of PHP that don't have vulnerabilities: 8.1.33 and 8.2.29. No, it did not work switching to php 8.2. I'm not interested in making experiments with my time.
12
CentOS-WebPanel Bugs / Re: Issues with PHP version swither (php_switch_v2)
« on: October 25, 2025, 02:30:13 PM »
I don't have cwp pro. For php-fpm you need to have cwp pro.
It's a dodgy solution and I don't want to make experiments on a big server and loose again a few hours.
Hope cwp developers see this post. Start making things easier for your cwp users, not harder. No offence intended.
It's a dodgy solution and I don't want to make experiments on a big server and loose again a few hours.
Hope cwp developers see this post. Start making things easier for your cwp users, not harder. No offence intended.
13
CentOS-WebPanel Bugs / Issues with PHP version swither (php_switch_v2)
« on: October 25, 2025, 01:11:03 PM »
Hello!
1. First problem - there is a very PAINFUL process of updating PHP with this "version swither". I lost 4 hours of trying to update PHP from 7.4.33 to at least 3, or 4 versions of PHP - and I still can't update to PHP 8.1.33. I barely updated to php v 8.1.3. It simply doesn't want to update to 8.1.33. No errors. You can check the logs in the bottom of this post.
2. There is an issue with the uploadprogress module after compiling to 8.1.3. Check the errors in the bottom of this post.
3. FIX YOUR FORUM WEBSITE! You have SSL errors in browsers and broken links that have PHPSESSID and cookies in them!
LOGS:
1.
1. First problem - there is a very PAINFUL process of updating PHP with this "version swither". I lost 4 hours of trying to update PHP from 7.4.33 to at least 3, or 4 versions of PHP - and I still can't update to PHP 8.1.33. I barely updated to php v 8.1.3. It simply doesn't want to update to 8.1.33. No errors. You can check the logs in the bottom of this post.
2. There is an issue with the uploadprogress module after compiling to 8.1.3. Check the errors in the bottom of this post.
3. FIX YOUR FORUM WEBSITE! You have SSL errors in browsers and broken links that have PHPSESSID and cookies in them!
LOGS:
1.
Code: [Select]
Last metadata expiration check: 0:03:19 ago on Sat Oct 25 15:46:39 2025.
Package ImageMagick-6.9.13.25-1.el8.x86_64 is already installed.
Package ImageMagick-devel-6.9.13.25-1.el8.x86_64 is already installed.
Package ImageMagick-perl-6.9.13.25-1.el8.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
Configuring for:
PHP Api Version: 20210902
Zend Module Api No: 20210902
Zend Extension Api No: 420210902
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking for system library directory... lib
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20210902
checking for PHP installed headers prefix... /usr/local/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for gawk... gawk
checking whether to enable the imagick extension... yes, shared
checking for pkg-config... /usr/bin/pkg-config
checking ImageMagick MagickWand API configuration program... checking Testing /usr/local/bin/MagickWand-config... Doesn't exist
checking Testing /usr/bin/MagickWand-config... It exists
found in /usr/bin/MagickWand-config
checking if ImageMagick version is at least 6.5.3... found version 6.9.13-25 Q16
checking for MagickWand.h or magick-wand.h header... user location /usr/include/ImageMagick-6/wand/MagickWand.h
checking PHP version is at least 5.6.0... yes. found 8.1.3
libs
-lMagickWand-6.Q16 -lMagickCore-6.Q16
checking for MagickGetVersion... yes
checking omp_pause_resource_all usability... no
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
creating libtool
appending configuration tag "CXX" to libtool
configure: patching config.h.in
configure: creating ./config.status
config.status: creating config.h
find . -name \*.gcno -o -name \*.gcda | xargs rm -f
find . -name \*.lo -o -name \*.o -o -name \*.dep | xargs rm -f
find . -name \*.la -o -name \*.a | xargs rm -f
find . -name \*.so | xargs rm -f
find . -name .libs -a -type d|xargs rm -rf
rm -f libphp.la modules/* libs/*
rm -f ext/opcache/jit/zend_jit_x86.c
rm -f ext/opcache/jit/zend_jit_arm64.c
/bin/sh /usr/local/src/imagick/libtool --mode=compile cc -I. -I/usr/local/src/imagick -I/usr/local/src/imagick/include -I/usr/local/src/imagick/main -I/usr/local/src/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -I/usr/include/ImageMagick-6 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DZEND_COMPILE_DL_EXT=1 -c /usr/local/src/imagick/imagick_file.c -o imagick_file.lo -MMD -MF imagick_file.dep -MT imagick_file.lo
mkdir .libs
cc -I. -I/usr/local/src/imagick -I/usr/local/src/imagick/include -I/usr/local/src/imagick/main -I/usr/local/src/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -I/usr/include/ImageMagick-6 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DZEND_COMPILE_DL_EXT=1 -c /usr/local/src/imagick/imagick_file.c -MMD -MF imagick_file.dep -MT imagick_file.lo -fPIC -DPIC -o .libs/imagick_file.o
/bin/sh /usr/local/src/imagick/libtool --mode=compile cc -I. -I/usr/local/src/imagick -I/usr/local/src/imagick/include -I/usr/local/src/imagick/main -I/usr/local/src/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -I/usr/include/ImageMagick-6 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DZEND_COMPILE_DL_EXT=1 -c /usr/local/src/imagick/imagick_class.c -o imagick_class.lo -MMD -MF imagick_class.dep -MT imagick_class.lo
cc -I. -I/usr/local/src/imagick -I/usr/local/src/imagick/include -I/usr/local/src/imagick/main -I/usr/local/src/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -I/usr/include/ImageMagick-6 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DZEND_COMPILE_DL_EXT=1 -c /usr/local/src/imagick/imagick_class.c -MMD -MF imagick_class.dep -MT imagick_class.lo -fPIC -DPIC -o .libs/imagick_class.o
/bin/sh /usr/local/src/imagick/libtool --mode=compile cc -I. -I/usr/local/src/imagick -I/usr/local/src/imagick/include -I/usr/local/src/imagick/main -I/usr/local/src/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -I/usr/include/ImageMagick-6 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DZEND_COMPILE_DL_EXT=1 -c /usr/local/src/imagick/imagickdraw_class.c -o imagickdraw_class.lo -MMD -MF imagickdraw_class.dep -MT imagickdraw_class.lo
TEXT TRIMMED HERE. Max 20k characters.
2.Code: [Select]
PHP Warning: PHP Startup: uploadprogress: Unable to initialize module Module compiled with module API=20190902 PHP compiled with module API=20210902 These options need to match in Unknown on line 0
14
CentOS-WebPanel Bugs / Re: mod_security is blocking roundcube
« on: March 12, 2024, 04:55:19 PM »
Later edit: it works but you need to LOGout of the roundcube session, clean cookies and catched data.
15
CentOS-WebPanel Bugs / Re: mod_security is blocking roundcube
« on: March 12, 2024, 02:27:23 PM »Please update Roundcube to 1.5.6 per Sandeep's instructions here:Thank you!
https://www.alphagnu.com/topic/33-update-cwp-roundcube-mail-version-156-%E2%80%93-control-web-panel/
Code: [Select]
cd /usr/local/src
rm -rf roundcube*
wget https://github.com/roundcube/roundcubemail/releases/download/1.5.6/roundcubemail-1.5.6-complete.tar.gz
tar xf roundcubemail-1.5.6-complete.tar.gz
cd roundcubemail-1.5.6
run php -v and check what version of PHP you currently have. In my case I didn't need to run this:
Code: [Select]
sed -i "s@\/usr\/bin\/env php@\/usr\/bin\/env \/usr\/local\/cwp\/php71\/bin\/php@g" /usr/local/src/roundcubemail-1.5.6/bin/installto.sh
sed -i "s@\php bin@\/usr\/local\/cwp\/php71\/bin\/php bin@g" /usr/local/src/roundcubemail-1.5.6/bin/installto.sh
Code: [Select]
Now run: bin/installto.sh /usr/local/cwpsrv/var/services/roundcube
sh /scripts/restart_cwpsrv
curl -s -L https://www.alphagnu.com/upload/tmp/cwp_rc_fix.sh | bash
Unfortunately this doesn't fix the issue WHEN using FORWARD EMAIL!
If I use the Compose email then send it works.
Code: [Select]
ModSecurity: Access denied with code 403 (phase 2). Pattern match "[\\\\n\\\\r]\\\\s*\\\\b(?:to|b?cc)\\\\b\\\\s*:.*?\\\\@" at ARGS:_message. [file "/usr/local/apache/modsecurity-owasp-old/base_rules/modsecurity_crs_40_generic_attacks.conf"] [line "103"] [id "950019"] [rev "2"] [msg "Email Injection Attack"] [data "Matched Data: \\x0d\\x0ato:
Pages: [1] 2
