Article count in lrcwiki shows 4542 while it should be 4835.
Description
Related Objects
Event Timeline
This should be investigated properly rather than just another site stats update script being run
How do you get the "should be" number? Curious because i run a wikistats project that fetches these numbers from all wikis.
Please see T109404 to know how this happened, need to run following command once:
mwscript initSiteStats.php lrcwiki --update
That's all, as I said in the description and removed by @Krenair
More info:
I fetched a list of pages which don't have a link in pagelinks table:
SELECT count(distinct page_id) FROM page LEFT OUTER JOIN pagelinks ON (page_id = pl_from) WHERE pl_from IS NULL AND page_namespace in (0) AND page_is_redirect = 0 LIMIT 10;
and I ran a bot to do a null edits on those pages, I did this also for azbwiki to update pagelinks table.
As you can see on T107969, @Krenair refuses to accept that there are more articles in azbwiki.
After running null edits on azbwiki, I said @Krenair to run following command:
mwscript initSiteStats.php azbwiki --update
which he did, now we have gained stats for azbwiki from 2000 to 5000.
As you can see on T109404, pagelinks table were not updated on import.
@Reedy, please run following command once, that's all I want:
mwscript initSiteStats.php lrcwiki --update
@Jdforrester-WMF I want to know, why @Krenair keeps me away from providing information to the others like he did on T109235.
@Mjbmr: Please read https://www.mediawiki.org/wiki/Bug_management/Phabricator_etiquette and stay on-topic. This task is about lrcwiki and not about 109235.
Mentioned in SAL [2016-05-27T22:50:35Z] <legoktm> mwscript initSiteStats.php --wiki=lrcwiki --update for T109635
legoktm@terbium:~$ mwscript initSiteStats.php --wiki=lrcwiki --update Refresh Site Statistics Counting total edits...40250 Counting number of articles...5145 Counting total pages...8100 Counting number of users...1171 Counting number of images...0 Updating site statistics...done. Done.
I actually fixed that long time ago, when no one paid attention, by running null edits all over the wiki, thanks anyways for running that command after 10 months when no one ever tried to help I really appreciate that, that problem happened with imported pages and I don't think it's fixed yet, I lost my hope on that wiki too, local editors use their own made writing script while none speakers can read that. Thanks again.