On Mon, Feb 16, 2009 at 9:38 AM, Uwe Baumbach <[email protected]> wrote: > after our upgrade to 1.14 we see at one category page: > > http://wiki-de.genealogy.net/Kategorie:Stiftung_Stoye/Band_42_(Genealogische_Nachl%C3%A4sse) > > that this cat should have 618 pages. But browsing through the pages we can > see: they are only 351. > This correct number is shown by our own mini extension that queries table > "categorylinks"...
Running maintenance/populateCategory.php --force should fix this. It will refresh *all* category table counts, however, not just one. There's currently no nice mechanism to force a category size recount, other than removing enough entries to get it below 200 and then re-adding them. There's probably a bug open for this somewhere. _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
