That seems to have done the trick, thanks!
I cleared the objectcache. didn't help.
I set the $wgCacheEpoch, cleared the cache in my browser and that fixed it.
On 21-Jul-05, at 11:19 AM, Brion Vibber wrote:
Jamie Bliss wrote:
cache. Run rebuildall.php.
rebuildall.php would not help in this situation.
Old URLs still in the parser cache can be cleared by:
DELETE * FROM objectcache;
to clear the objectcache table in MySQL.
Note that the browser cache may still contain bogus data. You can use ?action=purge on indidivual pages to update their cache dates. Also there is a global $wgCacheEpoch variable which can be set in LocalSettings.php to invalidate all prior cache entries (see DefaultSettings.php).
-- brion vibber (brion @ pobox.com) _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l