Page MenuHomePhabricator

Resource loader is broken
Closed, ResolvedPublic

Description

Just loading one page now produces:

load.php:2 Uncaught ReferenceError: mediaWiki is not defined
i.php: 1262Uncaught ReferenceError: mediaWiki is not defined
i.php: 1263Uncaught ReferenceError: mediaWiki is not defined
load.php:2 Uncaught ReferenceError: mediaWiki is not defined
SlippyMapCassini.js:43 Uncaught ReferenceError: wgSlippyMapLanguageCode is not defined
jquery-ui-1.7.2.custom.min.js:10 Uncaught ReferenceError: jQuery is not defined
jquery.form.js:11 Uncaught ReferenceError: jQuery is not defined
i.php:1269 Uncaught ReferenceError: mediaWiki is not defined
plugins.combined.min.js:11 Uncaught ReferenceError: jQuery is not defined
Vector.combined.min.js:2 Uncaught TypeError: Object #<an HTMLDocument> has no method 'ready'
load.php:13 Uncaught ReferenceError: addOnloadHook is not defined

And the new hook should not be on the file level.


Version: unspecified
Severity: critical

Details

Reference
bz25179

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:19 PM
bzimport set Reference to bz25179.

(In reply to comment #0)

Just loading one page now produces:

load.php:2 Uncaught ReferenceError: mediaWiki is not defined
i.php: 1262Uncaught ReferenceError: mediaWiki is not defined
i.php: 1263Uncaught ReferenceError: mediaWiki is not defined
load.php:2 Uncaught ReferenceError: mediaWiki is not defined
SlippyMapCassini.js:43 Uncaught ReferenceError: wgSlippyMapLanguageCode is not
defined
jquery-ui-1.7.2.custom.min.js:10 Uncaught ReferenceError: jQuery is not defined
jquery.form.js:11 Uncaught ReferenceError: jQuery is not defined
i.php:1269 Uncaught ReferenceError: mediaWiki is not defined
plugins.combined.min.js:11 Uncaught ReferenceError: jQuery is not defined
Vector.combined.min.js:2 Uncaught TypeError: Object #<an HTMLDocument> has no
method 'ready'
load.php:13 Uncaught ReferenceError: addOnloadHook is not defined

I'll look into this.

And the new hook should not be on the file level.

What do you mean by that?

See http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73035#c9270

Does the solution in r73076 (plus r7307 and r73078) resolve this issue?

  • Trevor

Most of the problems are now solved. There seems to be some issues with LQT remaining.