Hi guys. I'm struggling with the issues with ImageCache for more than a week now. My site is running on dedicated server so I have full control of its configuration. Now it has nginx+apache working together and ImageCache doesn't work. I've read a lot about configuration of nginx to get ImageCache to work, but nothing helps. I've also read the Troubleshooting page.

So, I fixed the rewrite thing to handle it correctly on nginx by configuring locations. Now, if file in '/files' directory exists it served directly by nginx, if not - I got 404-error page handled by Drupal. So this part seems OK. The CHMOD of '/files/imagecache/' directory I've set to 777. 'ImageAPI' and 'ImageAPI GD2' is on. I've also installed the "Test Suite" module and when I visited '/admin/build/imagecache/test' page the '/files/imagecache/testsuite/' directory was created and all the test-files were generated using GD library. So on this stage everything seems to be configured correctly.

But when I try to create an ImageCache preset, the module doesn't create the preset directory with 'imagecache_sample.png' in it. I can't figure out what's wrong... since "Test Suite" worked correctly. Can you help me? I totally don't know what to do...

P.S. Sorry for my English if I said something incorrectly.