Mailing List Archive

Missing icon since Mediawiki 1.35.1 upgrade
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/DefaultSettings.php:

$ 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.

_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: Missing icon since Mediawiki 1.35.1 upgrade [ In reply to ]
On Thu, Dec 17, 2020 at 9:05 PM Jeffrey Walton <noloader@gmail.com> wrote:
>
> 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".

Cancel... It was a permission problem.

Jeff

_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l