Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.14
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2012 at 18:17 UTC
Updated:
25 Aug 2017 at 11:03 UTC
Jump to comment: Most recent
Comments
Comment #1
dawehnerWell the url is generated by imagecache/imagefield, so let's move the issue there.
Comment #2
lambic commentedI'm not convinced it's an imagecache issue, as we use imagecache a lot and haven't seen this problem before, but this is the first time we've used it in a view.
Comment #3
delmarr commentedI've done further testing on this issue. Displaying the image from 3 different sources in a view; imagecache, drupal filters, and the original file.
When the image broke it was revealed that all sources had invalid urls. I think we can rule out imagecache unless I'm missing something.
Results below.
IMAGECACHE
<img src=" http:///sites/default/files/imagecache/homepage-thumbnail/images/filament-thumb.jpg" alt="" title="" class="imagecache imagecache-homepage-thumbnail imagecache-default imagecache-homepage-thumbnail_default" width="110" height="110">ORIGINAL
<span class="offscreen"> http:///sites/default/files/images/filament-thumb.jpg</span>DRUPAL FILTER
<span class="offscreen"> http:///sites/default/files/imagecache/large/images/filament-thumb.jpg</span>Comment #4
lambic commentedComment #5
mustanggb commented