Improve error handling for wrong autoloader permissions
authorGergő Tisza <tgr.huwiki@gmail.com>
Sat, 2 Feb 2019 19:56:31 +0000 (11:56 -0800)
committerGergő Tisza <tgr.huwiki@gmail.com>
Tue, 5 Feb 2019 23:27:37 +0000 (15:27 -0800)
commita0381cf1ddba897f77395b3dd90f4e60422690d3
tree56d42312eb99f45449d0931cb023905ac9021879
parentb02d72f7adebb7712476283e6fa68ad61ea00e15
Improve error handling for wrong autoloader permissions

Running Composer manually with a user different from the webserver
user and ending up with a vendor/autoload.php file that's unreadable
to MediaWiki seems like an easy mistake to make. Make the error
message when that happens less cryptic.

Change-Id: I52600adceb38a7fc5384d00b5298e46a782c684f
includes/Setup.php