https://bugzilla.wikimedia.org/show_bug.cgi?id=33954
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Bawolff <[email protected]> 2012-01-26 14:33:58 UTC --- > This could be one of two things. > > 1: *All* of the pages in that category have a sort key on them. > > 2: The use of a "/" in the page name, which may be rather unorthodox. > > If it is #1, then this is an actual bug in MediaWiki; sort keys shouldn't > break > next/prev category pages. If it is #2, I can fix that with some bots. Both of these are perfectly normal things to do, and shouldn't cause this issue (For the '/', as an aside, you may want to consider enabling subpages for the main namespace (See [[mw:Manual:$wgNamespacesWithSubpages]]) This will enable some special behaviour for '/'s adding navigation links "up" the '/' structure.). This issue is most likely caused by using an old version of CategoryTree extension, with a newer version of MediaWiki. (Specifically there was some changes in 1.17 that make versions of CategoryTree made for MediaWiki prior to 1.17 cause weird errors when used with versions 1.17 and higher of MediaWiki) Re-open bug if still happening after upgrading category tree. -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
