Hi,

we are using the Meta Tag module (7.x-1.0-RC2) and after updating Drupal (7.31) the module stopped showing in the node editing view. We reinstalled the module but it didn't solve the problem.

The site currently has two languages, English and French.

What can I do?
Do I need to remove any configuration data from the database after uninstalling the module?
or enter some data into the database?

For some reason just one of the nodes, in French, shows the Meta Tag tab in edintig mode all the others in English or French doesn't show.
When creating new nodes the tab of the Meta Tags doesn't show.

Thank you

Comments

fadeslayer’s picture

I have inspected node with Devel, and I saw that when you save node in language A, metatags informations in languages B, C, n do not disappear, they just get wrapped twice in language token (to be clear: instead of ex. $node->metatags['en']['title'] you see $node->metatags['en']['en']['title'], so Drupal can't detect them because it expects them somewhere else.

Only local images are allowed.

DamienMcKenna’s picture

Status: Active » Closed (duplicate)

Thanks for looking into this. Please take a look at #2186155: Metatags corrupted when saving translated entities programmatically and let me know here if the patch works. Thanks.