I can enable an entity reference field for translation on a user profile, but when I try to create a translation, I get these errors:
Notice: Undefined index: array_parents in field_default_form_errors() (line 365 of [...]/modules/field/field.form.inc).
Recoverable fatal error: Argument 2 passed to drupal_array_get_nested_value() must be an array, null given, called in [...]/modules/field/field.form.inc and defined in drupal_array_get_nested_value() (line 6452 of [...]/includes/common.inc).
Is there anyone who managed to get entity reference and entity translation to work or is this a feature request?
Comments
Comment #1
plachI never tried to use them together. However, since we are talking about a field, there should be nothing special on the ET side to make it work. Maybe ER is simply exposing a generic bug or it's a problem on the ER side.
Comment #2
jpsalter commentedJust came across the same problem when using a user reference field. Any progress?
Comment #3
phm commentedI tried the node_reference module of the References project instead and get exactly the same error.
Comment #4
Vito Andolini commentedTry this?
http://drupal.org/sandbox/svendecabooter/1736970
Comment #5
plachPlease, test with the latest dev.
Comment #6
plachReopen this only with a list of steps to reproduce the bug on the latest dev, please.
Comment #7
akalam commentedI had the same issue, I solved it using entityreference-1.x-dev insted of the current stable version