thumbnails are not generated in views if the filepath image does not begin with '/' :

Patch :
in render function in views_handler_field_teaserthumbnail.inc file, changing the line :
$thumbnail = theme('imagecache', $this->options['preset'], $thumbnail);
by
$thumbnail = theme('imagecache', $this->options['preset'], '/'.$thumbnail);

Comments

saitanay’s picture

even that in not helping..

hunvreus’s picture

Status: Active » Postponed (maintainer needs more info)

I have no problem getting Teaser Thumbnail to work when using absolute or relative paths for my pictures (with or without the base path). Could you let me know if you are still experiencing difficulties with the latest version of Teaser Thumbnail (6.x-1.6)?