Just clicked on the Satnogs wiki tab and got this.
Whoops! The default skin for your wiki, defined in $wgDefaultSkin
as chameleon
, is not available.
Your installation seems to include the following skins. See Manual: Skin configuration for information how to enable them and choose the default.
-
monobook
/ MonoBook ( disabled ) -
timeless
/ Timeless ( disabled ) -
vector
/ Vector ( disabled ) -
chameleon
/ chameleon ( disabled )
If you have just installed MediaWiki
You probably installed from git, or directly from the source code using some other method. This is expected. Try installing some skins from mediawiki.orgās skin directory, by:
- Downloading the tarball installer, which comes with several skins and extensions. You can copy and paste the
skins/
directory from it. - Downloading individual skin tarballs from mediawiki.org.
- Using Git to download skins.
Doing this should not interfere with your git repository if youāre a MediaWiki developer.
If you have just upgraded MediaWiki
MediaWiki 1.24 and newer no longer automatically enables installed skins (see Manual: Skin autodiscovery). You can paste the following lines into LocalSettings.php
to enable all installed skins:
wfLoadSkin( āMonoBookā ); wfLoadSkin( āTimelessā ); wfLoadSkin( āVectorā ); wfLoadSkin( āchameleonā );
If you have just modified LocalSettings.php
Double-check the skin names for typos.
I donāt understand why & how this came about. Iām a firm believer in If itās not broken donāt fix it so I have done nothing to bring this about and I donāt understand what this means and how to fix it? I would appreciate if someone could point me in the right direction. Iām not a programmer. My skills are strictly hardware.
Thanks in advance, 73 Bob vk2byf