I did clear out the "ss_total_edits" value from the site_stats table. Then I verified that ss_total_edits was in fact 0 at this point. However, when I accessed the wiki again, the count of edits went right back to what it used to be (52 edits, in this case).
So some other logic must be resetting it from another table value, but I cannot figure out what it is.
Do you know how it works ? Lori
Message: 9 Date: Mon, 28 Apr 2008 23:59:51 +0200 From: Platonides Platonides@gmail.com Subject: Re: [Mediawiki-l] Question about Special::Statistics Page To: mediawiki-l@lists.wikimedia.org Message-ID: fv5hcm$j43$1@ger.gmane.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Rowe, Dolores A wrote:
Hi there,
I have a project that wants to reset these numbers from the Special::Statistics Page of their 1.9.3 wiki.
Does anyone know how ?
"There have been a total of 1 page view, and 52 page edits since
Tester1
was setup. That comes to 10.40 average edits per page, and 0.02 views per edit." tanx, Lori
They're simply values at the site_stats table. Just change them with your favourite SQL editing tool.
Lori (Dolores) Rowe Web Administrator / DataDrill / InstallShield/InstallAnywhere Support Software Engineering Tools and Environments Boeing Company (314)882-8784
What bugs me is even if one explicitly does $wgDisableCounters=true in LocalSettings.php, Special:Statistics still insists on reporting the obviously now invalid data! https://bugzilla.wikimedia.org/show_bug.cgi?id=5619
mediawiki-l@lists.wikimedia.org