Topic on Project:Support desk

Page display without skins

3
195.220.100.11 (talkcontribs)

Hello all,

I has just updated my mediawiki version 1.15.5-2 on Debian squeeze to mediawiki 1.23.6 before moving my wiki.


Infos from Special:Version Produit Version MediaWiki 1.23.6 PHP 5.3.3-7+squeeze19 (apache2handler) MySQL 5.1.73-1


After the update, all pages are displayed without skin (no SideBar on the left, no connexion button at the top, ...) as shown in the screenshot following capture


How can I fix it ?

Thanks

LocalSettings.php File :

<?php

# This file was automatically generated by the MediaWiki installer.
# If you make manual changes, please keep track in case you need to
# recreate them later.

define(MW_INSTALL_PATH,"/var/lib/mediawiki");
$IP = "/var/lib/mediawiki";
ini_set( "include_path", ".:$IP:$IP/includes:$IP/languages" );
require_once( "includes/DefaultSettings.php" );

# Les extensions du package debian mediawiki-extensions.
# Les extentions activées sont dans /etc/mediawiki-extensions/extensions-enabled/
include( "/etc/mediawiki-extensions/extensions.php" );


# If PHP's memory limit is very low, some operations may fail.
ini_set( 'memory_limit', '50M' );

if ( $wgCommandLineMode ) {
	if ( isset( $_SERVER ) && array_key_exists( 'REQUEST_METHOD', $_SERVER ) ) {
		die( "This script must be run from the command line\n" );
	}
} elseif ( empty( $wgNoOutputBuffer ) ) {
	## Compress output if the browser supports it
	if( !ini_get( 'zlib.output_compression' ) ) @ob_start( 'ob_gzhandler' );
}

#$wgReadOnly = 'Maintenance du site avant migrations sur le nouveau serveur';
$wgSitename         = "WikiOM";

$wgScriptPath	    = "/wiki";
#$wgScriptPath	    = "";
$wgScript           = "$wgScriptPath/index.php";
$wgRedirectScript   = "$wgScriptPath/redirect.php";

## If using PHP as a CGI module, use the ugly URLs
$wgArticlePath      = "$wgScript/$1";
# $wgArticlePath      = "$wgScript?title=$1";

$wgStylePath        = "$wgScriptPath/skins";
$wgStyleDirectory   = "$IP/skins";
#$wgLogo             = "/wiki/skins/common/images/wiki.png";
#$wgLogo             = "/wiki/images/institut_curie.png";
$wgLogo             = "/var/lib/mediawiki/images/institut_curie_logo_equipe_wiki.png";

$wgUploadPath       = "$wgScriptPath/images";
$wgUploadDirectory  = "$IP/images";

$wgEnableEmail = true;
$wgEnableUserEmail = true;

$wgEmergencyContact = "Elodie.Chapeaublanc@curie.fr";
$wgPasswordSender	= "Elodie.Chapeaublanc@curie.fr";

## For a detailed description of the following switches see
## http://meta.wikimedia.org/Enotif and http://meta.wikimedia.org/Eauthent
## There are many more options for fine tuning available see
## /includes/DefaultSettings.php
## UPO means: this is also a user preference option
$wgEnotifUserTalk = true; # UPO
$wgEnotifWatchlist = true; # UPO
$wgEmailAuthentication = true;

$wgDBserver         = "***";
$wgDBname           = "***";
$wgDBuser           = "***";
$wgDBpassword       = "***";
$wgDBprefix         = "***";

# If you're on MySQL 3.x, this next line must be FALSE:
$wgDBmysql4 = true;

## Shared memory settings
$wgMainCacheType = CACHE_NONE;
$wgMemCachedServers = array();

## To enable image uploads, make sure the 'images' directory
## is writable, then uncomment this:
$wgEnableUploads  = true;
$wgUseImageResize = true;
$wgUseImageMagick = true;
$wgImageMagickConvertCommand = "/usr/bin/convert";

## If you want to use image uploads under safe mode,
## create the directories images/archive, images/thumb and
## images/temp, and make them all writable. Then uncomment
## this, if it's not already uncommented:
# $wgHashedUploadDirectory = false;

## If you have the appropriate support software installed
## you can enable inline LaTeX equations:
$wgUseTeX			= true;
#$wgMathPath         = "{$wgUploadPath}/math";
$wgMathDirectory    = "{$wgUploadDirectory}/math";
$wgTmpDirectory     = "{$wgUploadDirectory}/tmp";

$wgLocalInterwiki   = $wgSitename;

$wgLanguageCode = "fr";

$wgProxyKey = "be8d819d70c74c62103f34c76f7ffed79e50e8e95c9b7f97f5f4353f84150356";

## Default skin: you can change the default skin. Use the internal symbolic
## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook':
$wgDefaultSkin = 'vector';

## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
## License and Creative Commons licenses are supported so far.
# $wgEnableCreativeCommonsRdf = true;
$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
$wgRightsUrl = "";
$wgRightsText = "";
$wgRightsIcon = "";
# $wgRightsCode = ""; # Not yet used

