Update to Drupal 8.2.2. For more information, see https://www.drupal.org/project/drupal/releases/8.2.2
This commit is contained in:
parent
23ffed3665
commit
507b45a0ed
378 changed files with 11434 additions and 5542 deletions
|
@ -276,7 +276,7 @@ function system_requirements($phase) {
|
|||
if (empty($drivers)) {
|
||||
$database_ok = FALSE;
|
||||
$pdo_message = t('Your web server does not appear to support any common PDO database extensions. Check with your hosting provider to see if they support PDO (PHP Data Objects) and offer any databases that <a href=":drupal-databases">Drupal supports</a>.', array(
|
||||
':drupal-databases' => 'https://www.drupal.org/node/270#database',
|
||||
':drupal-databases' => 'https://www.drupal.org/requirements/database',
|
||||
));
|
||||
}
|
||||
// Make sure the native PDO extension is available, not the older PEAR
|
||||
|
|
Reference in a new issue