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

plach’s picture

I 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.

jpsalter’s picture

Just came across the same problem when using a user reference field. Any progress?

phm’s picture

I tried the node_reference module of the References project instead and get exactly the same error.

Vito Andolini’s picture

plach’s picture

Version: 7.x-1.0-alpha1 » 7.x-1.x-dev
Status: Active » Postponed (maintainer needs more info)

Please, test with the latest dev.

plach’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Reopen this only with a list of steps to reproduce the bug on the latest dev, please.

akalam’s picture

Issue summary: View changes

I had the same issue, I solved it using entityreference-1.x-dev insted of the current stable version