I've imported some products but the images are not shown.

Every think else is fine but there are no images in the imagecache folder which are used by ubercart to show product images.

The imorted images to sites/default/files are owned by the webspac_ owner and 664 rights.

I'm not shure if there is somthing wrong or this feature is missing?

Comments

xxm’s picture

after the manuel upload process

-rw-rw-r-- 1 web14 client11 2,5K 19. Mai 10:50 ./sites/default/files/imagecache/product/rolle_01.jpg
-rw-rw-r-- 1 web14 client11 2,7K 19. Mai 10:50 ./sites/default/files/imagefield_thumbs/rolle_01.jpg
-rw-rw-r-- 1 web14 client11 2,7K 19. Mai 10:50 ./sites/default/files/rolle_01.jpg

after the node_import process

-rw-rw-r-- 1 web14 client11 1,4K 19. Mai 11:03 ./sites/default/files/imagefield_thumbs/rolle_02.jpg
-rw-rw-r-- 1 web14 client11 1,4K 19. Mai 11:01 ./sites/default/files/rolle_02.jpg

Another strange thing

the manuel uploaded image is visible in the browser at this path

http://localhost/sites/default/files/imagefield_thumbs/rolle_01.jpg

the image created below with node_import is not shown in the browser, but only this path ist shown

http://localhost/sites/default/files/imagefield_thumbs/rolle_02.jpg
xxm’s picture

Title: images are only imported to sites/default/files/imagefield_thumbs/ but not to imagecache/xyz --> ubercart import without images » [solved] images are only imported to sites/default/files/imagefield_thumbs/ but not to imagecache/xyz

ftp was used in asci mode for these images. Using of binary mode solved the problem.

Robrecht Jacques’s picture

Status: Active » Closed (works as designed)

Closing it.