aimeos / aimeos/ai-controller-jobs
when I order a product in the shop, email is not send because of email error
- Lenguaje dominante
- PHP
- Estrellas
- 1.1k
- Forks
- 18
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.