Hi,
I am using this great module, however, since certain time I can't see uploaded files in the nodes. I have no idea why has this happened, but the current situation is:
FileField 6.x-3.0-aplha5
CCK 6.x-2.0-rc10
When I upload a file it appear in the directory on the ftp server. That's fine. However, content template shows empty arrays for these cck fields so I can't display them in the node.
Tha strange thing is that for nodes which I have added approx. month ago everything is fine - I can see paths of the files in the cck array, so I can display them in the node. Also, if I edit this nodes (just edit and click save) the files remains there. But if I create brand new node, upload files, I can see them on ftp but in the $node object there are only empty arrays instead of file information.
Any ideas? Thanks a lot.
Petiar
Comments
Comment #1
petiar commentedAdditional information:
The columns *_fid, *_list and *_data in the appropriate content_field_* table are NULL.
I think that with every single field new db table should be created. So I have tried to create new cck file field but no table has been created.
Comment #2
petiar commentedAnother important info - after disabling CCK Fieldgroup Tabs module everything works fine. Therefore I have moved this case to CCK Fieldgroup Tabs project.
Pete.
Comment #3
verikami commentedI think I have tracked the same (for me critical) bug but with normal drupal attachments.
When (in: Manage Fields / Edit group) you define: 'Style' as 'tabs' - every try to attach a file in node editing form displays:
Validation error, please try again. If this error persists, please contact the site administrator.other settings (always open, collapsible, collapsed) works fine.
v.
Comment #4
rconstantine commentedIs this a duplicate of this: http://drupal.org/node/315015 ? Sounds like it.