To those having the fatal errors, make sure that you've gone into the settings and configured your server ip, login, and pass before trying to setup your user groups. I was getting similar errors until I did that.
When users try to generate their tokens, the following error occurs:
Code:
Teamspeak Error 1539: parameter not found.
Server Log:
Code:
2011-02-05 20:27:05.484570|INFO |Query | | query from 424 69.164.xxx.xxx:58233 issued: login
2011-02-05 20:27:05.526521|INFO |Query | | query from 424 69.164.xxx.xxx:58233 issued: use port=9987
2011-02-05 20:27:05.530206|INFO |VirtualServer | 1| query client connected 'serveradmin from 69.164.xxx.xxx:58233'(id:1)
2011-02-05 20:27:05.531073|INFO |Query | 1| query from 424 69.164.xxx.xxx:58233 issued: clientupdate client_nickname=vbulletin
2011-02-05 20:27:05.538435|INFO |Query | 1| query from 424 69.164.xxx.xxx:58233 issued: whoami
2011-02-05 20:27:05.602309|INFO |Query | 1| query from 424 69.164.xxx.xxx:58233 issued: privilegekeyadd tokentype=0 tokenid2=0 tokendescription=Auto\sGenerated\sFor\sZhanchi tokencustomset=ident=vbuser\svalue=Zhanchi\pident=vbid\svalue=1
2011-02-05 20:27:05.602431|ERROR |ParamParser | | Protocol mismatch, old client or old server?
2011-02-05 20:27:05.621391|INFO |Query | 1| query from 424 69.164.xxx.xxx:58233 issued: quit
2011-02-05 20:27:05.621494|INFO |VirtualServer | 1| query client disconnected 'vbulletin'(id:1) reason 'reasonmsg=disconnecting'
After reading above posts with simmilar issues, I've
- Verified that my ip's are listed in the servers white list file
- User groups are setup with permissions.
Any other ideas as to what is causing this error?