Fatal Error .. dumping ..
 WARNING
 “No table specified or table not available - Table 'playstation_freedom.plug_dbfs_inodes' doesn't exist”
 dbsource->add_history( (string)`
SELECT 
	news.inode AS ID,
	parentnode.comment AS title,
	UNIX_TIMESTAMP(news.date) AS date,
	news.channel,
	news.body,
	news.type,
	asset.comment AS imgname

FROM `plug_dbfs_inodes` AS parentnode
LEFT JOIN `plug_dbfs_links` AS parentlink ON parentnode.ID = parentlink.inode
LEFT JOIN `plug_dbfs_links` AS childlink ON parentlink.ID = childlink.parent
LEFT JOIN plug_dbfs_inodes AS asset ON childlink.inode = asset.ID

LEFT JOIN `free_news` AS news ON parentnode.ID = news.inode

WHERE (news.channel+0 & 15) >0
  AND (news.type+0 & 2) > 0
  AND (asset.class = 'libraryasset' OR asset.class IS NULL)
  AND (news.type+0 = 1 OR (news.type+0 = 2 AND news.date > NOW() ) )

GROUP BY news.inode
ORDER BY news.date ASC;', (integer)`4' )
 ...httpdocs/rss/default.php line 4352.
 
 ERROR
 “Critical database error”
 in client code
 ...httpdocs/rss/default.php line 7459.