aimeos / aimeos/ai-controller-jobs

when I order a product in the shop, email is not send because of email error

Đang mở
#51 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
PHP
Star
1.1k
Fork
18
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.