Issue #2527324 by Kartagis, naveenvalecha: The install message referencing insufficient PDO drivers links to the wrong documentation page

8.3.x
Alex Pott 2016-10-14 00:50:48 +01:00
parent 6ff8667666
commit 3e2e6e9c52
1 changed files with 1 additions and 1 deletions

View File

@ -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