Closed (fixed)
Project:
Ubercart Option Images
Version:
5.x-1.0-beta
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2008 at 06:51 UTC
Updated:
29 Apr 2008 at 14:33 UTC
What can I do to help you get this feature working? I work with a Drupal developer I may be able to commission immediately.
Let me know,
-Steve
Comments
Comment #1
tjholowaychuk commentedHello, I should have a release of this module up shortly, we are nearing completion of an Ubercart project that required this functionality but we have yet to put it through its paces.
If I do not have a release up within 3-5 days please remind me! I am insanely busy lately
Comment #2
tjholowaychuk commentedComment #3
steveoliver commentedThanks, TJ.
I got the following error when trying to upload my first option image:
* warning: imagejpeg() [function.imagejpeg]: Unable to open '/surf-board-size-1-short_1.thumbnail.jpg' for writing: Permission denied in /my/web/root/includes/image.inc on line 339.
* Image derivative thumbnail failed to generate, or the image was to small.
* Image derivative preview failed to generate, or the image was to small.
* Image derivative showcase failed to generate, or the image was to small.
I've enabled the permissions in Access Control,
Any ideas?
-Steve
Comment #4
steveoliver commentedI made a change in line 363 of uc_option_images.module:
FROM: $dest = file_create_path('files/option-images');
TO: $dest = file_create_path('option-images');
This worked for me,
-Steve
Comment #5
tjholowaychuk commentedIt should probably actually be:
$dest = file_create_path(file_directory_path() . '/option-images');
I think I had files/ hardcoded in there for testing I dont remember
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.