Fatal error: Uncaught Exception: Error: Query execution was interrupted
Error No: 1317
SELECT
max(m.manufacturer_id) id,
MAX(m.name) value,
MAX(m.image) image,
COUNT(*) total
FROM `oc_manufacturer` m
LEFT JOIN `oc_manufacturer_to_store` m2s ON (m.manufacturer_id = m2s.manufacturer_id)
LEFT JOIN `oc_product` p ON (p.manufacturer_id = m.manufacturer_id)
LEFT JOIN `oc_product_description` pd ON (p.product_id = pd.product_id)
LEFT JOIN `oc_product_to_store` p2s ON (p.product_id = p2s.product_id)
WHERE
p.status = '1'
AND p.date_available <= NOW()
AND p2s.store_id = '0'
AND pd.language_id = '2'
AND ( pd.name LIKE '%Costa,%' AND pd.name LIKE '%Antonio%' AND pd.name LIKE '%Manoel%' AND pd.name LIKE '%Pereira%' AND pd.name LIKE '%V.%' AND pd.name LIKE '%N.%' OR pd.tag LIKE '%Costa,%' AND pd.tag LIKE '%Antonio%' AND pd.tag LIKE '%Manoel%' AND pd.tag LIKE '%Pereira%' AND pd.tag LIKE '%V.%' AND pd.tag LIKE '%N.%' OR LCASE(p.model) = 'costa, antoni in /home/flanart3/public_html/system/library/db/mysqli.php on line 40