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-latestsh 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.phpRespectfully,
Still hunting a solution but the work around is helping for now.