I’ve changed from hosting company and update my ip address at O365 site but still invoice ninja is not sending out any emails.
Version of Invoice Ninja is v5.6.19-C123
I’ve changed from hosting company and update my ip address at O365 site but still invoice ninja is not sending out any emails.
Version of Invoice Ninja is v5.6.19-C123
Hi,
Are there any errors in the storage/logs or the system logs?
In laravel.log i see
[previous exception] [object] (ErrorException(code: 0): Trying to access array offset on value of type null at /home/servitwebbe/facturatie.servitweb.be/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php:210)
[stacktrace]
In invoiceninja.log I don’t have any error except the warning
[2023-07-17 11:15:58] production.INFO: The IBAN field is required
[2023-07-18 11:27:04] production.INFO: The IBAN field is required
[2023-07-18 11:27:04] production.INFO: The IBAN field is required
I also so with the hosting company that Script error: the ionCube Loader for PHP needs to be installed. was not activated so this has been done but still not emails arrives at the end user
From the error it looks like you’re using the queue, I suggest disabling it for now by setting it to sync in the .env file. Once emails are working you can try re-enabling it.
When I set it to Sync then it works indeed. Placed it back to database doesn’t work.
Do you see new errors generated when set to database? Maybe the jobs are being queue but not processed, I suggest checking you have the queue:work cron setup.