0
votes

For some reason the ImageCache module doesn't work.

Drupal just doesn't generate the ImageCache subfolders and image files.

The user www-data is the owner of the folder imagecache, I also have set 777 permissions, just to be sure that it is not an issue.

The point is that ImageCache was working on the previous server. Is maybe a server configuration issue?

1
Questions on Stack Overflow should have something to do with programming (i.e. writing code). For general administration issues, try Pro Webmasters.SE. - user113292

1 Answers

2
votes

Have you enabled the ImageAPI GD2 module? Imagecache wont work without it (unless you're using imagemagick). Also look at your drupal status report (/admin/reports/status) and recent log messages (/admin/reports/dblog ) -- any recent errors/setup issues related to Imagecache may be mentioned there.