$wgDiff3 = "/usr/bin/diff3";


# Les anonymes sont muets.
$wgGroupPermissions['*']['edit'] = false;

# au moins 3 lettres dans le mdp
$wgMinimalPasswordLength = 3;

# This is the list of preferred extensions for uploading files. Uploading
# files with extensions not in this list will trigger a warning.
$wgFileExtensions = array( 'png', 'jpg', 'jpeg', 'ogg', 'xls', 'pdf', 'ppt','csv','txt','doc' );

$wgVerifyMimeType= false;

# This is a flag to determine whether or not to check file extensions on
# upload.
$wgCheckFileExtensions = true;

# If this is turned off, users may override the warning for files not
# covered by $wgFileExtensions.
$wgStrictFileExtensions = false;

# Warn if uploaded files are larger than this
# 20 Mo
$wgUploadSizeWarning = 1000 * 1024 * 1024;

$wgSiteSupportPage  = '';
$wgSiteSupport  = '';

/**
 * Set this to the number of authors that you want to be credited below an
 * article text. Set it to zero to hide the attribution block, and a negative
 * number (like -1) to show all authors. Note that this will require 2-3 extra
 * database hits, which can have a not insignificant impact on performance for
 * large wikis.
 */
$wgMaxCredits = 2;

/** If there are more than $wgMaxCredits authors, show $wgMaxCredits of them.
 * Otherwise, link to a separate credits page. */
$wgShowCreditsIfMax = true;

# Pour avoir le support des file://
#$wgUrlProtocols = 'http:\/\/|https:\/\/|ftp:\/\/|irc:\/\/|gopher:\/\/|news:|mailto:|file:\/\/';

$wgUrlProtocols = array(
	'http://',
	'https://',
	'ftp://',
	'irc://',
	'gopher://',
	'mailto:',
	'news:'
);

/**
 * Enable AJAX framework
 */
$wgUseAjax = true;

/**
 * Enable auto suggestion for the search bar 
 * Requires $wgUseAjax to be true too.
 * Causes wfSajaxSearch to be added to $wgAjaxExportList
 */
$wgAjaxSearch = true;

/**
 * Enable watching/unwatching pages using AJAX.
 * Requires $wgUseAjax to be true too.
 * Causes wfAjaxWatch to be added to $wgAjaxExportList
 */
$wgAjaxWatch = true;

/** Show watching users in recent changes, watchlist and page history views */
$wgRCShowWatchingUsers 				= true;
/** Show watching users in Page views */
$wgPageShowWatchingUsers 			= false;

$wgShowExceptionDetails = true;

$wgLocaltimezone = 'Europe/Paris';#
$wgDebugLogFile = "/tmp/wiki.log";

$wgServer = WebRequest::detectServer();
#require_once "$IP/skins/vector/vector.php";


ls -al /usr/share/mediawiki                                                                                    ──(jeu.,nov.06)─┘
total 196
drwxr-xr-x  11 root root  4096  6 nov.  13:22 .
drwxr-xr-x 213 root root  8192  5 nov.  12:32 ..
lrwxrwxrwx   1 root root    36 18 oct.   2013 AdminSettings.php -> /var/lib/mediawiki/AdminSettings.php
-rw-r--r--   1 root root  4387  6 nov.  10:47 api.php
-rw-r--r--   1 root root   933  6 nov.  10:50 api.php5
drwxr-xr-x   2 root root    22  6 nov.  10:51 cache
-rw-r--r--   1 root root   506  6 nov.  11:11 composer-example.json
lrwxrwxrwx   1 root root    25 17 avril  2008 config -> /var/lib/mediawiki/config
drwxr-xr-x   8 root root  4096  6 nov.  11:11 docs
lrwxrwxrwx   1 root root    29 17 avril  2008 extensions -> /var/lib/mediawiki/extensions
lrwxrwxrwx   1 root root    25 17 avril  2008 images -> /var/lib/mediawiki/images
-rw-r--r--   1 root root  7175  6 nov.  10:52 img_auth.php
-rw-r--r--   1 root root   943  6 nov.  10:52 img_auth.php5
drwxr-xr-x  47 root root 16384  6 nov.  10:52 includes
-rw-r--r--   1 root root  1755  6 nov.  10:53 index.php
-rw-r--r--   1 root root   937  6 nov.  10:53 index.php5
-rw-r--r--   1 root root  5839  8 mars   2010 install-utils.inc
drwxr-xr-x   7 root root  4096  6 nov.  10:53 languages
-rw-r--r--   1 root root  1766  6 nov.  10:54 load.php
-rw-r--r--   1 root root   935  6 nov.  10:54 load.php5
lrwxrwxrwx   1 root root    36 18 oct.   2013 LocalSettings.php -> /var/lib/mediawiki/LocalSettings.php
drwxr-xr-x  23 root root 12288  6 nov.  12:03 maintenance
drwxr-xr-x   2 root root    59  6 nov.  10:54 mw-config
-rw-r--r--   1 root root  3852  6 nov.  11:07 opensearch_desc.php
-rw-r--r--   1 root root   957  6 nov.  11:07 opensearch_desc.php5
-rw-r--r--   1 root root 11028  6 nov.  11:07 profileinfo.php
-rw-r--r--   1 root root   949  6 nov.  11:07 profileinfo.php5
-rw-r--r--   1 root root   383 21 mars   2009 redirect.php
-rw-r--r--   1 root root    91 31 janv.  2005 redirect.phtml
drwxr-xr-x   4 root root    46  6 nov.  11:08 resources
drwxr-xr-x   2 root root   131  6 nov.  11:09 serialized
drwxr-xr-x   8 root root  4096  6 nov.  15:25 skins
-rw-r--r--   1 root root   603  6 nov.  11:39 StartProfiler.php_old
-rw-r--r--   1 root root   405  6 nov.  11:09 StartProfiler.sample
-rw-r--r--   1 root root  1087  6 nov.  11:10 thumb_handler.php
-rw-r--r--   1 root root   971  6 nov.  11:10 thumb_handler.php5
-rw-r--r--   1 root root 17874  6 nov.  11:10 thumb.php
-rw-r--r--   1 root root   955  6 nov.  11:10 thumb.php5
-rw-r--r--   1 root root  1347  5 nov.   2008 trackback.php
-rw-r--r--   1 root root    98  6 nov.  11:10 wiki.phtml

