https://bugzilla.wikimedia.org/show_bug.cgi?id=47639
--- Comment #3 from Krinkle <[email protected]> --- I've ruled out relation to QUnit, PhantomJS or Grunt as those are the same across all branches. The error from PhantomJS (about .start not being called) is bogus. The problem is that the page doesn't contain QUnit at all (or MediaWiki for that matter) since it is an HTTP 500 response: 23:16:50 HTTP/1.1 500 MediaWiki exception 23:16:50 Date: Mon, 29 Apr 2013 23:16:51 GMT 23:16:50 Server: Apache/2.2.22 (Ubuntu) 23:16:50 X-Powered-By: PHP/5.3.10-1ubuntu3.5+wmf1 23:16:50 X-Content-Type-Options: nosniff 23:16:50 Status: 500 MediaWiki exception 23:16:50 Vary: Accept-Encoding 23:16:50 Content-Length: 392 23:16:50 Connection: close 23:16:50 Content-Type: text/html; charset=utf-8 23:16:50 23:16:50 <!doctype html> 23:16:50 <html><head><title>Database error</title></head><body> 23:16:50 A database error has occurred. Did you forget to run maintenance/update.php after upgrading? See: https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script<br /> 23:16:50 Query: DELETE FROM msg_resource<br /> 23:16:50 Function: MessageBlobStore::clear<br /> 23:16:50 Error: 8 attempt to write a readonly database<br /> 23:16:50 </body></html> -- 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
