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.