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)