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

liquidcms’s picture

hmmm.. 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.

liquidcms’s picture

the 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.

Jose Reyero’s picture

Status: Active » Fixed

Yeah, funny issue :-), fixed in the 5.x-2.2 version

Thanks

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.