aimeos / aimeos/ai-controller-jobs

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

Offen
#51 1 Kommentar 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
PHP
Sterne
1.1k
Forks
18
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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.

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.