https://bugzilla.wikimedia.org/show_bug.cgi?id=35169
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |[email protected] Ever Confirmed|0 |1 --- Comment #1 from Antoine "hashar" Musso <[email protected]> 2012-03-12 17:34:51 UTC --- Looking at the stats: $ mwscript showStats.php idwikibooks Total views : 0 Total edits : 29954 Number of articles: 1408 Total pages : 6091 Number of users : 8073 Number of images : 583 I have manually run an update which gave: $ mwscript initStats.php --wiki idwikibooks --update Refresh Site Statistics Counting total edits...26040 Counting number of articles...0 Counting total pages...4497 Counting number of users...8083 Counting number of images...583 Counting total page views...0 Updating site statistics...done. Although it seems there are 1065 articles in the main (0) namespace: (wikiadmin@db39) [idwikibooks]> SELECT COUNT(DISTINCT page_id) FROM page, pagelinks WHERE page_namespace='0' AND page_is_redirect='0' AND pl_from=page_id; +-------------------------+ | COUNT(DISTINCT page_id) | +-------------------------+ | 1065 | +-------------------------+ 1 row in set (0.03 sec) -- 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
