Hi,
I have a weird problem on one Wiki installation, Special:Recentchanges isn't reflecting the updates. If I run the rebuildrecentchanges.php script I see them but no subsequent changes until I run rebuildrecentchanges.php again.
Is this looking familiar to somebody?
MediaWiki 1.8.2 PHP 5.2.0 MySQL 4.1.22
Extensions: DynamicPageList2 0.5.1 Inputbox
Thanks!
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Bert van de Grift wrote:
I have a weird problem on one Wiki installation, Special:Recentchanges isn't reflecting the updates. If I run the rebuildrecentchanges.php script I see them but no subsequent changes until I run rebuildrecentchanges.php again.
Try setting $wgDebugRedirects = true; in LocalSettings.php; if you're encountering some sort of error on page save this should display it more prominently.
(While this mode is on you'll have to click through after editing instead of the automatic redirect back to the article. The redirect can obscure error output.)
- -- brion vibber (brion @ pobox.com)
On Thu, Jan 11, 2007 at 12:56:41PM -0800, Brion Vibber wrote:
Bert van de Grift wrote:
I have a weird problem on one Wiki installation, Special:Recentchanges isn't reflecting the updates. If I run the rebuildrecentchanges.php script I see them but no subsequent changes until I run rebuildrecentchanges.php again.
Try setting $wgDebugRedirects = true; in LocalSettings.php; if you're encountering some sort of error on page save this should display it more prominently.
(While this mode is on you'll have to click through after editing instead of the automatic redirect back to the article. The redirect can obscure error output.)
Thanks for your reply.
Adding the $wgDebugRedirects = true; doesn't reveal any errors on page save.
I forgot to mention that records are added to the recentchanges table after an edit, they are just not visible on the Special:Recentchanges page until I execute the rebuildrecentchanges.php script.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Bert van de Grift wrote:
I forgot to mention that records are added to the recentchanges table after an edit, they are just not visible on the Special:Recentchanges page until I execute the rebuildrecentchanges.php script.
Checked client-side caching?
- -- brion vibber (brion @ pobox.com)
On Thu, Jan 11, 2007 at 11:28:29PM -0800, Brion Vibber wrote:
Bert van de Grift wrote:
I forgot to mention that records are added to the recentchanges table after an edit, they are just not visible on the Special:Recentchanges page until I execute the rebuildrecentchanges.php script.
Checked client-side caching?
If I clear the cache (TRUNCATE TABLE objectcache;) there's no change. I can't see the recent changes. Same if I do a '?action=purge' on the Special:Recentchanges page...
If I check the last change listed on Special:Recentchanges it was on 20070111083258 but 4 more records exist in the recentchanges table after that time which are not listed.
On 12/01/07, Bert van de Grift bert@vdgrift.org wrote:
I forgot to mention that records are added to the recentchanges table after an edit, they are just not visible on the Special:Recentchanges page until I execute the rebuildrecentchanges.php script.
Just to clarify for me...
Are *no* changes visible on Special:Recentchanges? If "some are", then whose - everyone else but yourself? Non-sysops? etc. Which version of MediaWiki is this?
Rob Church
On Fri, Jan 12, 2007 at 06:00:08PM +0000, Rob Church wrote:
Are *no* changes visible on Special:Recentchanges? If "some are", then whose - everyone else but yourself? Non-sysops? etc. Which version of MediaWiki is this?
No changes from any user are visible at all until the rebuildrecentchanges.php script has been executed.
The recentchanges table is populated when I edit pages but somehow they are not displayed on the Special:Recentchanges page.
MediaWiki 1.8.2 PHP 5.2.0 MySQL 4.1.22
Extensions: DynamicPageList2 0.5.1 Inputbox
Thanks,
On Thu, Jan 11, 2007 at 11:24:38AM +0100, Bert van de Grift wrote:
Hi,
I have a weird problem on one Wiki installation, Special:Recentchanges isn't reflecting the updates. If I run the rebuildrecentchanges.php script I see them but no subsequent changes until I run rebuildrecentchanges.php again.
Is this looking familiar to somebody?
MediaWiki 1.8.2 PHP 5.2.0 MySQL 4.1.22
Extensions: DynamicPageList2 0.5.1 Inputbox
After a fresh install the problem is gone. I suspect that it might have to do with forgetting to run update.php after a previous upgrade.
Thanks,
mediawiki-l@lists.wikimedia.org