Closed (duplicate)
Project:
Image Resize Filter
Version:
7.x-1.13
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2013 at 01:16 UTC
Updated:
1 Mar 2013 at 16:20 UTC
I am trying to use this module with the newly realesed Insert module(7.x-1.3) under drupal 7.20 but isnt working. What i have managed to figure out is that when a image comes from /sites/default/files/... then nothing happens, but when i try to insert a image from theme directory, for example from /sites/all/theme/mytheme/images/example.png then i got the following error message: Warning: imagepng() [function.imagepng]: Unable to open '://resize/screenshot-239x178.png' for writing: Invalid argument image_gd_save()
If i can provide more info about the issue plz let me know.
Comments
Comment #1
mibfire commentedHalf of the issue is solved with http://drupal.org/files/image_resize_filter-remove-query-string-1929710-... thx for circuscowboy but the image from theme issue is still live.
Comment #2
quicksketchLet's consolidate with #1929710: Query string on src url in Drupal 7.20 breaks module (cannot resize images that use styles), which contains a patch for starters.