Closed (fixed)
Project:
Internationalization
Version:
5.x-2.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2007 at 08:32 UTC
Updated:
13 Nov 2007 at 17:24 UTC
i get the following when i try to do a translation of a ck node:
user warning: Table 'snttt.ec_product' doesn't exist query: SELECT ptype FROM ec_product WHERE nid = 19 in
product is the name of my type - but not sure what ec is? is this maybe a translation table that gets created (although not in my case) to store cck node translations?
Comments
Comment #1
liquidcms commentedhmmm.. ok ec_product is actually a table hard coded into translation.module - no db prefix or anything.
just a coincidence that my type is called product i guess - although the tables isn't built during install.
Comment #2
liquidcms commentedthe command is called as follows:
en/node/add/product/?translation=20&language=en
and there is only once reference to ec_product in the code that gets called - nothing to create table anywhere in the code for this module.
so, ulness i am missing something here - this module is completely busted.. but of course others much it working.
Comment #3
jose reyero commentedYeah, funny issue :-), fixed in the 5.x-2.2 version
Thanks
Comment #4
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.