https://bugzilla.wikimedia.org/show_bug.cgi?id=72122
--- Comment #2 from Cindy Cicalese <[email protected]> --- The logo does not appear regardless of whether I set $wgLogo or not. When I do set $wgLogo, it is as follows: $wgServerName = $_SERVER['WIKI_NAME']; $wgLogo = "/$wgServerName/branding/logo.png"; $wgFavicon = "/$wgServerName/branding/favicon.ico"; WIKI_NAME is an environment variable set in my Apache configuration. I include the setting for $wgFavicon above as well to show that it is set similarly. Setting the favicon is clearly working, and the permissions and ownership of the logo and favicon files are identical. There is no warning or error in the Apache log, so it does not appear to be trying to access the logo and failing. I should note that before starting from scratch, I updated a wiki currently operational under MW 1.23 with Vector. It was also missing the logo after the upgrade. To ensure that there were not interactions with other extensions, I attempted the simple case above. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
