Hey all,
I don't really know where to start with this issue. On the drupal 6 site I'm working on, there was a Files content type created using the CCK Files kit, and the module Files Framework. Ive upgraded to Drupal 7 and I know there is no Files Framework module. I've migrated any fields over using CCK for Drupal 7 and almost everything is working fine like on the 6 site but whats happening is, any file that was uploaded to the old drupal 6 site is no longer uploaded. I have the page that shows the content information and description of the file that was uploaded and such but there is no link to the actual file that was uploaded. I did have to basically recreate a Files content type all together and I used the Media module to do this (I've also used the built in File module and works just as well for my needs) so now if you add and upload a new File everything appears the way I want it to but anything that was uploaded before that, is no longer uploaded on the site.
Is there another migration method for this I'm missing? It would be great to just be able to convert everything to the new File content type I created using the Media module but I cant find anyway to do this other then manually re upload every file again (and with over 3000 uploaded files thats something I'd like to avoid).
I also forgot to mention that the site was also using the module Bitcache which im thinking might be apart of the issue since there is no Drupal 7 version.