Community Forums Today's Posts     Member List     Archive    
Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    9

    Exclamation IMPORTANT - BETA13 Server!

    Hey TS-Team!

    Important hint: The SQL file for updating/modifiing the MySQL-db-structure which is coming with beta13 has an sytax error (last line) -> ALTER TABLE tokens ADD COLUMN token_customset varchar;

    The current sql-query will return an error, the update to the new version will fail and the server can't be (re)started.

    How to solve the problem:

    For users who hasn't started the server after unpacking beta13 files just change the last line at the sql/update_12.sql file from "ALTER TABLE tokens ADD COLUMN token_customset varchar" to "ALTER TABLE tokens ADD COLUMN token_customset varchar(255)"

    If you have already tried to start the server you have to change the last line of the sql/update_12.sql as mentioned above. Then you have to add the following sql at the top of the file:

    Code:
    DROP TABLE custom_fields;
    
    ALTER TABLE tokens DROP token_created ,
    DROP token_description;
    
    [here starts the normal sql code included in update_12.sql]
    Last edited by LostSoulBS; 18-01-2010 at 11:40. Reason: typo

  2. #2
    Join Date
    Jun 2002
    Location
    Krün / Germany
    Posts
    1,965
    fixed, please reload as soon as available. thanks!

  3. #3
    Join Date
    Apr 2009
    Location
    Germany
    Posts
    260
    I wonder if 4PLAYERS now finally let me post a Status of my Server on a Website, because I am kinda upset about them letting one wait with something simple as that.

  4. #4
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    139
    So there isn't this Bug anymore when I update my server today evening?

  5. #5
    Join Date
    Jun 2002
    Location
    Krün / Germany
    Posts
    1,965
    we are already at beta15.

    *closed*

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Linux server startup script!
    By mancert in forum Linux / FreeBSD
    Replies: 159
    Last Post: 24-09-2011, 16:51
  2. [solved] i need some help with my ts server
    By rebelwarrior in forum [TeamSpeak 2] Client Support
    Replies: 3
    Last Post: 14-11-2008, 00:34
  3. Server stops responding
    By Xeroed in forum [TeamSpeak 2] Server Support
    Replies: 10
    Last Post: 27-09-2006, 04:08
  4. Server
    By lars-andre-petersen in forum [TeamSpeak 2] Server Support
    Replies: 70
    Last Post: 26-09-2005, 11:54
  5. Scheisse habe QDSL alles geht nur keine REG
    By Creeper in forum [TeamSpeak 2] Server Support
    Replies: 6
    Last Post: 29-08-2002, 09:06

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •