Index: trunk/kernel/units/images/image_tag_processor.php =================================================================== diff -u -N -r5431 -r6093 --- trunk/kernel/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 5431) +++ trunk/kernel/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 6093) @@ -149,6 +149,7 @@ { $img_path = $this->GetFullPath( getArrayValue($params, 'img_path') ); + if (!file_exists($img_path)) return false; $image_info = @getimagesize($img_path); // if( !($img_path && file_exists($img_path) && isset($image_info) ) )