hi there,
install ja-orisite, nice template with virtuemart. (http://www.rembrandtwebshop.com)
I change the default language from eng to dutch, in the language manager.
I want to make new categories in the VirtueMart on the backend, because I changed the language into Dutch the sample data from the shop is not visible anymore and when I try to make a new category I get this error;
vmError: VmTableData::store failed – Table ‘rembran2_joomlart.fgn86_virtuemart_categories_nl_nl’ doesn’t exist SQL=INSERT INTO `fgn86_virtuemart_categories_nl_nl` (`virtuemart_category_id`,`category_name`,`category_description`,`metadesc`,`metakey`,`customtitle`,`slug`) VALUES (’10’,’Wissellijsten’,”,”,”,”,’wissellijsten’)
vmError: vmTable loadTable ‘rembran2_joomlart.fgn86_virtuemart_categories_nl_nl’ doesn’t exist SQL=SELECT `fgn86_virtuemart_categories_nl_nl`.* ,`fgn86_virtuemart_categories`.* FROM `fgn86_virtuemart_categories_nl_nl` JOIN fgn86_virtuemart_categories using (`virtuemart_category_id`) WHERE fgn86_virtuemart_categories_nl_nl.`virtuemart_category_id` = “10”
what I have to do that I can change the language and still get the sample shopdata visible and can work with the admin VM ?
:((