11
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
12
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
13
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

14
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.
15
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
16
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/
17
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.
18
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... 

19
PHP / Re: any problems with PHP 8.3 and later?
« Last post by venty on December 11, 2025, 10:01:25 AM »Just use PHP switcher, and select 8.3.25 with the modules you need/want.
WP 6.9 works fine with it.
Hi,
thank you very much for the answer...
Yes, this is the standard compilation of 8.3, but as far as I remember, something extra had to be done, something had to be added to some file and something else, were there instructions for that, please...
BR
Venty
20
How to / Re: Clear alerts & notifications from CLI?
« Last post by 6Sense on December 11, 2025, 04:57:00 AM »Yup, works too!
Recent Posts