I'm in the process of upgrading a rather large production site from 4.6.2 to 4.7.3. Most everything has gone smoothly, except for my attempt to migrate my custom content types from flexinode to Content Construction Kit (CCK).
I have one content type in particular that typically had files attached to it, and while I was able to get all of the basic data from the flexinode tables in the db copied over to the new CCK table (and also copied the files table and all files), attachments for this content type are not showing up. In other words, everything on the nodes appears correctly, but the "attachments" list does not appear (and the attachments are not listed in edit mode, either).
Here are some more potentially relevant facts:
-- I'm just using the core Upload module
-- The files folder has all of the necessary permissions
-- When I create a new node of this particular content type (or any other), attachments are added and viewed without a problem
-- I've had to do most of my updating of database tables manually (i.e., I did a clean install of 4.7.3 and then just imported data from the old database as needed), so it's possible/likely I missed something somewhere (but I certainly can't find where!)
Anyone have any ideas on how to fix this? If I just knew how/where Drupal (or whatever the relevant module is...I'm not a programmer, and just get lost when looking at the Upload module) searched the database to identify whether or not a node has file attachments, that could be helpful.