Closed (fixed)
Project:
Responsive images and styles
Version:
7.x-2.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2012 at 08:05 UTC
Updated:
15 Oct 2012 at 16:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
attiks commentedIt's a known problem, we're going to backport the things from picture (D8) to either resp_img or picture
to be continued
Comment #2
jaffaralia commentedHi,
I was using this module in my project. After i changed the code notice message got disappear. Here is my code.
Comment #3
attiks commentedCan you provide a patch so i can see what's different?
Comment #4
jaffaralia commentedApply attached patch to remove notice message.
What the patch does?
Notice error occurred when there was no responsive image style used for any image. Moving the code with in the below if condition resolves the same.
if (strpos($settings[$vars['image_style']], RESP_IMG_STYLE_PREFIX) !== FALSE)Also moved the watchdog message as the else for this if condition
Comment #5
jaffaralia commentedIt's fixed in latest dev version.