Errore nella query:
SELECT id, codice, immagine , permalink ,
			(SELECT titolo_en FROM categorie WHERE id = prodotti.categoria_1 LIMIt 1) as titolo
			FROM prodotti
			WHERE attivo = 'on'
			AND pubblico = 'on'
			AND (categoria_1 = 11 OR categorie LIKE '%,11,%')
			ORDER BY ordine DESC 

Deadlock found when trying to get lock; try restarting transaction