Skip to content
Snippets Groups Projects
Commit 3e2e6e9c authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2527324 by Kartagis, naveenvalecha: The install message referencing...

Issue #2527324 by Kartagis, naveenvalecha: The install message referencing insufficient PDO drivers links to the wrong documentation page
parent 6ff86676
No related branches found
No related tags found
No related merge requests found
...@@ -276,7 +276,7 @@ function system_requirements($phase) { ...@@ -276,7 +276,7 @@ function system_requirements($phase) {
if (empty($drivers)) { if (empty($drivers)) {
$database_ok = FALSE; $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( $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 // Make sure the native PDO extension is available, not the older PEAR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment