Thanks, that pointed me to a mistake on my part, and the fix: * I didn't have my wiki configured to use memcached properly, so it was probably using the db-based object cache * Updating LocalSettings.php to use memcached correctly fixed the problem.
--Dave On Fri, Apr 3, 2015 at 5:00 PM, Ricordisamoa <[email protected]> wrote: > Il 03/04/2015 21:22, David Chin ha scritto: > >> I just updated a couple of extensions (Mantle, MobileView), but the >> Special:Version page on my wiki still shows the previous version numbers. >> Adding "?action=purge" to the Special:Version URL didn't change anything. >> Is there some sort of extension cache, or something else? >> >> Thanks, >> Dave >> >> > I had a similar problem, solved it by running "DELETE FROM objectcache" > from the MySQL prompt (not using memcached). > > > _______________________________________________ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > -- David Chin, Ph.D. [email protected] Sr. Systems Administrator, URCF, Drexel U. http://www.drexel.edu/research/urcf/ https://linuxfollies.blogspot.com/ 215.221.4747 (mobile) https://github.com/prehensilecode _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
