Last modified: 2011-06-03 20:45:58 UTC
Currently when I access <http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89206>, it loads the page content, but without any styling. It looks like the CSS is gone. When I look at the page source, I see: <meta name="ResourceLoaderDynamicStyles" content="" /><link rel="stylesheet" href="http://bits.wikimedia.org/www.mediawiki.org/load.php?debug=false&lang=en&modules=site&only=styles&skin=vector" type="text/css" media="all" /> If I go to <http://bits.wikimedia.org/www.mediawiki.org/load.php?debug=false&lang=en&modules=site&only=styles&skin=vector>, it returns a 404 error. Trying to bypass my local cache doesn't have any affect on the page rendering. Similar to bug 27868, but people feel as though that bug has worked itself out.
WFM
A few minutes after I filed the bug, the stylesheet at <http://bits.wikimedia.org/www.mediawiki.org/load.php?debug=false&lang=en&modules=site&only=styles&skin=vector> started working again. I'd tested through curl and through Google Chrome. It was definitely returning a 404 for some period of time. This should be investigated to see how often this happens and what the underlying cause might be.
*** This bug has been marked as a duplicate of bug 29153 ***