Theme_bigpicture

Made few changes to the bigpicture theme and now the homepage is not displaying. I am able to see the item pages and the collections pages but not the homepage. I checked the error log and get the following error codes:

Thu Aug 24 13:46:50 2017] [error] [client 150.108.20.100] PHP Catchable fatal error: Argument 1 passed to file_display_url() must be an instance of File, null given, called in /var/www/html/omeka_vistasgallery/themes/bigpicture/collections/featured.php on line 1 and defined in /var/www/html/omeka_vistasgallery/application/libraries/globals.php on line 3297
[Thu Aug 24 13:46:54 2017] [error] [client 150.108.20.100] File does not exist: /var/www/html/phpMyAdmin/geoserver
[Thu Aug 24 13:47:19 2017] [error] [client 150.108.20.100] PHP Catchable fatal error: Argument 1 passed to file_display_url() must be an instance of File, null given, called in /var/www/html/omeka_vistasgallery/themes/bigpicture/collections/featured.php on line 1 and defined in /var/www/html/omeka_vistasgallery/application/libraries/globals.php on line 3297
[Thu Aug 24 13:47:43 2017] [error] [client 150.108.20.100] File does not exist: /var/www/html/phpMyAdmin/geoserver
[Thu Aug 24 13:47:46 2017] [error] [client 150.108.20.100] PHP Catchable fatal error: Argument 1 passed to file_display_url() must be an instance of File, null given, called in /var/www/html/omeka_vistasgallery/themes/bigpicture/collections/featured.php on line 1 and defined in /var/www/html/omeka_vistasgallery/application/libraries/globals.php on line 3297
[Thu Aug 24 13:48:37 2017] [error] [client 150.108.20.100] File does not exist: /var/www/html/phpMyAdmin/geoserver

Could someone help me?

There may be an issue in the original theme. In fact, as in https://github.com/omeka/theme-bigpicture/blob/master/collections/featured.php#L1, the featured collection should have a representative image, and if not, an error occurs. If this is not the issue, add a check to see if there is an image on this line 1.