On Mon, Nov 14, 2011 at 10:39 AM, Huib Laurens <[email protected]> wrote:
> Examples: > Working old version: > http://in4k.northerndragons.ca/index.php?title=User:alrj > Missing new version: > http://beta.in4k.northerndragons.ca/index.php?title=User:Alrj > Says User account "Alrj" is not registered. > > Another: > http://in4k.northerndragons.ca/index.php?title=User:auld > Missing version: > http://beta.in4k.northerndragons.ca/index.php?title=User:Auld > User account "Auld" is not registered. > Sounds like you have $wgCapitalLinks = false; in your configuration (or used to). Note that at some point in the last few years we forced all usernames to capitals, which makes usernames behave consistently between wikis (required for shared logins for instance). So your lowercase usernames may not be working. You'll want to clean those up; you can tweak them in the database if necessary, though maintenance/cleanupTitles.php etc may help. -- brion _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
