In the LocalSettings.php generated by the config script, how is
$wgRightsIcon = "${wgStylePath}/common/images/gnu-fdl.png";
going to work, given that you forget to set $wgStylePath properly?
One now needs
$wgRightsIcon = "$wgScriptPath/skins/common/images/gnu-fdl.png";
if one intends to see the icon.
Version: 1.9.x
Severity: minor
OS: Linux
Platform: PC