Cron error display

Your software
My Mautic version is: 5.1.1
My PHP version is: 8.2
My Database type and version is:

Your problem
My problem is: Everytime i run a cron command this error displays:

PHP Warning: PHP Startup: Unable to load dynamic library ‘igbinary.so’ (tried: /usr/lib/php/20220829/igbinary.so (/usr/lib/php/20220829/igbinary.so: cannot open shared object file: No such file or directory), /usr/lib/php/20220829/igbinary.so.so (/usr/lib/php/20220829/igbinary.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

These errors are showing in the log: no errors show in log

Steps I have tried to fix the problem: i google it and it suggests that i have this extension enabled but i don’t.

igbinary is a php library, don’t think it’s needed for mautic… I don’t have that in my server and my mautic works well.

Have you tried increasing the log level of your mautic?

In your local.php add or modify

‘monolog’ => [
‘level’ => ‘debug’,
],

This will give you more verbose logs.

Unfortunately the site goes offline when this command is inserted.
Thanks for the reply anyway.