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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | title-1116586-2.D0.patch | 916 bytes | plach |
Comments
Comment #1
plachRelated issue: #1138646: Notice: Undefined index: label in entity_get_info().
Comment #2
plachCommitted the attached patch to 7.x-1.x.
Moving to needs work since we are missing tests (#1142992: Tests broken).
Comment #3
liquidcms commentedany 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.
Comment #4
liquidcms commentedinterference 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.
Comment #5
liquidcms commentedand the winner is UUID
Comment #6
liquidcms commentedand latest -dev of UUID fixes the issue.
Comment #7
plachComment #8
plach