Closed (fixed)
Project:
Entity API
Version:
7.x-1.x-dev
Component:
Code - misc
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2011 at 10:03 UTC
Updated:
5 Jul 2011 at 12:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
hnln commentedsub
Comment #2
cyberwolf commentedAt first sight attached patches (one for Entity, one for Rules) seem to fix the problem. The calls to entity_load() have been replaced with entity_load_multiple_by_name().
Comment #3
dixon_I'm also experiencing the same problem, but for Search API exports (which uses the same export feature from Entity API).
The patch in #2 solves the problem. Thanks, Cyberwolf!
Comment #4
klausiOuch, good catch Cyberwolf. Patches look good and work.
Comment #5
fagoThanks, committed to entity api & rules.