Hi there,

when installing the latest dev version entity translation module (3 April 2011) [1], as well as the proposed patch[2] to make the Title module work together with entity translation, the following exception is thrown:

EntityMetadataWrapperException: Unknown data property title_field. in EntityStructureWrapper->getPropertyInfo() (line 318 of [...]/sites/all/modules/contrib/entity/includes/entity.wrapper.inc

Maybe the Title should behave more friendly in this case, s. also [3]

Regards,
Tobias

[1]: http://drupal.org/project/entity_translation
[2]: http://drupal.org/files/issues/et-1003876-10.patch
[3]: http://drupal.org/node/1003876#comment-4302430

CommentFileSizeAuthor
#2 title-1116586-2.D0.patch916 bytesplach

Comments

plach’s picture

plach’s picture

Status: Active » Needs work
StatusFileSize
new916 bytes

Committed the attached patch to 7.x-1.x.

Moving to needs work since we are missing tests (#1142992: Tests broken).

liquidcms’s picture

any word on this?? this is almost a year later and with the latest -devs of both Title, Entity Translation and Entity API i am still getting this error.

liquidcms’s picture

interference with some other module i would guess:

- minimal instal it worked fine
- numerous other modules enabled it fails with the exception error above
- disabled slew of modules and working again
- have begun re-enabling the ones i disabled and so far still working; only a few left to enable

will report back when finding culprit.

liquidcms’s picture

and the winner is UUID

liquidcms’s picture

and latest -dev of UUID fixes the issue.

plach’s picture

Status: Needs work » Closed (fixed)
plach’s picture

Issue tags: +Needs tests

  • Commit 37689ea on 7.x-1.x, workbench by plach:
    Issue #1116586 by plach | tte: Fixed Exception when a node's title is...