Issue set product order in admin

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!
DmS
Posts: 56
Joined: 09 Aug 2021, 08:59

Re: Issue set product order in admin

Post by DmS » 21 Apr 2022, 13:42

Tried truncating and running index on vendor sites, it worked locally and sorting now functions as intended.

But when I tried it on the stage site I got multiple deadlocks when running the job, I get data in the tables, and the sorting now works. But what kind of issues can these errors cause?

Code: Select all

	DELETE FROM "mshop_index_attribute"
					WHERE "mtime" < ? AND "siteid" = ?
				["2022-04-21 13:16:56","1.7."]

and

DELETE FROM "mshop_index_attribute"
					WHERE "mtime" < ? AND "siteid" = ?
				["2022-04-21 13:37:03","1.4."]
_____________
Laravel 8 with Aimeos 2021.10.7 + Marketplace. Setup via composer. Mac with Valet and MySql 8.0.25

DmS
Posts: 56
Joined: 09 Aug 2021, 08:59

Re: Issue set product order in admin

Post by DmS » 21 Apr 2022, 20:38

Never mind, found the error.
Got it working now :)
_____________
Laravel 8 with Aimeos 2021.10.7 + Marketplace. Setup via composer. Mac with Valet and MySql 8.0.25

Post Reply