- Try clearing your browser cache/cookies/sessions and hard reload the browser. If that doesn't work then I'm not really sure what it could be. You can login to your db, go to the
_file
table, look fortype = 'L'
for logs andtype = 'B'
for backdrops, grab the relatedid
, go to the_file_chunk
table, look for wherefile_id
equals the ID(s) you copied, and see if it has data in thedata
column. If so then I'm not really sure what else it could be other than maybe corrupt export or something. - Idk it's starting to sound like something was upgraded correctly or exported correctly or something as if you see it as Active and Public under Admin Panel > Agents > Departments but still see the red warning for it everywhere else then something isn't right.
Are you certain you didn't have any customizations or anything to the previous codebase/database that might be hindering this upgrade/migration process?
Cheers.