Topic on Talk:Phabricator/Help

malfunction in js gadget

3
Summary by AKlapper (WMF)

Offtopic - see Help:Locating broken scripts for debugging.

Ibrahim.ID (talkcontribs)

hi all, one of our important gadgets stop working suddenly, I guess it because of change in mediawiki. can I post this error in Phabricator? if it possible, which tag?

AKlapper (WMF) (talkcontribs)

You could (Wikimedia-General-or-Unknown), however on-wiki code needs to be fixed on-wiki by wiki administrators.

You will need to debug the problem in your web browser's developer tools. After opening them, please append "?debug=true" to the address of the page on which you see the problem, if the address does not already include a "?". (If the address already includes a "?", append "&debug=true" instead - see https://www.mediawiki.org/wiki/ResourceLoader/Developing_with_ResourceLoader#Toggle_debug_mode for more information.

If there is a problem or an error with JavaScript it should be printed in the 'console' of the developer tools. Often JavaScript errors are a reason for problems, or a non-existing file called from another file (which can be seen in the 'network' tab).

For more information please see:

* https://en.wikipedia.org/wiki/Wikipedia:Reporting_JavaScript_errors

* https://developer.mozilla.org/en-US/docs/Tools/Web_Console for Firefox

* http://msdn.microsoft.com/en-us/library/ie/dn255006 for Internet Explorer

* https://developer.chrome.com/devtools for Google Chrome

* https://developer.apple.com/library/mac/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/Introduction/Introduction.html for Apple Safari

Whatamidoing (WMF) (talkcontribs)