SQL Error: Unknown column 'description' in 'field list' at /home/radiohobby/data/www/radiohobby.info/WEBINF/component/Article/Model.php line 62
Array
(
    [code] => 1054
    [message] => Unknown column 'description' in 'field list'
    [query] => 
#            select      article_id, title, created_on, visible, url_desc, body
           select      article_id, title, created_on, visible, url_desc, body, description      
            from        articles
            where       article_id = 2
            
    [context] => /home/radiohobby/data/www/radiohobby.info/WEBINF/component/Article/Model.php line 62
)