We have a Drupal7 web site running on a CentOS-6.8 virtualised host which employs a custom theme provided by a contractor no longer available to us. Part of the theme includes a logo which displays in an overlay at the top of each page.

We are are in the process of moving the existing Drupal installation to a new virtualised host running FreeBSD-11 with Drupal 7. Our original site is under git version control and so we moved the site to the new host using Git clone. After which we installed Drush together with the file_permissions module and ran drush fp on the new system.

The site works but our logo and images do not display at all. Is there some obvious step that I have overlooked which causes this change in behaviour?

We found that the missing assets had been placed in a directory not included in the Git repository. This has been corrected.