Error in Laravel log

Version ie <v5.10.30>

5.11.28

Environment <Docker/Shared Hosting/Zip/Other>

Shared Hosting

Checklist

Describe the bug

when want to send mails I they stay in the queue

Steps To Reproduce

Expected Behavior

Additional context

Screenshots

Logs

In the laravel log i see

[2025-01-25 08:54:02] production.ERROR: The Process class relies on proc_open, which is not available on your PHP installation. {“exception”:"[object] (Symfony\Component\Process\Exception\LogicException(code: 0): The Process class relies on proc_open, which is not available on your PHP installation. at /home/servitwebbe/domains/servitweb.be/facturatie.servitweb.be/vendor/symfony/process/Process.php:150) while my PHP version on my host is 8.2

Strange this is also that test email is arriving but send external is not.

Hi,

Can you enable proc_open on the server?

requested to the hosting company but I don’t see it in the PHP option even when version is 8.2

You can disable the queue by setting it to sync in the .env file

ok. I’m first trying to solve why my emails are since begin january not being sent anymore via my O365 smtp relay

Please post a screenshot of the health check dialog


Are you seeing the proc_open error when trying to send an email or is there a different error?

If the queue isn’t enabled, do you have a cron job set up to trigger the email sending?

Hi,

Yes it was working until end of December. Then I tried an upgrade which failed due to some items missing and then I went back and since then it doesn’t work. But I know there where also a lots of changes with Microsoft so I’m checking also with them.