Closed (duplicate)
Project:
Hover Preview for ImageCache
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2012 at 16:20 UTC
Updated:
11 Oct 2013 at 17:30 UTC
Hi, if i select a style for my preview and drupal has not rendered and generated the resized version of the image i only get an image not found icon.
if I make it render this image in that specific style once, al previews for that image start working.
if i select the preview as the default image it works as drupal do not have to generate a cached version of that.
tried looking at the code but found nothing, I'm really not very familiar with drupal API
Comments
Comment #1
sidone commentedHi I just experienced the same problem. It seems that there is an issue how the url for the hover image is generated:
The following code part in hover_preview.module is responsible for creating the hover url.
Unfortunately is image_style_path not creating the the style for the image. My solution was to replace image_style_path by image_style_url which is creating the new style for the image:
Comment #2
bertboerland commentedI had the same problem and can confirm that patch is working for me
Comment #3
Berliner-dupe commentedPatch works not correct by me.
When i have 6 images over a view - only by 3 images is rendered-version available. Other 3 i get an error. When i look in files-folder the 3 images are not existing.
Has anyone an idea to fix this problem?
Best Regards
Matthias
Edit: This solution works for me now: https://drupal.org/node/1932340#comment-7618107
Comment #4
bertboerland commentedhttps://drupal.org/node/1932340#comment-7618107 confirmed, closing here