I'm having trouble with an image module called highslide in drupal.
Check out the images in the content of this page; the ones that enlarge:
http://giantcalculator.com/content/royal-filtermist
These images are being properly stored, and the thumbnail for example exists properly in the imagecache folder I created for it: http://giantcalculator.com/sites/default/files/imagecache/highslide-midsize/ and the full image here: http://giantcalculator.com/sites/default/files/imagecache/highslide_full/
But when I go to add a new image, even though the link is created correctly the image is not storing in the correct location. Instead the image is being uploaded simply to http://giantcalculator.com/sites/default/files/ and not to the proper imagecache folders.
I'm not sure what I did wrong? Everything seems to be correct in the various settings but I just can't figure out why they are going to the wrong place an not being processed by imagecache and the highslide module?
here is an example of the missing image that is still linked correctly: http://giantcalculator.com/content/test-images
I know this has got to be some basic configuration issue but I cant' figure it! Please let me know your thoughts.