$warnings[]=$t('Drupal\'s core lock implementation (%core) is not supported by memcache stampede protection. Enable the memcache lock implementation (%memcache) or disable memcache stampede protection.',array('%core'=>'includes/lock.inc','%memcache'=>drupal_get_path('module','memcache')."/memcache-lock.inc"));
}
}
if(!empty($errors)){
...
...
@@ -150,11 +156,11 @@ function memcache_requirements($phase) {
$requirements['memcache_extension']['description']=$t('There is a problem with your memcache configuration, check the Drupal logs for additional errors. Please review %readme for help resolving the following !issue: !errors',array('%readme'=>'README.txt','!issue'=>format_plural(count($errors),'issue','issues'),'!errors'=>'<ul><li>'.implode('<li>',$errors)));
$requirements['memcache_extension']['description']=$t('There is a problem with your memcache configuration, check the Drupal logs for additional errors. Please review %readme for help resolving the following !issue: !errors',array('%readme'=>drupal_get_path('module','memcache').'/'.'README.txt','!issue'=>format_plural(count($errors),'issue','issues'),'!errors'=>'<ul><li>'.implode('<li>',$errors)));
$requirements['memcache_extension']['description']=$t('There is a problem with your memcache configuration. Please review %readme for help resolving the following !issue: !warnings',array('%readme'=>'README.txt','!issue'=>format_plural(count($warnings),'issue','issues'),'!warnings'=>'<ul><li>'.implode('<li>',$warnings)));
$requirements['memcache_extension']['description']=$t('There is a problem with your memcache configuration. Please review %readme for help resolving the following !issue: !warnings',array('%readme'=>drupal_get_path('module','memcache').'/'.'README.txt','!issue'=>format_plural(count($warnings),'issue','issues'),'!warnings'=>'<ul><li>'.implode('<li>',$warnings)));