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
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
Comment #1
plachThis 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.
Comment #2
plachComment #3
plachI was able to reproduce the reported error by simulating an update from dev to beta1. Try and clear all caches.
Comment #4
funature commentedthis 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
. 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.
Comment #5
funature commentedfinally i find the reason, the error is because of the wsclient module. i disabled it, the entity translation is working now
Comment #6
plachGood. Feel free to reopen if something is needed on the ET side.