aimeos / aimeos/ai-controller-jobs

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

Open
#51 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
1.1k
Forks
18
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.