Community Forums Today's Posts     Member List     Archive    
Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    Join Date
    Mar 2003
    Location
    Home
    Posts
    9

    Settings not being Saved

    When I try to change the server settings (Title, welcome message, max players...etc) form the web admin, nothing gets saved. It says sucessful, I click continue and the settings are gone.

    I've reset the NTFS permissions in the TS folder to see if that would do anything, but it didn't.

    I love TS, but I'm getting the idea that RC2 was very rushed to reach a deadline

  2. #2
    Join Date
    Aug 2002
    Location
    Switzerland
    Posts
    8,182
    Hmm... you're not hte only one. I had / have this problem too. Once I was able to change the settings, but I can't now figure out how I did it ??? weired....

    EDITED: Hmmm... Opera 7.02 seems to have problems.
    Just do a refresh after you entered and saved the settings and it should work (this way it works as well wit opera). IE seems to have not this problem...
    Last edited by guldi; 09-03-2003 at 01:00.

  3. #3
    Join Date
    Mar 2003
    Location
    Home
    Posts
    9
    it's working now too...first only the welcome message worked...then the rest started to work...weird...

  4. #4
    Join Date
    Dec 2002
    Location
    Gouda, The Netherlands
    Posts
    12

    Angry Re: Settings not being Saved

    Originally posted by Aquillar
    When I try to change the server settings (Title, welcome message, max players...etc) form the web admin, nothing gets saved. It says sucessful, I click continue and the settings are gone.
    I have the same prob in Internet Explorer 6. I've set the security settings to the lowest setting and disabled my firewall (Norton 2003), but nothing. I jus can't change a thing...
    Who can help me out here? Thx a lot!

    EDIT:

    When I checked my server.log I saw a few lines saying something about a SQL error. Here's my log from install till 1st shutdown where you can see I tried to edit the server's title etc.:

    ---------------------------------------------------------------
    -------------- log started at 10-03-03 12:24 -------------
    ---------------------------------------------------------------
    10-03-03 12:24:35,ALL,Info,server, Server init initialized
    10-03-03 12:24:35,ALL,Info,server, Server version: 2.0.19.16 Win32
    10-03-03 12:24:35,WARNING,Info,SQL, created table ts2_servers
    10-03-03 12:24:35,WARNING,Info,SQL, created table ts2_channels
    10-03-03 12:24:35,WARNING,Info,SQL, created table ts2_clients
    10-03-03 12:24:35,WARNING,Info,SQL, created table ts2_channel_privileges
    10-03-03 12:24:35,WARNING,Info,SQL, created table ts2_server_privileges
    10-03-03 12:24:35,WARNING,Info,SQL, created table ts2_bans
    10-03-03 12:24:35,ALL,Info,server, Starting server with port: 8767
    10-03-03 12:24:35,WARNING,Info,SERVER, Default Server created
    10-03-03 12:24:35,WARNING,Info,SERVER, admin account info: username: admin password: d5ol35
    10-03-03 12:24:35,WARNING,Info,SERVER, superadmin account info: username: superadmin password: k2xs88
    10-03-03 12:24:36,ALL,Info,server, Server init finished
    10-03-03 12:26:20,ERROR,All,SQL, ExcecSQL Error: SQL logic error or missing database in query: update ts2_servers set
    s_server_name = 'Havoc TeamSpeak2 Server',
    s_server_welcomemessage = 'Welkom op Havoc's TS2 Server!',
    i_server_maxusers = 10,
    i_server_udpport = 8767,
    s_server_password = 'ts247',
    b_server_clan_server = -1,
    b_server_allow_codec_celp51 = -1,
    b_server_allow_codec_celp63 = -1,
    b_server_allow_codec_gsm148 = -1,
    b_server_allow_codec_gsm164 = -1,
    b_server_allow_codec_celp52 = -1,
    s_server_webposturl = '',
    s_server_weblinkurl = '',
    b_server_active = -1
    where i_server_id = 1;

    10-03-03 12:26:31,ALL,Info,server, Server shutdown initialized
    10-03-03 12:26:33,ALL,Info,server, Server shutdown finished
    ---------------------------------------------------------------
    --------------- log ended at 10-03-03 12:26 --------------
    ---------------------------------------------------------------

    Hope this will help.
    Last edited by Havoc (104DRS); 10-03-2003 at 11:33.

  5. #5
    Join Date
    Jun 2002
    Location
    Krün / Germany
    Posts
    1,965
    what helps would be to check the forum caterogy: developer releases

  6. #6
    Join Date
    Mar 2003
    Location
    US
    Posts
    4
    I found an answer to this in my situation. I had an apostrophe in the name of the server --> so and so's server. Well dealing with sql long enough I know that an ' can signify a data value or delimiter. I dropped the ' and it worked fine. Sounds like the code of ts2 needs to be able to put a comment in so this will work with the new sql setup. Below you will see that there is an apostrophe in the server welcome message. Since it is not commented out it gets passed to sql and the sql server complains.


    s_server_welcomemessage = 'Welkom op Havoc's TS2 Server!',
    Last edited by moneyshot; 10-03-2003 at 18:52.

  7. #7
    Join Date
    Dec 2002
    Location
    Gouda, The Netherlands
    Posts
    12

    Talking

    Trying that right now. And... It works! Thx m8!
    The developer category doen't make any sense to me.

  8. #8
    Join Date
    Oct 2002
    Location
    California
    Posts
    256
    I don't mean to be rude or anything--I like being friendly.

    Within I would say one-half hour of RC2 being released I was having same problem--settings not being saved. I messed around a bit and found out that it was indeed the apostrophe and I posted the solution.

    Since then I have pointed at least a half-dozen having this problem to that thread.

    Well, hrmm, I was going to suggest people to use the search feature, but I can't even find that post when i search for "settings not saved"--maybe people have been trying to use the search with no luck?

    I think I'll edit the reply I made to include keywords and see how it goes.

    0.

  9. #9
    Join Date
    Mar 2003
    Location
    Baton Rouge, LA
    Posts
    2
    this also happens for me, but i noticed something else.

    if you use a desc or title with an apostrophe in it, it doesn't show that the setting has been changed, but it actually has.

    setting my servers title to "afex's TS server" shows no change in the webadmin, but if you connect to the server, it shows up fine.

    Server:
    afex's TS server

    ^ copy-pasted from the info pane after connecting.

  10. #10
    Join Date
    Oct 2002
    Location
    California
    Posts
    256
    Originally posted by afex
    this also happens for me, but i noticed something else.

    if you use a desc or title with an apostrophe in it, it doesn't show that the setting has been changed, but it actually has.

    setting my servers title to "afex's TS server" shows no change in the webadmin, but if you connect to the server, it shows up fine.

    Server:
    afex's TS server

    ^ copy-pasted from the info pane after connecting.
    Very interesting afex. I thought I tried logging into the server (with client, not webadmin) and still showed the unchanged name, etc. Perhaps I didn't.

    When I get home, I'll check it out. Have you tried shutting down the server after the changes and seeing if the settings show up in webadmin? Maybe it will cycle it--I don't know anything about how TS or SQL works like that.

    0.

  11. #11
    Join Date
    Mar 2003
    Location
    Baton Rouge, LA
    Posts
    2
    it always shows the wrong setting in the webadmin (if you use apostrophes), but i am connected to my server right now and the correct title and description are correct and use apostrophes

  12. #12
    Join Date
    Oct 2002
    Location
    California
    Posts
    256
    Well, I installed the newest developer release b22 the other day, but forgot to see if the apostrophe bug was fixed, and you reminded me. I just inserted an apostrophe in the server name, and the settings are saved. w00t!!!

    also, it is correct when I connect to the server with the client.

    well done TS team.

    0.

  13. #13
    Join Date
    Dec 2002
    Location
    Gouda, The Netherlands
    Posts
    12
    Originally posted by afex
    this also happens for me, but i noticed something else.

    if you use a desc or title with an apostrophe in it, it doesn't show that the setting has been changed, but it actually has.

    setting my servers title to "afex's TS server" shows no change in the webadmin, but if you connect to the server, it shows up fine.

    Server:
    afex's TS server

    ^ copy-pasted from the info pane after connecting.
    I figured that out also... Now let's wait till they release a fixed version. I don't know what to do with those developer releases, I ain't a developer...

  14. #14
    Join Date
    Oct 2002
    Location
    California
    Posts
    256
    Havoc,

    If you want to use the dev releases, you will notice that they are just the binary files, ie *.exe. What I did was rename my server_windows.exe file (in C:\program files\teamspeak_2) to server_windows.exe.bak (for backup purposes).

    Then copy the dev release binary (ie b22_server_windows.exe) to your teamspeak_rc2 folder and reaname it to server_windows.exe (or just run it how it is). Voila.

    Works for me, that is what I guessed one is to do with them. roflmao.

    gl,

    0.

  15. #15
    Join Date
    Dec 2002
    Location
    Gouda, The Netherlands
    Posts
    12
    Thx for explaning this to me. It's quite simple actually...
    I haven't tried it already, but I will. I thought those binary files would be source only.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. TS2 reset my audio input/output settings when started
    By rigsta in forum [TeamSpeak 2] Client Support
    Replies: 2
    Last Post: 28-10-2008, 20:53
  2. Settings not saved
    By RHatch in forum [TeamSpeak 2] Client Support
    Replies: 1
    Last Post: 12-10-2006, 08:25
  3. Settings -> Key Settings: Won't switch between sub channels
    By Byshop in forum [TeamSpeak 2] Client Support
    Replies: 0
    Last Post: 03-05-2006, 16:53
  4. Preset microphone settings (switchable)
    By CodeOptimist in forum [TeamSpeak 2] General Questions
    Replies: 0
    Last Post: 24-01-2004, 16:54
  5. Channels and Settings not being saved.
    By xbones in forum [TeamSpeak 2] Server Support
    Replies: 10
    Last Post: 04-04-2003, 05:38

Posting Permissions

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