Hi
I just installed the template and wanted to configure virtuemart, but I found several errors when trying to view the categories, products, manufacturers, orders, etc. that will not let me do anything.
This occurs only in the backend. I installed the quickstart template with sample data, where the categories and the rest will look great in front, but no in the backend.
For example, the categories error is:
vmError: exeSortSearchListQuery Table 'miraelmu_imagen13.ucj85_virtuemart_categories_es_es' doesn't exist SQL=SELECT c.`virtuemart_category_id`, l.`category_description`, l.`category_name`, c.`ordering`, c.`published`, cx.`category_child_id`, cx.`category_parent_id`, c.`shared` FROM `ucj85_virtuemart_categories_es_es` l JOIN `ucj85_virtuemart_categories` AS c using (`virtuemart_category_id`) LEFT JOIN `ucj85_virtuemart_category_categories` AS cx ON l.`virtuemart_category_id` = cx.`category_child_id` WHERE cx.`category_parent_id` = 0 ORDER BY category_name DESC
The products error is:
vmError: exeSortSearchListQuery Table 'miraelmu_imagen13.ucj85_virtuemart_products_es_es' doesn't exist SQL=SELECT SQL_CALC_FOUND_ROWS l.`virtuemart_product_id` FROM `ucj85_virtuemart_products_es_es` as l JOIN `ucj85_virtuemart_products` AS p using (`virtuemart_product_id`) group by p.`virtuemart_product_id` ORDER BY product_name DESC LIMIT 0, 20
Is this a problem with language? I unpublish spanish language and published english in backend bit the error remains.