Recent Posts

Pages: 1 [2] 3 4 ... 10
11
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...
12
PHP / Re: any problems with PHP 8.3 and later?
« Last post by venty on December 14, 2025, 09:05:23 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

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
13
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
14
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 :)
15
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.
16
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 error
Quote
Cannot load the ionCube PHP Loader – it was built with configuration API420220829,NTS, whereas running engine is API420230831,NTS
So 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/
Hi,

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
17
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
Quote
Cannot load the ionCube PHP Loader – it was built with configuration API420220829,NTS, whereas running engine is API420230831,NTS
So 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/
18
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.
19
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...  ???
20
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


Pages: 1 [2] 3 4 ... 10