Closed (duplicate)
Project:
Field collection
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2012 at 20:02 UTC
Updated:
8 Mar 2012 at 09:56 UTC
Call to undefined function entity_i18n_string() in /mysite/sites/all/modules/contrib/field_collection/field_collection.module on line 913
Comments
Comment #1
tedbowUpdating to dev version of entity api module fixed this for me.
http://drupal.org/node/627554
The entity_i18n_string function is in there.
Comment #2
dgastudio commentedthank u!
Comment #3
myndware commentedentity 7.x-1.x-dev released on February 28, 2012 - 08:13 no longer contains the function entity_i18n_string()
Comment #4
michaek commentedWell, 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...
Comment #5
fakingfantastic commentedI made an issue and a patch for this, http://drupal.org/node/1471840#comment-5700730
Comment #6
wmostrey commentedSince #1471840: field collection dev requires entity api dev version already contains a patch, let's continue our efforts there.