On 5/3/05, Brion Vibber brion@pobox.com wrote:
Sounds like a problem with the parser cache; if it's really ending there it would seem to be dying somewhere during the cache load operation.
Are you using the default configuration, or did you pick the memcached or Turck MMCache options in installation?
It's default.
Putting ?action=purge onto the URL should invalidate any entries on that page and may or may not help.
If it is a problem with the parser cache, you may be able to work around it by simply disabling the cache. Try setting in LocalSettings.php:
$wgEnableParserCache = false;
This may cause longer pages to load a bit more slowly.
Of those nothing worked until I got to the LocalSettings.php file. I just had another page crop up like this (for my account this time, and *not* no account) and it resolved with turning off the cache.
Anything else I can do to help debug or this, or is the answer just to get to more recent PHP/MySQL?
Shannon