Active
Project:
Ubercart Option Images
Version:
6.x-1.4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2009 at 04:30 UTC
Updated:
10 Sep 2009 at 14:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
cybertoast commentedSeems like the preview image does not get generated based on the preset. The image is being looked for, but it does not exist in the preset/option-images/ folder (but the folder itself is created just fine). So does this mean it's an imagecache issue?
Comment #2
johnflower commentedI have the same issue.
Changing ln 143 from
if (!empty($file)) {
to
{
Also fixes the missing upload and preview fields.
But I still am unable to view the option image when viewing a product.
Comment #3
johnflower commentedUpdate
I created a new website with a new database and Option Images, as tweaked above, worked. On the website that I want it to work on it may not be working because:
a) I've got legacy database entries due to prior installs of different versions of Option Images
b) OI won't let me save the dimension sizes of some of the imagecache presets that I've created
c) Fluffy duck knows!
Comment #4
johnflower commentedPossibly
"When multiple nodes are displayed on the same page they will not switch
properly due to "call_user_func_array('array_merge_recursive', $data)" in
drupal_add_js();"
from the OI Readme answers the problem. I do have a Views Reference included on many of my Product nodes. I also have Product nodes referenced in my Gallery Photo nodes (customers see an example of a customised product, and underneath is blank product that they can buy). All my testing has been done from the Product node so the multiple node issue ?is not? an issue.
Comment #5
MamaGubs commentedI, too, have this issue, but changing line 143 made no difference. Neither the column header nor the upload form appear in the options page. Imagecache is working fine (I'm using it with ubercart and elsewhere without any issues), and switching themes does not help. I have imagecache presets made and I've double checked the attribute configurations. I'm at a complete loss as to where to go from here. Any other ideas on what I could check?
Comment #6
MamaGubs commentedInterestingly, if I edit options within a specific product, the upload form is showing up. But then it is not displaying next when viewing the product. I'll keep working at it, but any ideas would be most appreciated.