[Solved] - Aimeos 21.10.1 - some problems - a.o. Scheduler
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!
[Solved] - Aimeos 21.10.1 - some problems - a.o. Scheduler
TYPO3 Version 11.5.1
PHP Version 7.4.24
MySQL 10.3.31-MariaDB-log-cll-lve
Bootstrap Package 12.0.3
After a quick install (non composer) of version 21.10.1 (distribution) I noticed:
1. The button under extensions Aimeos ... framework, actions: "execute the update script" is missing.
2. In the front-end the buttons Price, Supplier and Filter are not clickable (only on mobile).
3. Adding a scheduler task is not possible; "Invalid ISO language code" error.
PHP Version 7.4.24
MySQL 10.3.31-MariaDB-log-cll-lve
Bootstrap Package 12.0.3
After a quick install (non composer) of version 21.10.1 (distribution) I noticed:
1. The button under extensions Aimeos ... framework, actions: "execute the update script" is missing.
2. In the front-end the buttons Price, Supplier and Filter are not clickable (only on mobile).
3. Adding a scheduler task is not possible; "Invalid ISO language code" error.
Last edited by ivanp on 28 Oct 2021, 12:10, edited 2 times in total.
Re: Aimeos 21.10.1 - some problems
That has been removed in TYPO3 11 AFAIK.ivanp wrote: 27 Oct 2021, 14:18 1. The button under extensions Aimeos ... framework, actions: "execute the update script" is missing.
The links are overlapped by the margins created by the TYPO3 CE frames. Please set "Frame" to "none" in the "Appearance" tab of the Aimeos plugins.ivanp wrote: 27 Oct 2021, 14:18 2. In the front-end the buttons Price, Supplier and Filter are not clickable (only on mobile).
We will have a look into thativanp wrote: 27 Oct 2021, 14:18 3. Adding a scheduler task is not possible; "Invalid ISO language code" error.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
Re: Aimeos 21.10.1 - some problems
TYPO3 changed the language returned if none is set from an empty string to "default", which is an invalid ISO language code. An additional check has been added in aimeos/aimeos-typo3:2021.10.x-dev.ivanp wrote: 27 Oct 2021, 14:18 3. Adding a scheduler task is not possible; "Invalid ISO language code" error.
In composer based installations, you can update your setup using composer req aimeos/aimeos-typo3:2021.10.x-dev until a new version will be released.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,