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

nesmicrosc...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nesmicrosc...@gmail.com

--- Comment #15 from nesmicrosc...@gmail.com 2012-03-22 11:02:55 UTC ---
I would like to revive this thread as I am having a very similar, if not the
same, issue.  Namespaces that have not been populated yet will throw errors
when i try to access them.  Chrome sometimes gives me the duplicate header
error or "Error 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown error". 
Firefox will sometimes give me a corrupt content error or "The page you are
trying to view cannot be shown because it uses an invalid or unsupported form
of compression".  I have recreated the problem on a test wiki simply by
installing a fresh version (nothing special done to recreate the issue) at
http://www.nesmicroscopy.org/test/index.php?title=Main_Page .  Clicking on any
of the unpopulated namespaces will throw the error.  For example, the Help link
http://www.nesmicroscopy.org/test/index.php?title=Help:Contents .  Below are
some parts of LocalSettings.php .  Any help would be greatly appreciated. 
Apologies if something changes.  My webhost is attempting to fix things, but
only appears to be making things worse.


## Uncomment this to disable output compression
# $wgDisableOutputCompression = true;

$wgSitename      = "My WIki";
$wgMetaNamespace = "My_WIki";

## The URL base path to the directory containing the wiki;
## defaults for all runtime URL paths are based off of this.
## For more information on customizing the URLs please see:
## http://www.mediawiki.org/wiki/Manual:Short_URL
$wgScriptPath       = "/test";
$wgScriptExtension  = ".php";

## The protocol and server name to use in fully-qualified URLs
$wgServer           = "http://www.nesmicroscopy.org";;

## The relative URL path to the skins directory
$wgStylePath        = "$wgScriptPath/skins";

## The relative URL path to the logo.  Make sure you change this from the
default,
## or else you'll overwrite your logo when you upgrade!
$wgLogo             = "$wgStylePath/common/images/wiki.png";

## UPO means: this is also a user preference option

$wgEnableEmail      = true;
$wgEnableUserEmail  = true; # UPO

$wgEmergencyContact = "apa...@www.nesmicroscopy.org";
$wgPasswordSender   = "apa...@www.nesmicroscopy.org";

$wgEnotifUserTalk      = false; # UPO
$wgEnotifWatchlist     = false; # UPO
$wgEmailAuthentication = true;

#################################
# I removed some db settings from this post for security reasons.  They exist
in LocalSettings.php

# MySQL specific settings
$wgDBprefix         = "mdw_";

# MySQL table options to use during installation or update
$wgDBTableOptions   = "ENGINE=InnoDB, DEFAULT CHARSET=utf8";

# Experimental charset support for MySQL 4.1/5.0.
$wgDBmysql5 = false;

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

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

# InstantCommons allows wiki to use images from http://commons.wikimedia.org
$wgUseInstantCommons  = false;

## If you use ImageMagick (or any other shell command) on a
## Linux server, this will need to be set to the name of an
## available UTF-8 locale
$wgShellLocale = "en_US.utf8";

## 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;

## Set $wgCacheDirectory to a writable directory on the web server
## to make your wiki go slightly faster. The directory should not
## be publically accessible from the web.
#$wgCacheDirectory = "$IP/cache";

#################################
# I removed some key settings from this post for security reasons.  They exist
in LocalSettings.php

## Default skin: you can change the default skin. Use the internal symbolic
## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook', 'vector':
$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.
$wgRightsPage = ""; # Set to the title of a wiki page that describes your
license/copyright
$wgRightsUrl  = "";
$wgRightsText = "";
$wgRightsIcon = "";
# $wgRightsCode = ""; # Not yet used

# Path to the GNU diff3 utility. Used for conflict resolution.
$wgDiff3 = "/usr/bin/diff3";

# Query string length limit for ResourceLoader. You should only set this if
# your web server has a query string length limit (then set it to that limit),
# or if you have suhosin.get.max_value_length set in php.ini (then set it to
# that value)
$wgResourceLoaderMaxQueryLength = -1;



# End of automatically generated settings.
# Add more configuration options below.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to