Community Forums Today's Posts     Member List     Archive    
Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    Join Date
    Jan 2006
    Location
    Montana, U.S.
    Posts
    127
    Quote Originally Posted by dante696 View Post
    Normally this should be solved after updating to Beta20. I started a test for this. I created some rooms with and wihtout subchannels inside. Then i set and icon for 2 rooms. Now im waiting until something happens.
    Any news dante696?

    If not I'll submit with my premium support account

    Thank you and have a great day!

  2. #17
    Join Date
    Jun 2008
    Posts
    7,763
    We had the same problem with some icons, but my test channels with icons still look, like they were new.

  3. #18
    Join Date
    Jan 2006
    Location
    Montana, U.S.
    Posts
    127
    Have not had an issue since last update to ser beta 21 & client beta 18


  4. #19
    Join Date
    Jan 2006
    Location
    Montana, U.S.
    Posts
    127
    Quote Originally Posted by damaboo View Post
    Have not had an issue since last update to ser beta 21 & client beta 18

    spoke to soon! THERE BAAACK!

    On my Win XP with clnt beta 18 it took a couple hours then they appeared.
    On my Win Vista 64 with clnt beta 18 it took a couple days of being on 12 to 14 hours a day.

    Server is updated to beta 21.

    I created another new server with beta 21 files and nothing has happened yet in the last couple days but this server is not in use and i have not been sitting on it for many hours to see if it will duplicate itself. Today I am keeping connected with my XP comp for the day to see if channel icon duplicates.

    If TS support staff or Devs need more specific info, data or access; Please contact me
    Last edited by damaboo; 03-04-2010 at 12:57. Reason: added

  5. #20
    Join Date
    Jan 2006
    Location
    Montana, U.S.
    Posts
    127
    !! UPDATE !!

    I have found that if I create a new server with beta 21 there is no Channel icon duplication, it only seems to happen with servers that have been updated to beta 21 from a older server version like beta 19.

    The fix I was given for the duplicate channel icon problem is as follows:
    "You should be able to fix this by temporary setting an icon to the other channels
    and remove it immediately after that.
    "

    I have tried this and so far it seems to have worked.

    Thank all of you for your input on this issue!

    Have a great day!

  6. #21
    Join Date
    May 2007
    Location
    Eastern NC
    Posts
    1,359
    Quote Originally Posted by damaboo View Post
    !! UPDATE !!

    I have found that if I create a new server with beta 21 there is no Channel icon duplication, it only seems to happen with servers that have been updated to beta 21 from a older server version like beta 19.

    The fix I was given for the duplicate channel icon problem is as follows:
    "You should be able to fix this by temporary setting an icon to the other channels
    and remove it immediately after that.
    "

    I have tried this and so far it seems to have worked.

    Thank all of you for your input on this issue!

    Have a great day!
    Sounds like the manual way of doing what the SQL script I posted did. I tried briefly to update that SQL to work on a server already running 19 - 21, but can't find a way in SQLite browser to get the "...WHERE NOT EXIST (SELECT...." to work. So, for now it can only be run on a database after stopping 18 before starting with 19 - 21. The SQL would be much more "multi v-server" friendly, especially for hosters.

    This is all the sql command I ran between 18 and 19:
    Code:
    insert into channel_properties (server_id, id, ident) select distinct server_id, id, 'channel_icon_id' as ident from channel_properties ;
    insert into client_properties (server_id, id, ident) select distinct server_id, id, 'client_icon_id' as ident from client_properties ;
    insert into server_properties (server_id, id, ident) select distinct server_id, id, 'virtualserver_name_phonetic' as ident from server_properties where server_id > 0 ;
    insert into server_properties (server_id, id, ident) select distinct server_id, id, 'virtualserver_icon_id' as ident from server_properties where server_id > 0 ;
    insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) select server_id, group_id, 0 as id2, 'b_virtualserver_modify_icon_id' as perm_id, 1 as perm_value, 0 as perm_negated, 0 as perm_skip from groups_server where name = 'Server Admin' or name = 'Admin Server Query';
    update perm_server_group set perm_id = 'i_needed_modify_power_icon_id' where perm_id = 'i_needed_modify_power_group_icon_id' ;
    update perm_server_group set perm_id = 'i_needed_modify_power_icon_manage' where perm_id = 'i_needed_modify_power_group_icon_manage' ;
    update perm_server_group set perm_id = 'b_icon_manage' where perm_id = 'b_group_icon_manage' ;
    update perm_server_group set perm_id = 'i_icon_id' where perm_id = 'i_group_icon_id' ;
    update perm_client set perm_id = 'i_needed_modify_power_icon_id' where perm_id = 'i_needed_modify_power_group_icon_id' ;
    update perm_client set perm_id = 'i_needed_modify_power_icon_manage' where perm_id = 'i_needed_modify_power_group_icon_manage' ;
    update perm_client set perm_id = 'b_icon_manage' where perm_id = 'b_group_icon_manage' ;
    update perm_client set perm_id = 'i_icon_id' where perm_id = 'i_group_icon_id' ;
    update perm_channel_groups set perm_id = 'i_needed_modify_power_icon_id' where perm_id = 'i_needed_modify_power_group_icon_id' ;
    update perm_channel_groups set perm_id = 'i_needed_modify_power_icon_manage' where perm_id = 'i_needed_modify_power_group_icon_manage' ;
    update perm_channel_groups set perm_id = 'b_icon_manage' where perm_id = 'b_group_icon_manage' ;
    update perm_channel_groups set perm_id = 'i_icon_id' where perm_id = 'i_group_icon_id' ;
    As you can see at the time we didn't have the "group auto update type" permission so to add the b_virtualserver_modify_icon_id permission I choose to use the default names for my servers since I didn't change them.
    Last edited by Screech; 06-04-2010 at 14:27. Reason: added my sql

  7. #22
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    11

    [BUG] Channel Icons

    Hey guys

    I uploaded some icons serval days ago to one of my channels. Today I joined my Server and 3 channels under the Channel appeared the same Icon as the icon on the channel I acctually uploadet to.

    Noice: Its not a subchannel!

    Screenshot

    Im not the only one who has the problem. A friend of mine got the same one!

    Screenshot²


    -Dago

  8. #23
    Join Date
    May 2007
    Location
    Eastern NC
    Posts
    1,359
    Try setting and removing an icon from the channels that should not have the icon. I'm guessing your server database was updated from an older server version that didn't support channel icons.?

  9. #24
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    11
    Yes those 2 were upgraded from an older version but i got exactly the same bug on an NEW downloadet Server as you see in this picture:

    Click me!

    (Ignor the red square it was placed for a tutorial )

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Unknown error is making my virtual servers shhutdown.
    By Lynx14 in forum Linux / FreeBSD
    Replies: 0
    Last Post: 25-04-2010, 16:43
  2. 3 Suggestions
    By BetaAlien in forum Suggestions and Feedback
    Replies: 9
    Last Post: 05-01-2010, 14:05
  3. No Sound
    By tank464 in forum [TeamSpeak 2] Client Support
    Replies: 20
    Last Post: 18-11-2009, 19:16
  4. dos attack i think
    By sklipnoty in forum [TeamSpeak 2] Server Support
    Replies: 2
    Last Post: 29-08-2007, 23:19
  5. Constant timeouts and disconnections
    By SniperBait in forum [TeamSpeak 2] Client Support
    Replies: 8
    Last Post: 10-05-2005, 22:07

Posting Permissions

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