Multilingual site. Basic list terms in taxonomy as html list. No special settings. Clicking on taxonomy term listed leads to following errors:

Notice: Undefined index: taxonomy_term in function i18n_taxonomy_field_formatter_view() (row 216 in file /home/biovasa/biovasa.fi/sites/all/modules/i18n/i18n_taxonomy/i18n_taxonomy.module).
EntityMalformedException: Missing property type taxonomy term entity in function entity_extract_ids() (row 7501 in file /home/biovasa/biovasa.fi/includes/common.inc).

Comments

dawehner’s picture

Project: Views (for Drupal 7) » Internationalization
Version: 7.x-3.3 » 7.x-1.x-dev
Component: taxonomy data » Taxonomy

Move to i18n as this seems to be more a problem for them, though i guess this is caused by the i18n_taxonomy to formatter move.

wqmeng’s picture

Same here.

jose reyero’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

Haven't seen this with i18n_taxonomy alone.

Please post other modules and steps needed to reproduce this.

demoshane’s picture

Vaatii: String translation (päällä), Custom Search Internationalization (pois käytöstä), Block languages (päällä), Contact translation (pois käytöstä), Field translation (päällä), Translation sets (päällä), Taxonomy translation (päällä), Multilingual content (päällä), Multilingual forum (pois käytöstä), Menu translation (päällä), Path translation (pois käytöstä), Translation redirect (päällä), Multilingual select (päällä), Synchronize translations (päällä), Variable translation (päällä), Translation table (päällä), XML sitemap internationalization (pois käytöstä)

Päällä = Enabled

All taxonomy terms lists experience same issues, even ones that have workekd before.

demoshane’s picture

any taxonomy link leads to:
Notice: Undefined index: taxonomy_term funktiossa i18n_taxonomy_field_formatter_view() (rivi 216 tiedostossa /home/biovasa/biovasa.fi/sites/all/modules/i18n/i18n_taxonomy/i18n_taxonomy.module).
EntityMalformedException: Puuttuva ominaisuus tyypin taxonomy_term entiteetillä. funktiossa entity_extract_ids() (rivi 7501 tiedostossa /home/biovasa/biovasa.fi/includes/common.inc).

Last row means that some property is missing from taxonomy.term entities. (Rough translation)

jose reyero’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

See #3, provide information, then reopen.

miechiel’s picture

Issue summary: View changes
Status: Closed (cannot reproduce) » Active
StatusFileSize
new1.07 KB

I had the same issue but then with a preview of an item. This is actually related to an issue that is present on the core taxonomy module see #1697284: EntityMalformedException: Missing bundle property on entity of type taxonomy_term

I applied the patch that was proposed there to the i18n_taxonomy_field_formatter_view() function which fixed my problem.

Attached is my patch for i18n_taxonomy.module to fix it