Invalid query: SELECT CatItems.__id, CatItems.Price, CatItems.OriginalPrice ,CatItems.Name, CatItems.Code, CatItems.SmallDesc,
CatItems.smallImage, CatItems.Parameters, CatItems.ImageText, CatCategories.ParentActive, CatItems.isStock,
CatCategories.ImageText AS CatImageText, CatItems2Cats.parent_id as Category,
GROUP_CONCAT(
Colors.__id, '||', Colors.Name, '||', Colors.smallImage, '||', Colors.bigImage
ORDER BY Colors.CustomOrder
SEPARATOR '::'
) AS ColorVals
FROM CatItems
INNER JOIN CatItems2Cats ON CatItems.__id=CatItems2Cats.child_id
INNER JOIN CatCategories ON CatItems2Cats.parent_id = CatCategories.__id
LEFT JOIN Color2Item ON CatItems.__id = Color2Item.ItemID
LEFT JOIN Colors ON Colors.__id = Color2Item.ColorID
WHERE CatItems.Active='1'
AND Type = 578
AND CatItems.__id in (11098, 11099, 11100, 11101, 11102, 11103, 11104, 11105, 11106, 11107, 11108, 11109, 11110, 11111, 11112, 11113, 11114, 11115, 11116, 11117, 11118, 11119, 11120, 11121, 11122, 11123, 11124, 11125, 11126, 11127, 11128, 11129, 11130, 11131, 11132, 11133, 11134, 11135, 11136, 11137, 11138, 11139, 11140, 11141, 11142, 11143, 11144, 11145, 11146, 11147, 11148, 11149, 11150, 11151, 11152, 11153, 11154, 11155, 11156, 11157, 11158, 11159, 11160, 11161, 11162, 11163, 11164, 11165, 11166, 11167, 11168, 11169, 11170, 11171, 11172, 11173, 11174, 11175, 11176, 11177, 13934)
AND CatCategories.Active = 1 AND CatCategories.ParentActive = 1
GROUP BY CatItems.__id
ORDER BY CatItems2Cats.CustomOrder
LIMIT 0,99999999
Got error 28 from storage engine