Yes, all the content and images are intact and reside in the original locations.
When CN_MULTISITE_ENABLED is FALSE this is where Connections should be looking for files and the db:
FILES: ../wp-content/connection_images
DB: wp_#_connections
When CN_MULTISITE_ENABLED is TRUE, which is what will be set by default if multisite is detected, this is where Connections should be looking for files and the db:
FILES: ../wp-content/blogs.dir/#/connection_images
DB: wp_connections
Hmmm, now that I’m writing this out, I think my logic is wrong. Can you confirm the path and the db where Connections should be looking for you? I think it should actually be this when CN_MULTISITE_ENABLED is TRUE:
FILES: ../wp-content/blogs.dir/#/connection_images
DB: wp_#_connections
And CN_MULTISITE_ENABLED is FALSE:
FILES: ../wp-content/connection_images
DB: wp_connections
