Closed (fixed)
Project:
FileField
Version:
6.x-3.5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2010 at 13:30 UTC
Updated:
13 Jul 2010 at 23:20 UTC
Today I tested upgrading from filefield 3.3 to 3.5 without deploying 3.4 as I understood it introduced some bugs. I have a node with a filefield to upload an image. Uploading of the image works and also the necessary database entries are added (in the filefield table specific for my node type and in the files table).
However, if I view the newly created node, the filefield structure is not present in the $node object. So I can't view the image I uploaded. If I go back to 3.3, it works. Any ideas what might causing that?
Comments
Comment #1
quicksketchMy guess is one of these issues would be the cause of this problem:
#492166: Imagefield module gets disabled on upgrade, or unexpectedly on running cron
#833054: argument 2 for filefield_view_access() revisited
#834018: Data serialized in a field's data column is lost after field_file_load if filefield_meta in use
I'm moving this to a support request since my guess is one of these issues is responsible. All of them have been fixed in CVS and we'll put out a 3.6 version of both ImageField and FileField shortly.