Hi Everyone,
Our Logo has gone missing since Mediawiki 1.35.1 upgrade (from Mediawiki 1.35.0). We get an image that says "Set the $wgLogos with the URL path to your own logo image". Also see https://www.cryptopp.com/wiki/Main_Page.
For Mediawiki 1.35.0 and earlier, we simply used $wgLogo. Things worked well with $wgLogo.
At Mediawiki 1.35.1 we lost it, so we stopped using $wgLogo. Now we use $wgLogos per https://phabricator.wikimedia.org/source/mediawiki/browse/master/includes/De...:
$ cat LocalSettings.php ... $wgLogos = [ "1x" => "$wgScriptPath/resources/assets/wiki.png" ];
The logo is still located at resources/assets/wiki.png, and it is 135x135. That has not changed.
# cd <.../mediawiki> # ls resources/assets/wiki.png resources/assets/wiki.png
Any ideas what may be wrong?
Thanks.