An error occured while rendering this page:

ActiveRecord::getRecords() : Unknown column 't.publish_date' in 'where clause'

            SELECT
                *
            FROM
                `tbi_stories` t
            WHERE 
		(t.`active` >= 2) AND 
t.`lang` = 'nl' AND 
(t.`publish_date` <= '2012-02-22 22:53:39' OR 
t.`publish_date` is NULL OR 
t.`publish_date` = '0000-00-00 00:00:00') AND 
(t.`unpublish_date` >= '2012-02-22 22:53:39' OR 
t.`unpublish_date` is NULL OR 
t.`unpublish_date` = '0000-00-00 00:00:00')
            
            ORDER BY
                order_id ASC