https://bugzilla.wikimedia.org/show_bug.cgi?id=18650

           Summary: $wgStylePath does not default to "/wiki/skins/ "
           Product: MediaWiki
           Version: 1.11.2
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: Normal
         Component: Installation
        AssignedTo: [email protected]
        ReportedBy: [email protected]


The default path to $wgLogo appears to be broken at $wgStylePath, referencing
"includes/DefaultSettings.php" documentation.
Explicitly adding $wgStylePath = "/wiki/skins/" near the end of
LocalSettings.php corrects the problem.

Detailed workaround:
Change LocalSettings.php 
$wgStylePath = "/wiki/skins/";
$wgLogo="{$wgStylePath}/common/images/wikidog.png";
Place image in /var/lib/mediawiki/skins/common/images/wikidog.png

According to the documentation the $wgStylePath line is not necessary but the
code will not work without it.  It would be helpful to know where $wgStylePath
points when customizing LocalSetting.php


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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

Reply via email to