On 12/11/2019 at 11:20 PM, selectshop.at said:Duplicate entry means that you have the same data for same ID (category) in clk_700a0e2195_admin_filter. You need to delete one of the same line with same data.
Successfully deleted the duplicate entry from the table and it would work until I tried to access a specific category.
The same entry which causes the problem is created again when accessing said category.
The entry that is generated:
{"orderBy":"position","sortOrder":"asc","limit":50,"filters":{"id_category_parent":"2"}}
It is the last entry with ID 64 that is created at each request to access a category. I tried to remove the filter_id "category" for id 60 and it would work again, but the same entry is then created again at id 64.
I did delete both entry 60 and 64.
The exact same exception is thrown. How would I stop this entry from being made?