Impossibile interrogare il DB
SELECT sagre_nome.id as id_nome, sagre_nome.d_inizio, sagre_nome.d_fine, sagre.luogo,sagre_nome.nome, sagre_nome.d_br, sagre_nome.redazionale,sagre_nome.titolo, sagre.provincia, sagre.id FROM sagre_nome right JOIN sagre ON sagre_nome.id_sagre=sagre.id WHERE now()<= sagre_nome.d_fine AND sagre.provincia ='l'aquila' ORDER BY sagre_nome.d_inizio, sagre_nome.redazionale DESC LIMIT 0,8;
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'aquila' ORDER BY sagre_nome.d_inizio, sagre_nome.redazionale DESC LIMIT 0,8' at line 5