Topic on Extension talk:MsUpload

Insert links don't work after MW upgrade

2
2600:1700:290:164F:6167:6E32:E2E6:EACF (talkcontribs)

We recently upgraded to 1.32.0 from 1.30 and the Insert link and Insert as image links no longer work. Clicking either generates the following in the console in Chrome:

load.php?debug=false&lang=en&modules=ext.MsUpload|jquery%2Coojs-ui-core%2Coojs-ui-widgets|oojs-ui.styles.icons-editing-advanced&skin=vector&version=1gut54l:121

Uncaught TypeError: Cannot read property 'insertTags' of undefined

    at HTMLAnchorElement.<anonymous> (load.php?debug=false&lang=en&modules=ext.MsUpload|jquery%2Coojs-ui-core%2Coojs-ui-widgets|oojs-ui.styles.icons-editing-advanced&skin=vector&version=1gut54l:121)

    at HTMLAnchorElement.dispatch (load.php?debug=false&lang=en&modules=ext.MsUpload|jquery%2Coojs-ui-core%2Coojs-ui-widgets|oojs-ui.styles.icons-editing-advanced&skin=vector&version=1gut54l:193)

    at HTMLAnchorElement.elemData.handle (load.php?debug=false&lang=en&modules=ext.MsUpload|jquery%2Coojs-ui-core%2Coojs-ui-widgets|oojs-ui.styles.icons-editing-advanced&skin=vector&version=1gut54l:189)


We're running fairly vanilla with only ClipUpload, MsUpload, Widgets, and Iframe extensions added.

Sophivorus (talkcontribs)

So did you DOWNGRADE to 1.30? If so, then maybe you can try checking out the 1.30 branch of MsUpload, with the following command:

cd extensions/MsUpload
git checkout -b REL1_31 origin/REL1_31
Reply to "Insert links don't work after MW upgrade"