To Get the admin working correctly then just add the following two lines of code to the following file.

admin/includes/languages/english.php

Add code to bottom before the final ?>

// Missing Images Report
define('BOX_REPORTS_MISSING_PICS', 'Missing Images');


Complete Package with admin Fix

More...