ls -al /var/lib/mediawiki                                                                                      ──(jeu.,nov.06)─┘
total 16
drwxr-xr-x  5 root     root     4096  6 nov.  12:27 .
drwxr-xr-x 57 root     root     4096  5 nov.  12:30 ..
lrwxrwxrwx  1 root     root       32 18 oct.   2013 AdminSettings.php -> /etc/mediawiki/AdminSettings.php
lrwxrwxrwx  1 root     root       28 18 oct.   2013 api.php -> /usr/share/mediawiki/api.php
drwx------  2 www-data www-data   39 18 oct.   2013 config
drwxr-xr-x  2 root     root     4096 18 oct.   2013 extensions
drwx------ 25 www-data www-data 4096  6 nov.  15:01 images
lrwxrwxrwx  1 root     root       33 18 oct.   2013 img_auth.php -> /usr/share/mediawiki/img_auth.php
lrwxrwxrwx  1 root     root       29 17 avril  2008 includes -> /usr/share/mediawiki/includes
lrwxrwxrwx  1 root     root       30 18 oct.   2013 index.php -> /usr/share/mediawiki/index.php
lrwxrwxrwx  1 root     root       38 18 oct.   2013 install-utils.inc -> /usr/share/mediawiki/install-utils.inc
lrwxrwxrwx  1 root     root       30 17 avril  2008 languages -> /usr/share/mediawiki/languages
lrwxrwxrwx  1 root     root       32 18 oct.   2013 LocalSettings.php -> /etc/mediawiki/LocalSettings.php
lrwxrwxrwx  1 root     root       32 17 avril  2008 maintenance -> /usr/share/mediawiki/maintenance
lrwxrwxrwx  1 root     root       40 18 oct.   2013 opensearch_desc.php -> /usr/share/mediawiki/opensearch_desc.php
lrwxrwxrwx  1 root     root       36 18 oct.   2013 profileinfo.php -> /usr/share/mediawiki/profileinfo.php
lrwxrwxrwx  1 root     root       33 18 oct.   2013 redirect.php -> /usr/share/mediawiki/redirect.php
lrwxrwxrwx  1 root     root       35 18 oct.   2013 redirect.phtml -> /usr/share/mediawiki/redirect.phtml
lrwxrwxrwx  1 root     root       30  6 nov.  12:27 resources -> /usr/share/mediawiki/resources
lrwxrwxrwx  1 root     root       26 17 avril  2008 skins -> /usr/share/mediawiki/skins
lrwxrwxrwx  1 root     root       38 18 oct.   2013 StartProfiler.php -> /usr/share/mediawiki/StartProfiler.php
lrwxrwxrwx  1 root     root       30 18 oct.   2013 thumb.php -> /usr/share/mediawiki/thumb.php
lrwxrwxrwx  1 root     root       34 18 oct.   2013 trackback.php -> /usr/share/mediawiki/trackback.php
lrwxrwxrwx  1 root     root       31 18 oct.   2013 wiki.phtml -> /usr/share/mediawiki/wiki.phtml

This post was posted by 195.220.100.11, but signed as Echapeau.

Florianschmidtwelzow (talkcontribs)

Notice: You should remove all of your private data from the copy of your LocalSettings.php in this thread and change all usernames/passwords you use and published to your post, they are well known for all people, now.

89.87.247.128 (talkcontribs)
Reply to "Page display without skins"