Closed (won't fix)
Project:
Upload path
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 May 2008 at 11:45 UTC
Updated:
11 Sep 2008 at 07:11 UTC
hi,
has anybody sucessfully used this module with images? I use the module patched for drupal-6
First I thought this were an issue with the upload_image module, http://drupal.org/node/236251#comment-836065, but it's in fact some conflict between uploadpath and image module.
Point is: no matter what path I define, when I upload an image into /files/custom/defined/targetpath, at some point when I view the uploaded images the build_derivative() function kicks in and moves all files back to the defined image path /files/images
bug posted in images #256210: _image_build_derivatives should leave files in their original location
Comments
Comment #1
messenger commentedHave you managed to solve this? I've just run across the same problem.
Comment #2
ansorg commentedunfortunately no solution yet. My own attempts to fix this (changing the image.module) failed and my plea for help are all unanswered so far :(
I have disabled the uploadpath for now.
Comment #3
messenger commentedthanks for the reply
i've also disabled uploadpath for now, i thought i was going crazy there for a while, trying to figure out what was happening to the paths.
Comment #4
KG2 commentedI have the same problem - the defined path is ignored for image nodes, while it works with other node type file uploads. Have their been any developments with here?
I am using Drupal v 5.10
Comment #5
davidwhthomas commentedThis issue is due to the image module handling of image paths and will need to be resolved at the image.module end.
Comment #6
ansorg commentedSure, I crossposted that to the image module issue list long ago http://drupal.org/node/256210
but nobody over there seems to care and my own attempt to work on that failed.
People who are affected by this issue, please go over there and comment on the image module bug.
Comment #7
KG2 commentedAll Image module support requests that are related to this issue appear to be directed to this thread:
Allow admin to determine how images are named
(which is quite frankly beyond me)
Comment #95 in this thread raises the possibility of cooperation between the Image module and Upload path module. But no response as yet.
BTW, Upload path is a great module - which (aside from image module issues) has really helped me build a manageable file structure for uploads associated with all other node types.
Thank you to all involved.