[Ascent] Database Problem

Results 1 to 10 of 10
  1. #1
    Newbie ipwn23 is offline
    MemberRank
    Sep 2007 Join Date
    Konoha :pLocation
    7Posts

    [Ascent] Database Problem

    I recently made my own server and all was well...HOWEVER, I cannot create a character because 'guild_data' was missing out of my DB. Well, I found something on the internet that looks like this

    CREATE TABLE `guild_data` (
    `guildid` int(30) NOT NULL,
    `playerid` int(30) NOT NULL,
    `guildRank` int(30) NOT NULL,
    `publicNote` varchar(300) NOT NULL,
    `officerNote` varchar(300) NOT NULL
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1;

    Now an error happens that says

    "column count does not match value count at row 1"

    I have no Idea as to what is causing this but if it had anything to do with the addition i made to my DB I dont know how to fix it so please post a reply! :]

    p.s.[how I added the 'guild_data' to the char DB was I found the abouve code and got a Sql file, copied it and deleted everything in the copy to replace it with the code I found. Then I went to SQLyog and added the new sql file to my character DB]


  2. #2
    Elite Member Shadei is offline
    Member +Rank
    Dec 2005 Join Date
    174Posts

    Re: [Ascent] Database Problem

    Reinstall your NCDB(if that's what you're using) with the newest revision. Make sure you run the sql updates! That should fix this problem.

  3. #3
    Newbie oneybm is offline
    MemberRank
    Feb 2007 Join Date
    5Posts

    Re: [Ascent] Database Problem

    I'm having the same issue and have tried all that has been suggested. Currently the below error is what I get when attempting to import any of the needed sql updates.

    Code:
    Error occured at:2007-12-11 22:20:11
    Line no.:1
    Error Code: 1060 - Duplicate column name 'custom_faction'
    If I'm doing anything wrong I'll gladly accept the criticism as long as ithelps.

    Oneybm

  4. #4
    Elite Member Shadei is offline
    Member +Rank
    Dec 2005 Join Date
    174Posts

    Re: [Ascent] Database Problem

    Quote Originally Posted by oneybm View Post
    I'm having the same issue and have tried all that has been suggested. Currently the below error is what I get when attempting to import any of the needed sql updates.

    Code:
    Error occured at:2007-12-11 22:20:11
    Line no.:1
    Error Code: 1060 - Duplicate column name 'custom_faction'
    If I'm doing anything wrong I'll gladly accept the criticism as long as ithelps.

    Oneybm

    That means those specific updates were already implemented. The only time I had this problem was when I upgraded to ascent 2527 and the sql updates fixed it for me. If you can't find a way you may need to downgrade below Revision 2527. Make sure you are using the newest Sql Updates also

  5. #5
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: [Ascent] Database Problem

    I have never encountered this error, but it should be mentioned in a SQL Query.

  6. #6
    Grand Master iNs@nE is offline
    Grand MasterRank
    Jun 2006 Join Date
    HereLocation
    9,537Posts

    Re: [Ascent] Database Problem

    http://forum.ragezone.com/f114/ascen...roblem-334812/

    Discussed a method to get rid of this problem in that thread. Take a look. Else just use a different set of files. Simple.

  7. #7
    Member Vuldan is offline
    MemberRank
    Aug 2006 Join Date
    38Posts

    Re: [Ascent] Database Problem

    use the (2521)_character_guilds.sql and (2525)_character_fix_account_data.sql updates (found on your SQL Updates Folder).

    worked for me

  8. #8
    Newbie oneybm is offline
    MemberRank
    Feb 2007 Join Date
    5Posts

    Re: [Ascent] Database Problem

    I updated to 2539 and that has gone away but now I have a whole new problem that I'm working on. *sigh* This time if a char is played and the acct logged out all of the inventory items are missing upon next login.

  9. #9
    Newbie Recklezz is offline
    MemberRank
    Dec 2007 Join Date
    The NetherlandsLocation
    16Posts

    Re: [Ascent] Database Problem

    lol this is really getting anoyingxD. i updated it, with Characterguild.sql(2521). and now i cant even connect to the game xD. whilst i could this afternoon xD?

  10. #10
    Newbie computerhelper is offline
    MemberRank
    Nov 2007 Join Date
    12Posts

    Re: [Ascent] Database Problem

    you happen to be an admin in any other servers



Advertisement