Invalid JSON as result of search for ID "19" in "mshop_attribute_type.i18n"

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
shainanand
Posts: 26
Joined: 16 Oct 2023, 15:05

Invalid JSON as result of search for ID "19" in "mshop_attribute_type.i18n"

Post by shainanand » 18 Jan 2024, 14:58

Getting this error in the admin dashboard. Any idea what this error is about?

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

Re: Invalid JSON as result of search for ID "19" in "mshop_attribute_type.i18n"

Post by aimeos » 20 Jan 2024, 14:01

This may happen if you export and reimport the database because then, it's likely that the DEFAULT value for the TEXT column isn't added again. In dev-master, we've already changed that so it's not a problem any more. The patch has been backported to 2023.10.x-dev now, so can you please give it a try by executing:

Code: Select all

composer req aimeos/aimeos-core:2023.10.x-dev
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply