Closed (fixed)
Project:
JAIL / Lazy Load Formatter
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Oct 2011 at 16:37 UTC
Updated:
15 Jan 2012 at 17:16 UTC
Dear reader(s),
In the first place thank you for this module! It's the only easy way to use this in Drupal.
But there seems to be a problem with the formatter when there is a image field without an image. This is the error i get:
Notice: Undefined offset: 0 in jail_field_formatter_view() (regel 98 van .../sites/all/modules/jail/jail.module).
On the page of the node itself it only shows this error once, but when generating a view with multiple nodes it gives this error per empty field. Maybe someone could find a way to fix this?
Kind regards,
Julius
Comments
Comment #1
danlinn commentedThis sounds like a legitimate issue I should get to. With that said, I'm not sure when I'll get to it. It should be as smile as adding a check for existence of the image. I'll try to get on it soon.
Comment #2
juliusvaart commentedHi danlinn,
Thanks for the response.
Julius
Comment #3
danlinn commentedI have fixed this in version 1.3 Should be available soon.
Comment #4
juliusvaart commentedThanks!
Comment #5
elmotri commented