Mediawiki, version 1.24, does display a blank page in [[Special:SpecialPages]] in my own wiki.
see : http://grondin.tuxfamily.org/index.php?title=Sp%C3%A9cial:Pages_sp%C3%A9ciales
Mediawiki, version 1.24, does display a blank page in [[Special:SpecialPages]] in my own wiki.
see : http://grondin.tuxfamily.org/index.php?title=Sp%C3%A9cial:Pages_sp%C3%A9ciales
A fix is already backported to the release branch, but not yet published, because new releases are blocked by T88120
Workaround: set $wgAutoloadAttemptLowercase = true; in your LocalSettings.php
Than it could be another problem. You can have a look at https://www.mediawiki.org/wiki/Manual:How_to_debug to find a way to get more information about this error as the currently shown HTTP 500
I did it and I have the following message :
Fatal error: Cannot redeclare class SpecialMultiUpload in /data/web/6c/03/7c/grondin.tuxfamily.org/htdocs/extensions/MultiUpload/SpecialMultiUpload.php on line 120
So, I deactivated the extension and it runs.
Thanks for you support.