Scheduler Task Problem

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
Metalics
Advanced
Posts: 120
Joined: 13 Jul 2015, 23:59

Scheduler Task Problem

Post by Metalics » 22 May 2025, 20:54

Hello,
1- After updating to Aimeos V25.4.1, order related e-mails are constantly being sent to the receiver.
2- When importing products from CSV, every 1000 st line is ignored and is not being imported. For example, you have 3000 products in your CSV file. Then 1000., 2000., 3000. products are not being imported.
I think this problem is caused by the "...csv/max-size = 1000" setting. Because when we set this to "max-size = 10000000" for unlimited import at once, all lines are being imported without any problem (This is not a new bug).

Typo3 V = 13.4.12
Aimeos = V25.4.1
PHP = V8.3.20
MySQL 10.6.22-MariaDB

User avatar
aimeos
Administrator
Posts: 8616
Joined: 01 Jan 1970, 00:00

Re: Scheduler Task Problem

Post by aimeos » 27 May 2025, 08:36

Metalics wrote: 22 May 2025, 20:54 1- After updating to Aimeos V25.4.1, order related e-mails are constantly being sent to the receiver.
Do you have any error messages in the Log panel?
Metalics wrote: 22 May 2025, 20:54 2- When importing products from CSV, every 1000 st line is ignored and is not being imported. For example, you have 3000 products in your CSV file. Then 1000., 2000., 3000. products are not being imported.
I think this problem is caused by the "...csv/max-size = 1000" setting. Because when we set this to "max-size = 10000000" for unlimited import at once, all lines are being imported without any problem (This is not a new bug).
We've found the problem and it will be fixed in the next minor release.

Thank you for your report :-)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
Metalics
Advanced
Posts: 120
Joined: 13 Jul 2015, 23:59

Re: Scheduler Task Problem

Post by Metalics » 28 May 2025, 16:46

aimeos wrote: 27 May 2025, 08:36
Metalics wrote: 22 May 2025, 20:54 1- After updating to Aimeos V25.4.1, order related e-mails are constantly being sent to the receiver.
Do you have any error messages in the Log panel?
No, there is no error in the Log panel.

By the way, Backend is not working properly when using the browsers in Dark mode because of the following JS error:

Image

User avatar
aimeos
Administrator
Posts: 8616
Joined: 01 Jan 1970, 00:00

Re: Scheduler Task Problem

Post by aimeos » 29 May 2025, 13:44

The JS error for dark mode is already fixed and will be part of the next release.

Can you check why the order e-mail are sent more than once? Is the record with "email-sent" as type and "5" (authorized) or "6" (received) as value isn't created and if yes, what happened here:
https://github.com/aimeos/ai-controller ... #L306-L307
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
Metalics
Advanced
Posts: 120
Joined: 13 Jul 2015, 23:59

Re: Scheduler Task Problem

Post by Metalics » 10 Jun 2025, 23:22

I am afraid I did not understand your question. Where can I see "email-sent" and other values for the record?

User avatar
aimeos
Administrator
Posts: 8616
Joined: 01 Jan 1970, 00:00

Re: Scheduler Task Problem

Post by aimeos » 11 Jun 2025, 07:18

In the mshop_order_status table, there are records for each order. At least one of them has the type "email-sent" with the number that is equal to the payment status value and this is the marker for Aimeos that the email for e.g. the "authorized" payment status (value: "5") has been already sent.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply