Severity: Notice
Message: Only variable references should be returned by reference
Filename: core/Common.php
Line Number: 257
Severity: Warning
Message: session_start(): Cannot send session cookie - headers already sent by (output started at /home/cesar/public_html/noticiashoy.com/system/core/Exceptions.php:185)
Filename: hooks/h_seguridad.php
Line Number: 6
Severity: Warning
Message: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/cesar/public_html/noticiashoy.com/system/core/Exceptions.php:185)
Filename: hooks/h_seguridad.php
Line Number: 6
Severity: Warning
Message: session_regenerate_id(): Cannot regenerate session id - headers already sent
Filename: hooks/h_seguridad.php
Line Number: 7
Severity: Notice
Message: Undefined index: id
Filename: models/m_rss_articles.php
Line Number: 81
Severity: Notice
Message: Undefined index: categoria_path
Filename: controllers/inicio.php
Line Number: 59
Severity: Notice
Message: Undefined index: id
Filename: controllers/inicio.php
Line Number: 63
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/cesar/public_html/noticiashoy.com/system/core/Exceptions.php:185)
Filename: core/Common.php
Line Number: 438
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 'HAVING score >= 7 order by a.id limit 5' at line 1
SELECT a.*, a.id AS id, a.img_url as img_url, ifnull(cat.path, 'nn') as categoria, s.url as source_url, s.name as source, cat.name as cat_name, MATCH (title, a.description) AGAINST ('') AS score FROM rss_articles a LEFT JOIN rss_sources s ON (s.id = source_id) LEFT JOIN rss_associations aso ON (aso.source_id = a.source_id) LEFT JOIN rss_categories cat ON (aso.cat_id = cat.id ) where a.id != HAVING score >= 7 order by a.id limit 5;
Filename: /home/cesar/public_html/noticiashoy.com/models/m_rss_articles.php
Line Number: 127