https://bugzilla.wikimedia.org/show_bug.cgi?id=54099

Andre Klapper <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|[email protected]      |
         Resolution|---                         |INVALID

--- Comment #1 from Andre Klapper <[email protected]> ---
Going to https://he.wikivoyage.org/wiki/מדיה_ויקי:Common.js and taking a look
at the error console of Firefox I get:

Timestamp: 09/16/2013 10:48:16 AM
Error: Error: JavaScript parse error: Parse error: Syntax error in file
'MediaWiki:Common.js' on line 44
Source File:
https://bits.wikimedia.org/he.wikivoyage.org/load.php?debug=false&lang=he&modules=site&only=scripts&skin=vector&*
Line: 1

Your numbers of opening and closing brackets don't match:

$:andre\> echo $((`tr -d "\n" < MW.he.js | sed 's/{/\n/g' | wc -l`))
14
$:andre\> echo $((`tr -d "\n" < MW.he.js | sed 's/}/\n/g' | wc -l`))
16
$:andre\> echo $((`tr -d "\n" < MW.he.js | sed 's/(/\n/g' | wc -l`))
44
$:andre\> echo $((`tr -d "\n" < MW.he.js | sed 's/)/\n/g' | wc -l`))
45

Issue is in a user-script on the wiki and needs to be fixed on the wiki by any
admin who can edit that script, hence closing as INVALID in Bugzilla because
this is neither in MediaWiki code nor in Wikimedia server configuration.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to