File icon disappears after new installation
Fragment of a discussion from Project:Support desk
try setting $wgServer explicitly in your LocalSettings.php
If all else fails you can try setting $wgStylePath also in LocalSettings.php, but generally that variable is automatically set based on $wgServer and $wgScriptPath, and if $wgServer is wrong, several other variables will be wrong (often causing symptoms like http redirects (like when saving a page or doing ?action=purge ) not working)
I can`t find $wgServer in LocalSettings....
there`s just $wgDBserver...
Now it causes more problems then that...
Please have a look at Project:Support desk#server name 10737
Thanks
Can be closed!!!
You can add $wgServer = 'http://www.mediawiki.org'; as needed and even if it's not yet present. See Manual:$wgServer for more info.