------ERREUR SQL --------You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and pp.type like ('section')
group by p.id' at line 5------------select p.*, plp.recherche_vol from pub p
inner join pub_link_page plp on (p.id_link = plp.id and plp.langue like ('es'))
inner join pub_format pf on p.id_format = pf.id
inner join pub_page pp on plp.id_page = pp.id
where pf.format like('460x60') and plp.id_module = and pp.type like ('section')
group by p.id ----------------ERREUR SQL --------You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2------------select recherche_vol from pub_link_page where id_page = 2
and langue like('es') and id_module = ----------------ERREUR SQL --------You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and pp.type like ('section')
group by p.id' at line 5------------select p.*, plp.recherche_vol from pub p
inner join pub_link_page plp on (p.id_link = plp.id and plp.langue like ('es'))
inner join pub_format pf on p.id_format = pf.id
inner join pub_page pp on plp.id_page = pp.id
where pf.format like('160x600') and plp.id_module = and pp.type like ('section')
group by p.id ----------------ERREUR SQL --------You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2------------select recherche_vol from pub_link_page where id_page = 2
and langue like('es') and id_module = ----------