Page MenuHomePhorge

No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None
diff --git a/includes/Setup.php b/includes/Setup.php
index c71f54978ac..337bf21c447 100644
--- a/includes/Setup.php
+++ b/includes/Setup.php
@@ -133,12 +133,12 @@ require_once MW_INSTALL_PATH . '/includes/Defines.php';
// Assert that composer dependencies were successfully loaded
if ( !interface_exists( LoggerInterface::class ) ) {
$message = (
- '<strong>Error:</strong> MediaWiki requires the <a href="https://github.com/php-fig/log">PSR-3 logging ' .
- "library</a> to be present. This library is not embedded directly in MediaWiki's " .
- "git repository and must be installed separately by the end user.\n\n" .
+ '<strong>Error: Missing external libraries.</strong> ' .
+ 'MediaWiki depends on external libraries bundled with most MediaWiki distributions. ' .
+ "When installing MediaWiki from its Git reposistory, these must be installed separately.\n\n" .
'Please see the <a href="https://www.mediawiki.org/wiki/Download_from_Git' .
'#Fetch_external_libraries">instructions for installing libraries</a> on mediawiki.org ' .
- 'for help on installing the required components.'
+ 'for help on installing the required libraries.'
);
http_response_code( 500 );
echo $message;

File Metadata

Mime Type
text/x-diff
Expires
Sat, Jul 5, 5:32 AM (1 d, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
227750
Default Alt Text
(1 KB)

Event Timeline