Closed (duplicate)
Project:
Custom Formatters
Version:
7.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
5 Sep 2011 at 18:47 UTC
Updated:
11 Sep 2011 at 06:39 UTC
Error message:
Notice: Undefined index: node in _custom_formatters_preview_variables() (line 231 of /home/frizi/Desktop/www/christ/sites/all/modules/contrib/custom_formatters/plugins/export_ui/custom_formatters.inc).
Warning: array_keys() expects parameter 1 to be array, null given in _custom_formatters_preview_variables() (line 231 of /home/frizi/Desktop/www/christ/sites/all/modules/contrib/custom_formatters/plugins/export_ui/custom_formatters.inc).
Solution:
if(array_key_exists($entity_type, $result)){
$entities = entity_load($entity_type, array_keys($result[$entity_type])); // FLE
}
else { $entities = array(); }
Comments
Comment #1
decipheredDuplicate of #1198732: error on Edit formatter page