Product_list images and cart images don't work on the serveur

Posts: 19
Joined: 02/25/2008

Hello,
I get a problem with imagecache module. It works in localhost but unfortunately not on the distant server : neither product_list images nor cart images are added.
What's the problem?
Thanks

Posts: 924
Joined: 11/05/2007
Bug FinderFAQ ModeratorGetting busy with the Ubercode.

I don't quite understand what you're asking - are you trying to use imagecache on images that are *not* stored on your webserver (i.e. images referenced by an http: URL rather than a file path)? I don't think imagecache supports that, but you could bring up the issue in the imagecache support queue at http://drupal.org/project/imagecache

--

<tr>.

Posts: 19
Joined: 02/25/2008

yes, when I create a product, imagecache automatically adds images both in files/imagecache/product_list/files and in files/imagecache/cart/files, but only on local website. It does not work on the webserver. Do you mean imagecache does not manage image on the webserver?