possible to upload images without ...

Posts: 5
Joined: 11/24/2008

Our server OS doesn't currently support php 5.2 required by imageAPI (I think I have that right). therefore we cant use the imagecache module in order to upload images to our ubercart store. Is there another way we can do this with drupal 6?

Posts: 5
Joined: 11/24/2008

anyone got a response for this?

Posts: 116
Joined: 04/23/2008

In the past, I have been able to use php 5.1.1 with ImageCache, but not the official version supported by Ubercart...

I used ImageCache 5.x-2.1, ImageApi 5.x-1.0-rc7, drupal 5.7, Ubercart 1.0. So wont be able to help you if you have any issues...

Posts: 5
Joined: 11/24/2008

Ok I have a drupal 5 test site as well and have installed all relevant modules as the drupal 5 versions do not require php 5.2. I can upload product images and even see their thumbnail in the edit tab but I can not for the life of me figure out why they are not being displayed in the catalog or when they are individually viewed.

Posts: 116
Joined: 04/23/2008

You may need to create the necessary uc_catalog preset for catalog via: admin/build/imagecache

Make sure all the other presets exist: cart, category, product, etc...

Also, depending on whats going on there may be duplicate entries in the `imagecache_action` table, and hence have to delete the incorrect rows.

Posts: 5
Joined: 11/24/2008

ok now ive got images showing up but they are not resizing themselves to thumbnails or any uniform size. any ideas?

Posts: 116
Joined: 04/23/2008

may need to set the scaling % in the presets

Posts: 116
Joined: 04/23/2008

also make sure the original images are of same size in pixels or else scaling wont be uniform