Image cache module is not displaying thumbnails images
nitinv1 - December 9, 2009 - 18:01
| Project: | ImageCache |
| Version: | 6.x-2.x-dev |
| Component: | imagecache_image module |
| Category: | support request |
| Priority: | critical |
| Assigned: | nitinv1 |
| Status: | active |
Jump to:
Description
Hi All,
please tell me steps how to dispaly thumbnails images on a page in drupal 6.
I have Install imagecache module,imageApi,CCK and Image Field modules. But when I am uploading Images then small size images r not storing in imagecache/small/ folder.
Thank you
Nitin

#1
I'm having a similar issue, though my version is 6.x-2.0-beta-9.
Flushing preset doesn't help. How can I force imagecache to rebuild the presets??
#2
the same problem
#3
This simple patch on the imageapi.module worked for me, getting imagecache to work under php 5.3.
See patch here: ImageAPI Patch
#4
Finally I figured out what was the problem. My file system didn't have proper path for temporary files. The path got broken when I transferred my site to the host. So, redifing path for temporary files in admin/settings/file-system did the trick in my case.