Email Job Errors

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
jafo66
Posts: 60
Joined: 06 Mar 2024, 04:42

Email Job Errors

Post by jafo66 » 21 Aug 2024, 16:29

I made some changes to the templates in the order/email/payment job, which now seems to have stopped working. I can't figure out how to see the output (to the PDF attachment) and/or see the log files to understand what happened. Is there a way to manually run the job on a specific order OR is there a setting to enable detailed logging as to what happened?

Thanks!

User avatar
aimeos
Administrator
Posts: 8148
Joined: 01 Jan 1970, 00:00

Re: Email Job Errors

Post by aimeos » 22 Aug 2024, 10:15

You can enable debug logging: https://github.com/aimeos/aimeos-larave ... p.php#L171
Or you can add a few debug statements on your own in the job controller: https://github.com/aimeos/ai-controller ... andard.php
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply