Closed (fixed)
Project:
File (Field) Paths
Version:
6.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Aug 2011 at 15:41 UTC
Updated:
21 May 2013 at 18:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
strauch commentedan image of my settings for forum comments.
Comment #2
strauch commentedMhhh i checked on an second installation, i have the same problem, the modul don't move the files. When I Retroactive update the files it worked, but only for the forum content type not for the upload modul. What is my mistake? Thanks for any help.
Best Regards
strauch
Comment #3
strauch commentedNobody any idea? For CCK Fields it works, for standard node uplaods oder comment upload it doesn't work. Is there a possibility to check the settings from the module?
thanks
strauch
Comment #4
aaron1234nz commentedThis is an issue with the way PHP handles pass-by-reference calls in module_invoke_all.
Attached is a patch which alters the way calls are made to fix this issue in 5.3.
Issue background:
* http://api.drupal.org/api/drupal/includes--module.inc/function/module_in...
* http://drupal.org/node/353494
Comment #5
decipheredPatch looks good, committed to 6.x-1.x.
Cheers,
Deciphered.
Comment #7
Exploratus commentedPatch works. THanks!
Comment #8
Exploratus commentedI have one small problem, basically I am trying to send an email automatically attached to a comment (through Ticket Support Module) and the url shown is the main file system directory, even though the file is in a subdirectory (tokens). Comment upload modules, after this patch, is correctly putting the file in the right place and with the correct link in the node. But the email sent though Ticket Support System Module, using file_create_url is sending out the wrong url (without the filefields path) - showing the file in the main file directory even though its in a subdirectory.
Comment #9
roball commentedThe fix is now officially available in version 6.x-1.5.