installation 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!
Raymondgomes
Posts: 1
Joined: 05 Aug 2019, 10:03

installation problem!!

Post by Raymondgomes » 05 Aug 2019, 10:04

Hi,
I use Typo3 9.5.5 and Aimeos is 19.1.0
At the backend when I want to enter Aimeos panel I see the following error
No item found for conditions: Array ( [locale.site.code] => default )
Also, when I start the update script there is an error
Checking table "mshop_attribute":
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes

I appreciate your help

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

Re: installation problem!!

Post by aimeos » 06 Aug 2019, 08:12

19.1.0 is a beta release and you should use 19.7.1 instead.
You are using MySQL < 5.7 which doesn't support long indexes created by "utf8mb4" charset. Change the tableOptions in your typo3conf/LocalConfiguration.php to "utf8" instead before you create the tables.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply