A PHP Error was encountered

Severity: Warning

Message: Missing argument 1 for Noticias_modelo::Titulares(), called in /usr/home/jardicultura/www/system/application/controllers/footer.php on line 11 and defined

Filename: models/noticias_modelo.php

Line Number: 22

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: inicio

Filename: models/noticias_modelo.php

Line Number: 28

Database Error

Error Number: 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 '10' at line 5

SELECT t.id_tema, tema, id_noticia as id, fecha, titulo FROM noticia_tema t LEFT JOIN noticia n ON t.id_tema = n.id_tema WHERE NOT isnull( id_noticia ) GROUP BY t.id_tema ORDER BY fecha desc, destacada desc Limit ,10