Page MenuHomeMiraheze

'mw-logo-icon' image does not exist on wikis, even when logo is correctly set
Closed, InvalidPublic

Description

Wiki URL[any wiki, except wiki.miraheze.org. For example: https://plazmaburst.miraheze.org]

List of steps to reproduce:

  • Create or administer wiki, to add a logo as instructed by the FAQ page.
  • Clear cache, etc., and load the main page.
  • Observe no logo appearing, confirm using browser dev tool that mw-logo-icon doesn't exists.

What happens?:
The logo doesn't appear on the wiki.
The logo is evidently set correctly, as the file is referenced in the og:image property for OpenGraph links.

What should have happened instead?:
The wiki.miraheze.org site correctly shows a logo, an <img> tag with the class "mw-logo-icon".

Browser information, screenshots and other applicable information:
Tested on multiple browsers (Firefox and Chromium based).

Event Timeline

mw-logo-icon is controlled by $wgIcon, which is separate from $wgLogo and can be set in ManageWiki in the same section as the logo. I will update the FAQ to reflect this as the behavior for new Vector is different than that of old Vector.