Hello everyone,
Contao 4.9 / MM 2.1 bundle all + MM_attribute_translatedtag
I got a multilanguage (fr, en, es) website with a mm_equipe to list the team members. For each member, I need to specify in which countries he can work.
So I created mm_pays with a translated_text attribute for the country name.
In mm_equipe, I added a translated_tag Countries linked to mm_pays.
When I edit a mm_equipe record, i try to add some countries, i got this error :
Code:
An exception occurred while executing 'SELECT v.*, r.item_id AS mm_equipe_id FROM mm_pays_ref v LEFT JOIN tl_metamodel_tag_relation r ON (r.att_id=?) AND (r.value_id=v.id) AND (v.nom_pays_ref=?) WHERE r.item_id IN (?, ?, ?, ?, ?) ORDER BY nom_pays_ref ASC' with params ["45", "en", "4", "5", "2", "3", "6"]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'v.nom_pays_ref' in 'on clause'
What do I wrong (if i do something wrong ) ?
Thanks