I installed the Joomla! 3.x quick start package and I right away got an error code "1146". I've had this problem it seems with all of the VirtueMart templates that Gavick provides. The error is listed below:
- Code: Select all
Table 'jmosij_cor.z10x2_virtuemart_categories_en_gb' doesn't exist SQL=SELECT DISTINCT c.virtuemart_category_id AS CID FROM z10x2_virtuemart_product_categories AS cx LEFT JOIN z10x2_virtuemart_categories_en_gb AS c ON cx.virtuemart_category_id = c.virtuemart_category_id LEFT JOIN z10x2_virtuemart_products_en_gb AS content ON cx.virtuemart_product_id = content.virtuemart_product_id LEFT JOIN z10x2_virtuemart_categories AS cat ON c.virtuemart_category_id = cat.virtuemart_category_id WHERE ( c.virtuemart_category_id = 8 OR c.virtuemart_category_id = 9 OR c.virtuemart_category_id = 10 OR c.virtuemart_category_id = 14 OR c.virtuemart_category_id = 11 OR c.virtuemart_category_id = 17 OR c.virtuemart_category_id = 13 OR c.virtuemart_category_id = 12 OR c.virtuemart_category_id = 1 OR c.virtuemart_category_id = 2 OR c.virtuemart_category_id = 3 OR c.virtuemart_category_id = 15 OR c.virtuemart_category_id = 4 OR c.virtuemart_category_id = 6 OR c.virtuemart_category_id = 16 OR c.virtuemart_category_id = 5 OR c.virtuemart_category_id = 7 )
Any help with this would be greatly appreciated!
Thanks,
Michael K.