Active
Project:
Mail System
Version:
7.x-2.34
Component:
Module compatibility
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2012 at 16:26 UTC
Updated:
27 Jan 2015 at 14:54 UTC
Jump to comment: Most recent
Comments
Comment #1
mstef commentedComment #2
thewilkybarkid commentedThis is the same as #1049104: Fatal error: Call to undefined function entity_get_property_info(). Emails are stored in the drupal_test_email_collector variable, and one or more of these contains an entity. Drupal unserializes everything prior to the code base being fully loaded, and the entity's unserialization process calls the function that isn't yet available.