https://bugzilla.wikimedia.org/show_bug.cgi?id=49911
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #13 from Antoine "hashar" Musso <[email protected]> --- The Javascript was not properly purged from the cache. The resource loader material, loaded with load.php, is cached on the text squid, so I pruned the cache using: ssh deployment-squid.pmtpa.wmflabs sudo -s /etc/init.d/squid stop cd /mnt/squid_cache rm -r * squid -z /etc/init.d/squid start With a cold cache, the load.php were queried again and loaded with the proper javascript. The load.php should be loaded from the bits cache, that needs to adjust $wgLoadScript in MediaWiki which is https://gerrit.wikimedia.org/r/#/c/70322/ So the issue is fixed. The root cause are stalled URLs in the squid cache :/ -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
