Scheduler Task Problem
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!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Scheduler Task Problem
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
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
Re: Scheduler Task Problem
Do you have any error messages in the Log panel?
We've found the problem and it will be fixed in the next minor release.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).
Thank you for your report

Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Scheduler Task Problem
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:

Re: Scheduler Task Problem
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
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,
give us a star
If you like Aimeos,

Re: Scheduler Task Problem
I am afraid I did not understand your question. Where can I see "email-sent" and other values for the record?
Re: Scheduler Task Problem
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,
give us a star
If you like Aimeos,
