I'm using imagecache profiles to generate user comment pics. I've created an Imagecache preset "user_picture_default" to crop and scale to 77x77. Great, I add a comment, go look at it and there's my user pic scaled to 77x77. Then I go back to another page, and come back to find the image is now scaled to 40x77. Image properties show, "77px × 77px (scaled to 40px × 40px)" There are no imagecache actions on my site that scale to 40px. For a test, I deleted user_picture_default and created a new one with crop and scale to 50x50. It gives me a 32x40 image with properties, "491px × 613px (scaled to 32px × 40px)”.
Anyone know if there's a bug in one of my modules that could explain this "ghost in the machine" behavior? Here's what I'm using:
Drupal 6.14, MySQL 5.051a, nginx 0.7.62 running on Ubuntu 8.04
Imagecache 6.x-2.0beta10
Imagecache profile 6.x.1.1
Imagecache Actions 6.x-1.6
Thanks!