Closed (fixed)
Project:
Ubercart
Version:
5.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2008 at 15:57 UTC
Updated:
31 Dec 2008 at 18:50 UTC
When i adding an product image to ubercart product content type it works perfectly.
When i want to use default product image (in imagefield configuration settings - use default image checkbox)
the product default image dosen't show in catalog view and product site.
How to solve this problem?
Comments
Comment #1
vacilando commentedI seem to have the same problem.
Using
* UC 5.x-1.6
* ImageCache 5.x-2.x-dev
* ImageField 5.x-2.1
* latest Drupal 5
After uploading the image (and tried many, larger as well as smaller) via /admin/content/taxonomy/edit/term/X
despite the fact that the screen returns to list of vocabularies without any error message
and despite the fact that I can see the image placed in /files/imagecache/uc_category/
a) when I re-edit /admin/content/taxonomy/edit/term/X there is nothing in the "Image" field
b) when I go to /catalog, the images don't show
Please help, this stops us from releasing a catalogue we've been building for weeks.
Comment #2
vacilando commentedWhilst this is a serious problem for UC functionality, I am finding that this needs a fix in imagecache module.
The problem is that if people have i18n module enabled, the image links are there in /catalog but the path includes the language code, e.g. http://www.yourdomain.tld/en/sites/yourdomain.tld/files/imagecache/uc_ca... and that does not display the image. The image displays correctly when the code disappears: http://www.yourdomain.tld/sites/yourdomain.tld/files/imagecache/uc_categ...
See a patch and more at #284187: Empty images in Views and wrong image urls with i18n
Comment #3
rszrama commented@nimek - Your issue is kind of confusing, but the best I can figure you're trying to change the field display settings for the product node type. You shouldn't have to, but even if you do that shouldn't affect the catalog list. It sounds like you might have a version problem as well. Please make sure you're using the module versions specified on the project page.
@vacilando - Your problem is the version of modules you're using. We specify Imagecache 1.7 to prevent these sorts of problems, and taking on a dev version is always a risk. We don't offer support for the 5.x-2.x branch of Imagecache, but I hope you're able to solve your problem. : )
Any follow-up to this issue is a support request and should really be posted in our support forums.