- Posts: 9
- Thank you received: 0
VM and languagepack
-
rolandos
Inactive member - Topic Author
- New Member
Less
More
12 years 11 months ago - 12 years 11 months ago #13510
by rolandos
VM and languagepack was created by rolandos
Hello,
First of all, thanks for the wonderfull template!
My problem occurs when I install the dutch languagepack, vm gives the following error. (browse-our-store page)
vmError: vmTable loadTable 'm1_2d9c14e3.zfp0s_virtuemart_vendors_nl_nl' doesn't exist SQL=SELECT `zfp0s_virtuemart_vendors_nl_nl`.* ,`zfp0s_virtuemart_vendors`.* FROM `zfp0s_virtuemart_vendors_nl_nl` JOIN zfp0s_virtuemart_vendors using (`virtuemart_vendor_id`) WHERE zfp0s_virtuemart_vendors_nl_nl.`virtuemart_vendor_id` = "1"
Does someone know what the problem is, when default language is set everything is working fine!
Greets Rolandos
First of all, thanks for the wonderfull template!
My problem occurs when I install the dutch languagepack, vm gives the following error. (browse-our-store page)
vmError: vmTable loadTable 'm1_2d9c14e3.zfp0s_virtuemart_vendors_nl_nl' doesn't exist SQL=SELECT `zfp0s_virtuemart_vendors_nl_nl`.* ,`zfp0s_virtuemart_vendors`.* FROM `zfp0s_virtuemart_vendors_nl_nl` JOIN zfp0s_virtuemart_vendors using (`virtuemart_vendor_id`) WHERE zfp0s_virtuemart_vendors_nl_nl.`virtuemart_vendor_id` = "1"
Does someone know what the problem is, when default language is set everything is working fine!
Greets Rolandos
Last edit: 12 years 11 months ago by rolandos.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #13526
by ivan.milic
Replied by ivan.milic on topic Re: VM and languagepack
Well something is wrong with your language pack, zfp0s_virtuemart_vendors_nl_nl is for example just zfp0s_virtuemart_vendors so it adds _nl_nl and it should not do that.
Please Log in to join the conversation.
-
rolandos
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
12 years 11 months ago #14002
by rolandos
Replied by rolandos on topic Re: VM and languagepack
Strange, cause in the back-end (admin) the translations works good for Joomla 1.7.3 and Virtuemart 2.0. It breaks only in the front-end of the Virtuemart modules.
On the Dutch translation site they said after installing the language pack there must be a table called: xxxxx_virtuemart_vendors_nl_nl.
Greets Rolandos
On the Dutch translation site they said after installing the language pack there must be a table called: xxxxx_virtuemart_vendors_nl_nl.
Greets Rolandos
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
12 years 11 months ago #14020
by milos
Replied by milos on topic Re: VM and languagepack
Maybe you did not install language file properly. I am wondering why the table xxxxx_virtuemart_vendors_nl_nl is not created after VM language installation?
Please Log in to join the conversation.
-
rolandos
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
12 years 11 months ago #14140
by rolandos
Replied by rolandos on topic Re: VM and languagepack
I looked for the missing tables with a language suffix at the end. I've found these tables:
zfp0s_virtuemart_categories_en_gb
zfp0s_virtuemart_manufacturercategories_en_gb
zfp0s_virtuemart_manufacturers_en_gb
zfp0s_virtuemart_paymentmethods_en_gb
zfp0s_virtuemart_products_en_gb
zfp0s_virtuemart_shipmentmethods_en_gb
zfp0s_virtuemart_vendors_en_gb
I exported the the english tables and rename them to _nl_nl and and imported it again. That work's fine for me
zfp0s_virtuemart_categories_en_gb
zfp0s_virtuemart_manufacturercategories_en_gb
zfp0s_virtuemart_manufacturers_en_gb
zfp0s_virtuemart_paymentmethods_en_gb
zfp0s_virtuemart_products_en_gb
zfp0s_virtuemart_shipmentmethods_en_gb
zfp0s_virtuemart_vendors_en_gb
I exported the the english tables and rename them to _nl_nl and and imported it again. That work's fine for me
Please Log in to join the conversation.
-
dadoen
Inactive member - Member
Less
More
- Posts: 37
- Thank you received: 0
12 years 9 months ago #16845
by dadoen
Replied by dadoen on topic Re: VM and languagepack
In PHPmyadmin change table name
SQL
RENAME TABLE wa89g_virtuemart_manufacturercategories_en_gb TO wa89g_virtuemart_manufacturercategories_mk_mk(_mk_mk is for Macedonian language)
GO
change all table:
wa89g_virtuemart_categories_en_gb
wa89g_virtuemart_manufacturercategories_en_gb
wa89g_virtuemart_manufacturers_en_gb
wa89g_virtuemart_paymentmethods_en_gb
wa89g_virtuemart_products_en_gb
wa89g_virtuemart_shipmentmethods_en_gb
wa89g_virtuemart_vendors_en_gb
SQL
RENAME TABLE wa89g_virtuemart_manufacturercategories_en_gb TO wa89g_virtuemart_manufacturercategories_mk_mk(_mk_mk is for Macedonian language)
GO
change all table:
wa89g_virtuemart_categories_en_gb
wa89g_virtuemart_manufacturercategories_en_gb
wa89g_virtuemart_manufacturers_en_gb
wa89g_virtuemart_paymentmethods_en_gb
wa89g_virtuemart_products_en_gb
wa89g_virtuemart_shipmentmethods_en_gb
wa89g_virtuemart_vendors_en_gb
Please Log in to join the conversation.
Time to create page: 0.176 seconds