Postponed
Project:
Comment driven
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2010 at 21:10 UTC
Updated:
21 Jul 2011 at 18:07 UTC
Jump to comment: Most recent file
Comments
Comment #1
arhak commentedif you enable comment_driven_inspect then hovering diff summary tables you'll see a "driven inspect" link
following it you'll retrieve:
- diff_values (dump): internals that provide valuable debug information
- and three rendered samples: frozen, live render, live comparison
-- "frozen" should be the one you're getting now
-- check whether "live render" and/or "live comparison" are right or wrong
Note: the "post" link was meant to point #739690-36: Compatibility with comment_upload
PS: this module hasn't claimed to be compatible with filefield_path (yet)
it would be desirable, of course, but until now I haven't got any feedback #727546-4: Supporting FileField fields
therefore, this is a support request rather than a bug report
Comment #2
gapa commentedin the attached picture you can see diff_values. only "Live comparison" is correct about file path. "live render" and "frozen" are not.
Comment #3
jthomasbailey commentedsubscribing
Comment #4
arhak commentedComment #5
arhak commentedI couldn't reproduce it
please, provide detailed configuration steps
I tried with
filefield_paths-6.x-1.4and following settings:
File path: [site-date-yyyy]-[site-date-mm]-[site-date-dd]
File name: fid[filefield-fid]-[filefield-onlyname-original].[filefield-extension-original]
and it worked fine
do you have checked "Retroactive update" or "Active updating"?
perhaps you have another module taking place?
Comment #6
jthomasbailey commentedI recreated it with both 6.x-1.4 and 6.x-1.x-dev
Filepath: [type]/[yyyy]/[month]/[day]
Filename: [filefield-onlyname-original].[filefield-extension-original]
I don't have "Retroactive update" or "Active Updating" checked. I am using Imagefield and Imagefield Tokens.
Comment #7
arhak commentedfilefield_paths works for filefield, but this comes up when combining it with imagefield
Comment #8
J3 commentedI got same problem no matter disable ImageField or not. My modules
* FileField 6.x-3.7
* ImageField 6.x-3.7
* FileField Paths 6.x-1.4
* Comment driven 6.x-1.x-dev
My FileField Settings:
* File path: mytype/[yyyy]/[mm]/[author-uid]
* Default for other settings
And I tried both Frozen & Live render.
Same as #2 using Inspect:
diff_values (dump)
cck:field_attach (-) array ( 4 => array ( 'fid' => NULL, 'list' => NULL, 'data' => NULL, ), )
cck:field_attach (+) array ( 4 => array ( 'fid' => '478', 'data' => array ( 'description' => '', ), 'list' => '1', 'uid' => '3', 'filename' => '849.zip', 'filepath' => 'sites/default/files/123.zip', 'filemime' => 'application/zip', 'filesize' => '56658', 'status' => '0', 'timestamp' => '1286986182', 'origname' => '', ), )
Comment #9
arhak commentedI'm unclear about #5
#951032-2: compatibility with filefield_paths (without imagefield)
Comment #10
socialnicheguru commentedtaking a look at this in #5 the filepath was:
File path: [site-date-yyyy]-[site-date-mm]-[site-date-dd]
in #9 and some of the others, it looks like there is a problem when the file path creates directories like in # 6 where file path is [type]/[yyyy]/[month]/[day]
I am still having this issue come up.
has anyone found a solution other than the one hinted at in #5?