When i click on store, i see this...
Query:
SELECT `bx_store_products`.`id` as `id`, `bx_store_products`.`title` as `title`, `bx_store_products`.`desc`, `bx_store_products`.`uri` as `uri`, `bx_store_products`.`created` as `created`, `bx_store_products`.`author_id` as `author_id`, `bx_store_products`.`thumb` as `thumb`, `bx_store_products`.`price_range` as `price_range`, `bx_store_products`.`today_deal`, `bx_store_products`.`points_range`, `bx_store_products`.`credits_range`, `bx_store_products`.`download_count`, `bx_store_products`.`parent_category_id`, `bx_store_products`.`category_id`, `bx_store_products`.`logo`, `bx_store_products`.`author_id`, `Profiles`.`NickName` as `NickName` FROM `bx_store_products` left JOIN `Profiles` ON `Profiles`.`ID`=`bx_store_products`.`author_id` WHERE 1 AND `bx_store_products`.`status` ='approved' AND `bx_store_products`.`allow_view_product_to` ='3' ORDER BY `bx_store_products`.`created` DESC LIMIT 0, 10
SELECT `bx_store_products`.`id` as `id`, `bx_store_products`.`title` as `title`, `bx_store_products`.`desc`, `bx_store_products`.`uri` as `uri`, `bx_store_products`.`created` as `created`, `bx_store_products`.`author_id` as `author_id`, `bx_store_products`.`thumb` as `thumb`, `bx_store_products`.`price_range` as `price_range`, `bx_store_products`.`today_deal`, `bx_store_products`.`points_range`, `bx_store_products`.`credits_range`, `bx_store_products`.`download_count`, `bx_store_products`.`parent_category_id`, `bx_store_products`.`category_id`, `bx_store_products`.`logo`, `bx_store_products`.`author_id`, `Profiles`.`NickName` as `NickName` FROM `bx_store_products` left JOIN `Profiles` ON `Profiles`.`ID`=`bx_store_products`.`author_id` WHERE 1 AND `bx_store_products`.`status` ='approved' AND `bx_store_products`.`allow_view_product_to` ='3' ORDER BY `bx_store_products`.`created` DESC LIMIT 0, 10
Mysql error:
Unknown column 'bx_store_products.logo' in 'field list'
What can be the problem???