Closed (won't fix)
Project:
FileField
Version:
6.x-3.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2006 at 17:22 UTC
Updated:
28 Sep 2006 at 17:33 UTC
Jump to comment: Most recent file
Comments
Comment #1
yched commentedI'm not sure CCK head is compatible with drupal 4.7 right now
You should probably use cck 4.7 instead
Then again, filefield currently does'nt have a 4.7 branch, so I don't know if it can be used with 4.7 cck / core...
Comment #2
venkat-rk commentedThanks. One of the combinations I tried was cck-4.7 with the cvs version of filefield, but it didn't work.
I had made the filefield required for the content type, so everytime I upload a document and click on submit, I get the following error message and can't proceed further. Screenshot attached.
Comment #3
dopry commentedDid you apply the patch included with the module? may break many things.. filefield is not currently for the faint of heart.
Comment #4
venkat-rk commentedI can't see a patch file anywhere- not in cck, filefield or imagefield. The filefield version is
// $Id: filefield.module,v 1.5 2006/08/11 07:18:18 dopry Exp $Is it somewhere else? Thanks!
Comment #5
venkat-rk commentedI just tried the latest filefield cvs version on a new drupal install with cck-4.7. Doesn't work. The attached screenshot shows a blank field although I had selected a file to upload and clicked on 'update'.
Comment #6
venkat-rk commentedThe doc didn't get uploaded to the files folder either.
Comment #7
venkat-rk commentedHmm...Is it because filefield requires the cvs version of cck and I am using 4.7?
Comment #8
dopry commentedsee: http://drupal.org/node/78417
that has the patch that is required for filefield.. I think its referenced in the commit log.
Comment #9
mmorris commentedCan anyone confirm exactly what versions of Drupal and CCK will work with this patch http://drupal.org/node/78417? I'm at Drupal 4.7.3 and CCK 4.7 from about a month ago. I tried installing Filefield with that configuration and had the same problems described above (not actually uploading the file). Has anyone actually gotten Filefield to work? And if so, would you mind specifying exactly what configuration did the trick? I would really love to get this module working.. Thanks!
Comment #10
venkat-rk commentedI gave up on using this until it becomes stable. In the meanwhile, you can probably use the standard file attachment field that is available by default for every node type. This one works with cck node types- you just cannot give that field its own title as you can with CCK.
Comment #11
dopry commentedthis module is purely for the brave developers out there at this point. It should be wort of workign now. please provide detailed bug reports if there is an issue you need fixed. This module doesn't work doesn't help me find the issue you're havign at all.
Comment #12
caplain commentedRamdak said "...you can probably use the standard file attachment field that is available by default for every node type. This one works with cck node types..."
How would one go about adding the "standard file attachment field" to a cck content type?
thx
Comment #13
venkat-rk commentedIt's quite simple. Make sure the upload module is enabled. If you want to provide uploading ability with your cck node for anonymous users, remember to check those permission too at administer>>access control>>permissions.
If you've done all this, go to administer>>settings>>content types>>your_cck_node_type>>configure, enable 'Attachments' and save the changes. You should now be able to see the upload field on the cck node form.