21
CentOS 8 Problems / cbpolicyd (group:cwp_domains): - Source 'any' is not a valid specification
« Last post by juanyves on August 19, 2026, 10:37:36 AM »On Rocky8 I got that message:
Thanks for help
Quote
[POLICIES] WARNING: [ID:6/Name:Default Server Limit]=>(group:cwp_domains): - Source 'any' is not a valid specificationAny ideas why this appear ?
Thanks for help
22
CentOS-WebPanel Bugs / Re: CWP Cronjob Killing Server
« Last post by cyberspace on August 19, 2026, 09:41:37 AM »I assume CWP is installed already.
1. Check this post:
http://forum.centos-webpanel.com/updates/unable-to-load-dynamic-library-intl/msg53553/#msg53553
to fix "intl" problem.
2. To upgrade to MariaDB 10.11 do:
1. Check this post:
http://forum.centos-webpanel.com/updates/unable-to-load-dynamic-library-intl/msg53553/#msg53553
to fix "intl" problem.
2. To upgrade to MariaDB 10.11 do:
Code: [Select]
service mariadb stop
dnf module enable mariadb:10.11
dnf update mariadb
mariadb-upgrade
service mariadb start23
PHP Selector / Re: PHP-FPM 8.4/8.5 mbstring missing
« Last post by Starburst on August 19, 2026, 06:53:49 AM »It's not a CWP issue, it's a 'bug' in PHP.
So hopefully it gets fixed in 8.5.10
So hopefully it gets fixed in 8.5.10
24
Other / Re: Does Now CWP has Paypal Fees Included ?
« Last post by Starburst on August 19, 2026, 06:52:29 AM »Yea, I saw that also when I went to pay in August.
25
Other / Re: Does Now CWP has Paypal Fees Included ?
« Last post by peteclyde on August 19, 2026, 05:24:50 AM »Seems like the $0.30 fee was snuck in, either by CWP or Paypal - I'm now getting overdue emails saying I owe $0.30 - so the subscription took the $1.49 but not the fee. Strange behaviour.
26
PHP / Re: PHP-FPM Won't install zlib says missing dependency zlib-dir
« Last post by DA_MAN on August 19, 2026, 03:22:09 AM »NO. If I go to PHP-FPM selector and try to edit what it installs it throws the zlib-dir dependency error even if I change nothing and LEAVE (it's already selected) zlib enabled and just hit "Save Options." There has been no fix pushed by CWP. So I can't build PHP-FPM 8.4 as I need other custom options enabled.
It is my understanding that PHP 8.4 on does not need the zlib-dir installed as it is backed in to the PHP now.
It is my understanding that PHP 8.4 on does not need the zlib-dir installed as it is backed in to the PHP now.
27
CentOS-WebPanel Bugs / Re: CWP Cronjob Killing Server
« Last post by wingusupport on August 19, 2026, 01:24:07 AM »Hello again @overseer, @venty, @starburst and to all other interested parties:
I installed a new instance of CWP on a new Alma Linux 9.8 server to use for testing, using the following:
cd /usr/local/src
wget http://centos-webpanel.com/cwp-el9-latest
sh cwp-el9-latest -r yes --phpfpm 7.4 --softaculous yes
System Details:
CWPpro version: 1.8
Operating System: AlmaLinux 9.8 (Olive Jaguar)
Apache version: Apache/2.4.68
PHP version: 7.4.33
MySQL version: 10.5.29-MariaDB
FTP version: 1.0.52
SSH Port: 4000
MySql Port: 3306
Web Servers: apache-only
Results Output:
Immediate output of bash /etc/cron.daily/cwp, immediately following executed CWP installation script.
PHP Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl: cannot open shared object file: No such file or directory), /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
cp: cannot stat '/root/.ssh/authorized_keys': No such file or directory
PHP Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl: cannot open shared object file: No such file or directory), /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
Date which backup script is using: 2026-08-19 01:04:47
Testing Summary:
1. Whether a new install or a production install, the missing module INTL is absent regardless. Still receiving "Unknown on line 0". So, I think we've ruled out a PHP update issue at this time.
2. MariaDB 10.5.29 is the default installed database version.
3. OpenDKIM service still fails on every restart and must be manually started.
4. Assumption - Issue may be related to code within the file: /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php
Respectfully,
Still hunting a solution but the work around is helping for now.
I installed a new instance of CWP on a new Alma Linux 9.8 server to use for testing, using the following:
cd /usr/local/src
wget http://centos-webpanel.com/cwp-el9-latest
sh cwp-el9-latest -r yes --phpfpm 7.4 --softaculous yes
System Details:
CWPpro version: 1.8
Operating System: AlmaLinux 9.8 (Olive Jaguar)
Apache version: Apache/2.4.68
PHP version: 7.4.33
MySQL version: 10.5.29-MariaDB
FTP version: 1.0.52
SSH Port: 4000
MySql Port: 3306
Web Servers: apache-only
Results Output:
Immediate output of bash /etc/cron.daily/cwp, immediately following executed CWP installation script.
PHP Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl: cannot open shared object file: No such file or directory), /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
cp: cannot stat '/root/.ssh/authorized_keys': No such file or directory
PHP Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl: cannot open shared object file: No such file or directory), /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
Date which backup script is using: 2026-08-19 01:04:47
Testing Summary:
1. Whether a new install or a production install, the missing module INTL is absent regardless. Still receiving "Unknown on line 0". So, I think we've ruled out a PHP update issue at this time.
2. MariaDB 10.5.29 is the default installed database version.
3. OpenDKIM service still fails on every restart and must be manually started.
4. Assumption - Issue may be related to code within the file: /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php
Respectfully,
Still hunting a solution but the work around is helping for now.
28
CentOS-WebPanel Bugs / Re: CWP Cronjob Killing Server
« Last post by wingusupport on August 18, 2026, 06:43:56 PM »Hello @overseer, @venty, @starburst:
I really appreciate each of you chiming in and though the MariaDB upgrade guidance is prudent, the active issue is still not addressed. Does the PHP version actually affect the cronjob run each night using /etc/cron.daily/cwp specifically "/usr/local/cwpsrv/htdocs/resources/admin/include/cron.php"? Perhaps... I'll do my best to verify that (without acknowledging the protected CWP code contained in the CWP job). Updating MariaDB is certainly accepted guidance which I will affect post solving the immediate issue. I fear introducing too many changes prior to solving the immediate issue may further complicate resolution.
I will go down the PHP version route and see how that responds and will report back!
Thanks everyone!
I really appreciate each of you chiming in and though the MariaDB upgrade guidance is prudent, the active issue is still not addressed. Does the PHP version actually affect the cronjob run each night using /etc/cron.daily/cwp specifically "/usr/local/cwpsrv/htdocs/resources/admin/include/cron.php"? Perhaps... I'll do my best to verify that (without acknowledging the protected CWP code contained in the CWP job). Updating MariaDB is certainly accepted guidance which I will affect post solving the immediate issue. I fear introducing too many changes prior to solving the immediate issue may further complicate resolution.
I will go down the PHP version route and see how that responds and will report back!
Thanks everyone!
29
PHP Selector / Re: PHP-FPM 8.4/8.5 mbstring missing
« Last post by danielalvares on August 18, 2026, 03:43:34 PM »Thanks, Starburst.
I extracted the PHP 8.5.9 mbstring.so from the Remi RPM without installing the RPM itself, copied only the module to the CWP PHP 8.5 extension directory, and created mbstring.ini.
I tested it through PHP-FPM and mbstring is now working correctly with PHP 8.5.9.
So this workaround solved the issue for me.
Hopefully this can be fixed in a future CWP update so PHP 8.4/8.5 can provide mbstring normally through the selector.
I extracted the PHP 8.5.9 mbstring.so from the Remi RPM without installing the RPM itself, copied only the module to the CWP PHP 8.5 extension directory, and created mbstring.ini.
I tested it through PHP-FPM and mbstring is now working correctly with PHP 8.5.9.
So this workaround solved the issue for me.
Hopefully this can be fixed in a future CWP update so PHP 8.4/8.5 can provide mbstring normally through the selector.
30
PHP Selector / Re: PHP-FPM 8.4/8.5 mbstring missing
« Last post by Starburst on August 18, 2026, 02:33:13 PM »I apologize, I thought you needed it for 8.3.
Yea, it wouldn't work for 8.5
Looks like a bug in PHP 8.5.
Found a post from aaPanel with the same error:
https://github.com/aaPanel/aaPanel/issues/287
Is the module installed?
dnf install php-mbstring
And then check/update your php.ini for
Then restart your web server (Apache or Nginx)
--
You also can try installing the PHP mbstring package, which contains mbstring.so, below is the latest stable release.
For AL9
or for AL8:
Yea, it wouldn't work for 8.5
Looks like a bug in PHP 8.5.
Found a post from aaPanel with the same error:
https://github.com/aaPanel/aaPanel/issues/287
Is the module installed?
dnf install php-mbstring
And then check/update your php.ini for
Quote
extension=mbstring.so
Then restart your web server (Apache or Nginx)
--
You also can try installing the PHP mbstring package, which contains mbstring.so, below is the latest stable release.
For AL9
Code: [Select]
dnf install https://dl.starburst.help/PHP/Misc/php-mbstring-8.5.9-1.module_php.8.5.el9.remi.x86_64.rpmor for AL8:
Code: [Select]
dnf install https://dl.starburst.help/PHP/Misc/php-mbstring-8.5.9-1.module_php.8.5.el8.remi.x86_64.rpm
Recent Posts