Call to undefined function entity_i18n_string() in /mysite/sites/all/modules/contrib/field_collection/field_collection.module on line 913

Comments

tedbow’s picture

Status: Active » Needs review

Updating to dev version of entity api module fixed this for me.

http://drupal.org/node/627554

The entity_i18n_string function is in there.

dgastudio’s picture

thank u!

myndware’s picture

entity 7.x-1.x-dev released on February 28, 2012 - 08:13 no longer contains the function entity_i18n_string()

michaek’s picture

Well, it's certainly in the 7.x-1.x branch on git. http://drupalcode.org/project/entity.git/blob/refs/heads/7.x-1.x:/entity...

fakingfantastic’s picture

I made an issue and a patch for this, http://drupal.org/node/1471840#comment-5700730

wmostrey’s picture

Status: Needs review » Closed (duplicate)

Since #1471840: field collection dev requires entity api dev version already contains a patch, let's continue our efforts there.