Skip to content
Snippets Groups Projects
Unverified Commit 23eaaf18 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3120222 by ridhimaabrol24, jofitz, ravi.shankar, vsujeetkumar,...

Issue #3120222 by ridhimaabrol24, jofitz, ravi.shankar, vsujeetkumar, Hardik_Patel_12, swatichouhan012, davidhernandez, Kristen Pol: Change System requirements URLs to new evergreen URLs
parent b5ccfba8
No related branches found
No related tags found
8 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1012Issue #3226887: Hreflang on non-canonical content pages,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10,!596Issue #3046532: deleting an entity reference field, used in a contextual view, makes the whole site unrecoverable,!496Issue #2463967: Use .user.ini file for PHP settings,!144Issue #2666286: Clean up menu_ui to conform to Drupal coding standards,!16Draft: Resolve #2081585 "History storage",!13Resolve #2903456
...@@ -61,7 +61,8 @@ Drupal requires: ...@@ -61,7 +61,8 @@ Drupal requires:
For more detailed information about Drupal requirements, including a list of For more detailed information about Drupal requirements, including a list of
PHP extensions and configurations that are required, see "System requirements" PHP extensions and configurations that are required, see "System requirements"
(https://www.drupal.org/requirements) in the Drupal.org online documentation. (https://www.drupal.org/docs/system-requirements) in the Drupal.org online
documentation.
For detailed information on how to configure a test server environment using a For detailed information on how to configure a test server environment using a
variety of operating systems and web servers, see "Local server setup" variety of operating systems and web servers, see "Local server setup"
......
...@@ -17,7 +17,7 @@ function aggregator_requirements($phase) { ...@@ -17,7 +17,7 @@ function aggregator_requirements($phase) {
]; ];
if (!$has_curl) { if (!$has_curl) {
$requirements['curl']['severity'] = REQUIREMENT_ERROR; $requirements['curl']['severity'] = REQUIREMENT_ERROR;
$requirements['curl']['description'] = t('The Aggregator module requires the <a href="https://secure.php.net/manual/en/curl.setup.php">PHP cURL library</a>. For more information, see the <a href="https://www.drupal.org/requirements/php/curl">online information on installing the PHP cURL extension</a>.'); $requirements['curl']['description'] = t('The Aggregator module requires the <a href="https://secure.php.net/manual/en/curl.setup.php">PHP cURL library</a>. For more information, see the <a href="https://www.drupal.org/docs/system-requirements/php-requirements#curl">online information on installing the PHP cURL extension</a>.');
} }
return $requirements; return $requirements;
} }
......
...@@ -269,7 +269,7 @@ function system_requirements($phase) { ...@@ -269,7 +269,7 @@ function system_requirements($phase) {
if (!empty($missing_extensions)) { if (!empty($missing_extensions)) {
$description = t('Drupal requires you to enable the PHP extensions in the following list (see the <a href=":system_requirements">system requirements page</a> for more information):', [ $description = t('Drupal requires you to enable the PHP extensions in the following list (see the <a href=":system_requirements">system requirements page</a> for more information):', [
':system_requirements' => 'https://www.drupal.org/requirements', ':system_requirements' => 'https://www.drupal.org/docs/system-requirements',
]); ]);
// We use twig inline_template to avoid twig's autoescape. // We use twig inline_template to avoid twig's autoescape.
...@@ -396,7 +396,7 @@ function system_requirements($phase) { ...@@ -396,7 +396,7 @@ function system_requirements($phase) {
$database_ok = extension_loaded('pdo'); $database_ok = extension_loaded('pdo');
if (!$database_ok) { if (!$database_ok) {
$pdo_message = t('Your web server does not appear to support PDO (PHP Data Objects). Ask your hosting provider if they support the native PDO extension. See the <a href=":link">system requirements</a> page for more information.', [ $pdo_message = t('Your web server does not appear to support PDO (PHP Data Objects). Ask your hosting provider if they support the native PDO extension. See the <a href=":link">system requirements</a> page for more information.', [
':link' => 'https://www.drupal.org/requirements/pdo', ':link' => 'https://www.drupal.org/docs/system-requirements/php-requirements#database',
]); ]);
} }
else { else {
...@@ -405,7 +405,7 @@ function system_requirements($phase) { ...@@ -405,7 +405,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>.', [ $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>.', [
':drupal-databases' => 'https://www.drupal.org/requirements/database', ':drupal-databases' => 'https://www.drupal.org/docs/system-requirements/database-server-requirements',
]); ]);
} }
// Make sure the native PDO extension is available, not the older PEAR // Make sure the native PDO extension is available, not the older PEAR
...@@ -413,7 +413,7 @@ function system_requirements($phase) { ...@@ -413,7 +413,7 @@ function system_requirements($phase) {
if (!defined('PDO::ATTR_DEFAULT_FETCH_MODE')) { if (!defined('PDO::ATTR_DEFAULT_FETCH_MODE')) {
$database_ok = FALSE; $database_ok = FALSE;
$pdo_message = t('Your web server seems to have the wrong version of PDO installed. Drupal requires the PDO extension from PHP core. This system has the older PECL version. See the <a href=":link">system requirements</a> page for more information.', [ $pdo_message = t('Your web server seems to have the wrong version of PDO installed. Drupal requires the PDO extension from PHP core. This system has the older PECL version. See the <a href=":link">system requirements</a> page for more information.', [
':link' => 'https://www.drupal.org/requirements/pdo#pecl', ':link' => 'https://www.drupal.org/docs/system-requirements/php-requirements#database',
]); ]);
} }
} }
......
...@@ -139,7 +139,7 @@ function system_help($route_name, RouteMatchInterface $route_match) { ...@@ -139,7 +139,7 @@ function system_help($route_name, RouteMatchInterface $route_match) {
break; break;
case 'system.status': case 'system.status':
return '<p>' . t("Here you can find a short overview of your site's parameters as well as any problems detected with your installation. It may be useful to copy and paste this information into support requests filed on Drupal.org's support forums and project issue queues. Before filing a support request, ensure that your web server meets the <a href=\":system-requirements\">system requirements.</a>", [':system-requirements' => 'https://www.drupal.org/requirements']) . '</p>'; return '<p>' . t("Here you can find a short overview of your site's parameters as well as any problems detected with your installation. It may be useful to copy and paste this information into support requests filed on Drupal.org's support forums and project issue queues. Before filing a support request, ensure that your web server meets the <a href=\":system-requirements\">system requirements.</a>", [':system-requirements' => 'https://www.drupal.org/docs/system-requirements']) . '</p>';
} }
} }
......
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