Query: SELECT `Secciondetalle`.`id_secciondetalles`, `Secciondetalle`.`idiomas_id`, `Secciondetalle`.`secciones_id`, `Secciondetalle`.`nombre`, `Secciondetalle`.`texto`, `Secciondetalle`.`descripcion`, `Idioma`.`id_idiomas`, `Idioma`.`nombre`, `Idioma`.`abreviatura`, `Idioma`.`bandera`, `Seccione`.`id_secciones`, `Seccione`.`url`, `Seccione`.`nombre_es`, `Seccione`.`parent_id`, `Seccione`.`nivel`, `Seccione`.`orden`, `Seccione`.`fijo`, `Seccione`.`columnas`, `Seccione`.`ver_titulo`, `Seccione`.`template_id`, `Seccione`.`colorfondo`, `Seccione`.`redireccionar`, `Seccione`.`redireccion` FROM `secciondetalles` AS `Secciondetalle` LEFT JOIN `idiomas` AS `Idioma` ON (`Secciondetalle`.`idiomas_id` = `Idioma`.`id_idiomas`) LEFT JOIN `secciones` AS `Seccione` ON (`Secciondetalle`.`secciones_id` = `Seccione`.`id_secciones`) WHERE secciones_id = AND idiomas_id = 2 LIMIT 1
Warning: SQL Error: 1064: 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 idiomas_id = 2 LIMIT 1' at line 1 in /home/ghaozas/public_html/cake/libs/model/datasources/dbo_source.php on line 437
Query: SELECT `Noticia`.`id_noticias`, `Noticia`.`fechaalta`, `Noticia`.`fechainicio`, `Noticia`.`secciones_id`, `Seccione`.`id_secciones`, `Seccione`.`url`, `Seccione`.`nombre_es`, `Seccione`.`parent_id`, `Seccione`.`nivel`, `Seccione`.`orden`, `Seccione`.`fijo`, `Seccione`.`columnas`, `Seccione`.`ver_titulo`, `Seccione`.`template_id`, `Seccione`.`colorfondo`, `Seccione`.`redireccionar`, `Seccione`.`redireccion` FROM `noticias` AS `Noticia` LEFT JOIN `secciones` AS `Seccione` ON (`Noticia`.`secciones_id` = `Seccione`.`id_secciones`) WHERE secciones_id = ORDER BY `fechainicio` DESC
Warning: SQL Error: 1064: 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 'ORDER BY `fechainicio` DESC' at line 1 in /home/ghaozas/public_html/cake/libs/model/datasources/dbo_source.php on line 437