Search code examples
drupaliisdrupal-6

Drupal: imagecache doesn't generate images


So, I have a strange issue with Drupal imagecache.

When I upload an image, the image is correctly stored in a folder, but imagecache doesn't generate the other cached images.

  1. It doesn't work anymore after I moved the website from development server to the production environment.
  2. The production server is IIS7.
  3. All the "files" subfolder have both write/read permissions, imagecache module is supposed to create folders inside "files" folder.
  4. The GD toolkit is correctly enabled (in Drupal report, imagecache module is correctly enabled). It is php 5.2.

thanks


Solution

  • Check out Imagecache's troubleshooting guide in the handbooks. In particular, check the logs for errors explaining where the process is breaking down.

    Also, check the paths that are included in your pages and make sure they are still correct, now that you've moved the site to a production server. This issue has some more tips, specific to the path problem.

    Finally, if none of that helps, check the issue queue. There are several issues related to IIS.