'Plupload', 'description' => $t('The plupload library files are either missing or not readable. Please follow the directions in the README.txt file regarding module installation.', array('!link' => url($mod_dir .'/README.txt'))), 'severity' => REQUIREMENT_ERROR, ); if ($phase == 'runtime') { // If we do this at install time, we get a misworded "currently using..." message from core. // See drupal_check_module in install.inc. $requirements['plupload']['value'] = 'Plupload libraries not found.'; } } return $requirements['plupload']; }