21
CSF Firewall / Continued CWP support with new CSF fork
« Last post by Starburst on December 16, 2025, 11:39:59 PM »A developer named Aetherinox has forked CSF, and is actively supporting it, along with updates for CWP.
Please see the following KB, if you would like to update to this new fork and version:
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/aetherinox-csf-firewall-update-to-v15-09/
If you can, please support him also.
Please see the following KB, if you would like to update to this new fork and version:
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/aetherinox-csf-firewall-update-to-v15-09/
If you can, please support him also.

22
PHP / Re: any problems with PHP 8.3 and later?
« Last post by overseer on December 16, 2025, 03:02:14 AM »That was just general advice -- you know your system and your workflow. Do you want to update the extension via PECL? You need to make sure you have an appropriate version of PHP as your CLI version (8.1 or higher). Forget about Composer if you don't use it to manage your projects. I can't really help from afar with some screenshots of error messages... You really may want to consider a sysadmin helping you tune up your system and getting your environment stable with modern PHP versions and MongoDB for your application...
23
PHP / Re: any problems with PHP 8.3 and later?
« Last post by venty on December 14, 2025, 09:05:23 PM »QuoteUpdate the MongoDB PHP Driver
Often, this warning appears because of older versions of the mongodb extension or library. Ensure you are using the latest version of both:
Extension: Update via PECL:Code: [Select]pecl upgrade mongodbLibrary: Update via Composer:Code: [Select]composer update mongodb/mongodb
HI,
I did it, but...:
[root@hosting ~]# pecl upgrade mongodb
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
pecl/mongodb requires PHP (version >= 8.1.0, version <= 8.99.99), installed version is 8.0.30
No valid packages found
upgrade failed
[root@hosting ~]# composer update mongodb/mongodb
-bash: composer: command not found
BR
Venty
24
PHP / Re: any problems with PHP 8.3 and later?
« Last post by overseer on December 14, 2025, 05:52:08 PM »Quote
Update the MongoDB PHP Driver
Often, this warning appears because of older versions of the mongodb extension or library. Ensure you are using the latest version of both:
Extension: Update via PECL:Code: [Select]pecl upgrade mongodbLibrary: Update via Composer:Code: [Select]composer update mongodb/mongodb
25
PHP / Re: any problems with PHP 8.3 and later?
« Last post by venty on December 14, 2025, 03:39:25 PM »I'm only familiar with MariaDB, not MongoDB.
Ok, and someone familiar with MongoDB

26
PHP / Re: any problems with PHP 8.3 and later?
« Last post by Starburst on December 14, 2025, 03:11:18 PM »I'm only familiar with MariaDB, not MongoDB.
27
PHP / Re: any problems with PHP 8.3 and later?
« Last post by venty on December 14, 2025, 02:53:42 PM »If you enable ionCube, PHP will give an errorHi,QuoteCannot load the ionCube PHP Loader – it was built with configuration API420220829,NTS, whereas running engine is API420230831,NTSSo if you need ionCube, you can find the fix at:
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/ioncube-error-after-building-php-8-3-with-cwp-on-almalinux-8-9/
thank you very much for your reply, I have implemented it and am now using New ionCube Loaders for PHP - 15.0.0 ....
When running the php -v command, it now returns me:
https://prnt.sc/ENfgxbafs75_
What to do and clear these errors…
BR
Venty
28
PHP / Re: any problems with PHP 8.3 and later?
« Last post by Starburst on December 12, 2025, 05:59:37 PM »If you enable ionCube, PHP will give an error
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/ioncube-error-after-building-php-8-3-with-cwp-on-almalinux-8-9/
Quote
Cannot load the ionCube PHP Loader – it was built with configuration API420220829,NTS, whereas running engine is API420230831,NTSSo if you need ionCube, you can find the fix at:
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/ioncube-error-after-building-php-8-3-with-cwp-on-almalinux-8-9/
29
How to / Re: Clear alerts & notifications from CLI?
« Last post by Starburst on December 12, 2025, 05:56:31 PM »Bravo! But if I'm not missing something, wouldn't it be easiest to empty the notifications like so:Code: [Select]echo '[]' > /usr/local/cwpsrv/htdocs/resources/admin/include/libs/notifications/notifications.json
@overseer I like it, simple and quick.
30
How to / Re: Clear alerts & notifications from CLI?
« Last post by Starburst on December 12, 2025, 05:55:32 PM »And here, CWP actual said it could not be done... 

Recent Posts