if i try to use this option. i get this error

Fatal error: Cannot access empty property in /sites/all/modules/entity_translation/includes/translation.handler.inc on line 716

Comments

plach’s picture

Title: can not use "Enabled, with field translation" for Content type » Empty entity wrapped into the translation handler

This looks like as a module integration problem: you should disable every module on your site (make a backup first!) and find out which one is causing an empty entity to be wrapped into the entity translation handler.

plach’s picture

Status: Active » Postponed (maintainer needs more info)
plach’s picture

I was able to reproduce the reported error by simulating an update from dev to beta1. Try and clear all caches.

funature’s picture

this error shows up when i uninstalled the old version and installed the latest dev version. then i could only manually disable this module in database to get the site working again. after this i get

Notice: Undefined index: translations in EntityTranslationDefaultHandler->getTranslationsKey() (line 1377 in /sites/all/modules/entity_translation/includes/translation.handler.inc).

. clear all caches didn't work. i'm now trying to disable the other modules to find out which module is involved. but i have too many modules enabled, show it takes time. any tips?

i like the feature of this module very much, and want to solve the problem as soon as possible.

funature’s picture

finally i find the reason, the error is because of the wsclient module. i disabled it, the entity translation is working now

plach’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Good. Feel free to reopen if something is needed on the ET side.