Closed (works as designed)
Project:
Field collection
Version:
7.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
3 Apr 2012 at 12:33 UTC
Updated:
17 Oct 2024 at 19:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ro-no-lo commentedCan confirm it. There seem to be a new requirement for field_collection.
Comment #2
ro-no-lo commentedQuickfix, compared versions: (find all 3 places for yourself)
Comment #3
scottrouse commentedThis is a sneaky one. The recent Field Collection release requires the latest dev version of the Entity API module.
It's a bit hidden in the release notes for Field Collection 7.x-1.0-beta4 and refers to #1446674: make the interface translatable.
I can confirm that updating to the April 2 dev release of Entity API resolves this error message.
Comment #4
Donatoo commentedI confirm the dev release of Entity API solves the problem.
Comment #5
btmash commentedI don't know what other changes made it into entityapi for dev (and if it might cause some funky issues). So I made a patch to just get the i18n string in (below is my svn diff).
Comment #6
rooby commentedThanks BTMash, I also have lots of entity dependent functionality and patches that mean updating entity required a reasonable amount of time for review of changes and testing, so that helps for the interim.
Comment #7
rgon commentedThanks, BTMash. I'm using the patch also.
Comment #8
etibmw commentedGood one BTMash
added the patch (#5) and it is working now
problem solved!
thanks
Comment #9
zorroposada commentedI was receiving error message from field_collection.
#5 Worked for me too.
Thanks
Comment #10
chaskype commentedSame patch in git
use this command
git apply -v 0001-1513406.patch
Comment #11
DRUPALON commentedthanks #5 works fine
Comment #12
bcweaver commentedIt looks to me like the latest release of Entity API -- 7.x-1.0-rc2 -- fixes this.
Comment #13
30equals commentedGot this error as well, and can confirm that updating to the latest dev version of Entity API fixes this.
Comment #14
jwilson3As this bug renders the recommended version of field_collection module completely *unusable*, when could we expect a new beta release?UPDATE: Oops, I mis-read the above, that the fix is found in the *entity* module, not this module.
Comment #15
rachelf commentedEntity API release 7.x-1.0-rc3 also fixes this.
Comment #16
drupixConfirmed: Entity API release 7.x-1.0-rc3 fixes this.
Comment #17
Sridar commentedIts Working.. Long time issue, Fixed. Thanks for the updated patch @chaskype.