aimeos / aimeos/ai-controller-jobs
when I order a product in the shop, email is not send because of email error
- Lingua principale
- PHP
- Stelle
- 1.1k
- Fork
- 18
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I wanted to test the email so I ordered a product in a clean install of the Laravel Shop Distribution.
in .env the mail is sent to the log : MAIL_MAILER=log
But the laravel.log says:
[2025-10-15 16:00:54] local.ERROR: Class "\Aimeos\Controller\Jobs\Order\Payment\Standard" not found {"exception":"[object] (LogicException(code: 400): Class \"\\Aimeos\\Controller\\Jobs\\Order\\Payment\\Standard\" not found at /Users/marcel/Work/server/aimeos-package/vendor/aimeos/aimeos-core/src/Utils.php:29)
I realized that in the file /vendor/aimeos/aimeos-core/src/Utils.php
the code is looking for: \Aimeos\Controller\Jobs\Order\Payment\Standard.php
but the real path is: \Aimeos\Controller\Jobs\Order\Email\Payment\Standard.php
(notice that the \Email\ folder in the real path is missing in the path in the code)
What can I do to fix this problem.
Can I install an earlier version or should I wait for a version update.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.