Fatal error: Uncaught Exception: Error: Query execution was interrupted
Error No: 1317
SELECT tag
FROM `oc_product` p
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 '%Guerrini,%' AND pd.name LIKE '%Ivan%' AND pd.name LIKE '%Amaral%' OR pd.tag LIKE '%Guerrini,%' AND pd.tag LIKE '%Ivan%' AND pd.tag LIKE '%Amaral%' OR LCASE(p.model) = 'guerrini, ivan amaral' OR LCASE(p.sku) = 'guerrini, ivan amaral' OR LCASE(p.upc) = 'guerrini, ivan amaral' OR LCASE(p.ean) = 'guerrini, ivan amaral' OR LCASE(p.jan) = 'guerrini, ivan amaral' OR LCASE(p.isbn) = 'guerrini, ivan amaral' OR LCASE(p.mpn) = 'guerrini, ivan amaral') in /home/flanart3/public_html/system/library/db/mysqli.php:40
Stack trace:
#0 /home/flanart3/public_html/system/storage/modification/system/library/db.php in /home/flanart3/public_html/system/library/db/mysqli.php on line 40