SQL Error: Unknown column 'description' in 'field list' at /home/radiohobby/data/www/radiohobby.info/WEBINF/component/Article/Model.php line 36
Array
(
    [code] => 1054
    [message] => Unknown column 'description' in 'field list'
    [query] => 
            select SQL_CALC_FOUND_ROWS      article_id, title, created_on, visible, url_desc, description,
                        (SUBSTRING( body,1,400 )) as body   
            from        articles
            where       visible = 1 
            order by    article_id desc
            limit 0, 10
            
    [context] => /home/radiohobby/data/www/radiohobby.info/WEBINF/component/Article/Model.php line 36
)