Errore nella query:
SELECT
			prodotti.id,
			prodotti.codice,
			prodotti.immagine,
			prodotti.permalink,
			prodotti.pezzi_conf,
			prodotti.fascia_prezzo_1_fr as fascia_prezzo_1,
			prodotti.prezzo_1_fr as prezzo_1 ,
			prodotti.fascia_prezzo_2_fr as fascia_prezzo_2 ,
			prodotti.prezzo_2_fr as prezzo_2 ,
			prodotti.fascia_prezzo_3_fr as fascia_prezzo_3 ,
			prodotti.prezzo_3_fr as prezzo_3 ,
			prodotti.categoria_1,
			prodotti.descrizione_fr as descrizione, 
			prodotti.disponibilita_fr as disponibilita,
			prodotti.opzioni2_fr as opzioni,
			prodotti.taglie_fr as taglie,
			'on' as cart,
			'' as cat_name
			FROM prodotti , categorie
			WHERE prodotti.attivo = 'on'
			AND pubblico = 'on'
			AND prodotti.permalink = 'a07435'
			ORDER BY prodotti.ordine DESC

Deadlock found when trying to get lock; try restarting transaction