Problems with your sql statement.

DESCRIBE article_econ

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, article.content FROM article_econ LEFT JOIN article ON article.id = article_econ.article_id WHERE (article_econ.id = '1013' AND article_econ.type = 'gold') AND (article_econ.published = '1') LIMIT 1

Table 'crk_v3.article_econ' doesn't exist
Fatal error: Call to a member function countRows() on boolean in /var/www/html/include/fw/model/search/abstract.class.php on line 94