I started with the quickstart for storebox and i run into this error with NSP GK5:
- Code: Select all
<title>Error: 1146 Table 'db1000566_mhbutikk.mhbutikk_virtuemart_categories_en_gb' doesn't exist SQL=SELECT c.category_name AS name, c.virtuemart_category_id AS id, x.category_parent_id AS parent FROM mhbutikk_virtuemart_categories_en_gb AS c LEFT JOIN mhbutikk_virtuemart_category_categories AS x ON x.category_child_id = c.virtuemart_category_id LEFT JOIN mhbutikk_virtuemart_categories AS cr ON cr.virtuemart_category_id = c.virtuemart_category_id WHERE cr.published = '1' ORDER BY c.category_name, x.category_parent_id ASC</title>
Any help would be greatly appreciated!