By David.W on
Hello fellow drupalians,
I'm building a webshop, so far so good. Though i have one problem.... IMAGES %!$#^!ARGH
My install:
- Drupal 6.x
- IIS server ( I had to remove the .htaccess file)
- Ubercart
- Lightbox (When i click on an image i get an IIS password error....)
- CCK
- Imagefield
Image stuff
- ImageCache
- ImageAPI
- GD2
When i upload an image to a product page, it doesnt show up... Youll only see an image which indicates the image is missing ;)..
Hope yall can help, thanks in advance.
Comments
There's your problem: You're
There's your problem: You're using IIS. :)
Seriously, sounds like a permission problem. Check your permissions on the folder the images are stored in and the image files themselves.
Hahaha, yeah i know. IIS and
Hahaha, yeah i know. IIS and drupal dont go well together...
Sadly though, i dont have any other choice atm..
I will look into the permission settings. Probably need to give the sites/default/files the "666" attributes right?
As far as I know, Imagecache
As far as I know, Imagecache uses mod_rewrite to dynamically create the images. I don't really know anything about IIS, but it probably does not have a mod_rewrite equivalent out of the box.
some more info here: http://drupal.org/node/410200