Can you tell me what i'm doing wrong
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'wheels18_october.tiipiik_catalog_brands' doesn't exist (SQL: select tiipiik_catalog_products.*, (select group_concat(name separator ', ') from tiipiik_catalog_categories inner join tiipiik_catalog_prods_cats on tiipiik_catalog_categories.id = tiipiik_catalog_prods_cats.category_id where tiipiik_catalog_prods_cats.product_id = tiipiik_catalog_products.id) as categories, (select name from tiipiik_catalog_groups where tiipiik_catalog_products.group_id = tiipiik_catalog_groups.id) as group, (select name from tiipiik_catalog_brands where tiipiik_catalog_products.brand_id = tiipiik_catalog_brands.id) as brand from tiipiik_catalog_products order by title desc limit 20 offset 0)
My guess would be trying to use the plugin without migrating the database? Try logging out and logging back in to the back-end.
Oh, maybe I see the problem.
It could be due to the feed table that would not match the last modifications.
I check that immediately.
1-6 of 6