No valid database connection 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 IFNULL(c.id,0) NOT IN ()
 AND a.access <= 0
 AND (c.access <= 0 ) 
 AND (' at line 7 SQL=SELECT DISTINCT u.id as userid, IFNULL(c.id,a.catid) as catid, IFNULL(s.id,a.sectionid) as secid, a.id as id, a.*, a.introtext as itext, a.fulltext as mtext, u.name AS author, u.usertype, u.email as authorEmail, a.created_by_alias as authorAlias, a.created AS dsdate, c.name as catName, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(":", a.id, a.alias) ELSE a.id END as slug, CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(":", c.id, c.alias) ELSE c.id END as catslug
 FROM pub15_content AS a
 LEFT JOIN pub15_users AS u ON u.id = a.created_by
 LEFT JOIN `pub15_categories` AS c on c.id = a.catid 
 LEFT JOIN `pub15_sections` AS s on s.id = c.section 
 WHERE a.state='1'
 AND IFNULL(s.id,0) IN ()
 AND IFNULL(c.id,0) NOT IN ()
 AND a.access <= 0
 AND (c.access <= 0 ) 
 AND (s.access <= 0 )
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-10-31 18:20:55')
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-10-31 18:20:55')
ORDER BY a.created
    
        Fri, 31 Oct 2025 18:20:55 GMT 
        FeedCreator 1.8.0-dev (info@mypapit.net) 
		 
 
   
   




