Table 'crk_v3.article_econ' doesn't existcannot describe article_econ Warning: array_keys() expects parameter 1 to be array, boolean given in /var/www/html/include/fw/model/table/abstract.class.php on line 196
Warning: Invalid argument supplied for foreach() in /var/www/html/include/fw/model/table/abstract.class.php on line 206
Problems with your sql statement.
SELECT article_econ.id AS econ_id, article_econ.article_id, article_econ.created, article_econ.edited, article_econ.views, article.breif AS subtitle, article.name AS title, article.logo, article.logo_fb FROM article_econ LEFT JOIN article ON article.id = article_econ.article_id WHERE (article_econ.published = '1' AND article_econ.type = 'gold') ORDER BY article_econ.id DESC