Loading INSTALL.txt +2 −2 Original line number Diff line number Diff line Please read core/INSTALL.txt for detailed installation instructions for your Drupal website. Read core/INSTALL.txt for detailed installation instructions for your Drupal website. core/.cspell.json +2 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,8 @@ ], "flagWords": [ "grey", "hte" "hte", "please" ], "overrides": [ { Loading core/INSTALL.sqlite.txt +3 −3 Original line number Diff line number Diff line Loading @@ -34,6 +34,6 @@ following in your "Database file" field: sites/default/files/.ht.sqlite Note: The .ht in the name will tell Apache to prevent the database from being downloaded. Please check that the file is, indeed, protected by your webserver. If not, please consult the documentation of your webserver on how to protect a file from downloading. downloaded. Check that the file is, indeed, protected by your webserver. If not, consult the documentation of your webserver on how to protect a file from downloading. core/assets/scaffold/files/drupal.INSTALL.txt +2 −2 Original line number Diff line number Diff line Please read core/INSTALL.txt for detailed installation instructions for your Drupal website. Read core/INSTALL.txt for detailed installation instructions for your Drupal website. core/includes/errors.inc +1 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ function _drupal_log_error($error, $fatal = FALSE) { // We fallback to a maintenance page at this point, because the page generation // itself can generate errors. // Should not translate the string to avoid errors producing more errors. $message = 'The website encountered an unexpected error. Please try again later.' . '<br />' . $message; $message = 'The website encountered an unexpected error. Try again later.' . '<br />' . $message; if ($is_installer) { // install_display_output() prints the output and ends script execution. Loading Loading
INSTALL.txt +2 −2 Original line number Diff line number Diff line Please read core/INSTALL.txt for detailed installation instructions for your Drupal website. Read core/INSTALL.txt for detailed installation instructions for your Drupal website.
core/.cspell.json +2 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,8 @@ ], "flagWords": [ "grey", "hte" "hte", "please" ], "overrides": [ { Loading
core/INSTALL.sqlite.txt +3 −3 Original line number Diff line number Diff line Loading @@ -34,6 +34,6 @@ following in your "Database file" field: sites/default/files/.ht.sqlite Note: The .ht in the name will tell Apache to prevent the database from being downloaded. Please check that the file is, indeed, protected by your webserver. If not, please consult the documentation of your webserver on how to protect a file from downloading. downloaded. Check that the file is, indeed, protected by your webserver. If not, consult the documentation of your webserver on how to protect a file from downloading.
core/assets/scaffold/files/drupal.INSTALL.txt +2 −2 Original line number Diff line number Diff line Please read core/INSTALL.txt for detailed installation instructions for your Drupal website. Read core/INSTALL.txt for detailed installation instructions for your Drupal website.
core/includes/errors.inc +1 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ function _drupal_log_error($error, $fatal = FALSE) { // We fallback to a maintenance page at this point, because the page generation // itself can generate errors. // Should not translate the string to avoid errors producing more errors. $message = 'The website encountered an unexpected error. Please try again later.' . '<br />' . $message; $message = 'The website encountered an unexpected error. Try again later.' . '<br />' . $message; if ($is_installer) { // install_display_output() prints the output and ends script execution. Loading