Topic on Extension talk:LiquidThreads

Cannot read property 'token' of undefined

5
85.26.186.92 (talkcontribs)

Hello,

After upgrading MediaWiki i have began to encounter the following error:

Uncaught TypeError: Cannot read property 'token' of undefined

It happens on at the following execution.

var token = data.threadaction.token;
85.26.184.152 (talkcontribs)

I've looked at what 'data' is, and it's:

  • data -> Object
    • error -> Object
      • code = "notoken"
      • info = "The token parameter must be set"

...

There are some __proto things there too, let me know if you need them

Nemo bis (talkcontribs)

This error is not on bugzilla, it would be helpful to file it. However, we need to know what version of MediaWiki and LQT you're using; I've not encountered this error myself.

66.148.137.66 (talkcontribs)

I'm getting the same error with the latest version of MediaWiki. Running on Windows Server 2012 R2 with MySQL.

Reply to "Cannot read property 'token' of undefined"