Error with ABD menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    metehan's Avatar Banned
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    317
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Error with ABD

    When running the changesets. I get an error on changeset 2 using latest NCDB.
    It says "Feild "learn_spell" does not have default value."

    PLZ help I really want to get my server 2.4 content.
    +Rep+Rep+Rep to anyone that fixes this.

    Error with ABD
  2. #2
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The latest NCDB (which was like 3 weeks ago) doesn't have the latest SQL structure like ABD does.

  3. #3
    metehan's Avatar Banned
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    317
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What do you suggest I do without deleting all my custom content?

  4. #4
    Knife's Avatar Member
    Reputation
    44
    Join Date
    Dec 2007
    Posts
    254
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You should create a backup of your custom content, then wipe the database and after you imported ABD, run the backup. If you have any errors, then look what errors you have, and correct the structure, if it is something changed.
    Use the "Search" Button, its not hard
    +RepEveryone who helps and contributes


  5. #5
    metehan's Avatar Banned
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    317
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well I fixed this no thanks to ABD or any of their staff. They refuse to acknoledge this error even if their are 5 errors on their forums.

    alter table trainer_spells alter column learn_spell set default 0

    Run that query and changeset two after that and it willw work.

  6. #6
    Ickybad's Avatar Contributor
    Reputation
    214
    Join Date
    Apr 2008
    Posts
    904
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What you don't understand is Sectorseven THE OWNER of ABD did acknowledge this post..

  7. #7
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hahahahahahhahahhahaha. Your always complaining :P

  8. #8
    Clain's Avatar Banned
    Reputation
    179
    Join Date
    Jan 2008
    Posts
    1,396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That error was on your own part....We don't care if 5 threads were made on it. Thats their problem. Not ours.

    CREATE TABLE `trainer_spells` (
    `entry` int(11) unsigned NOT NULL default '0',
    `cast_spell` int(11) unsigned NOT NULL default '0',
    `learn_spell` int(11) unsigned NOT NULL default '0',
    `spellcost` int(11) unsigned NOT NULL default '0',
    `reqspell` int(11) unsigned NOT NULL default '0',
    `reqskill` int(11) unsigned NOT NULL default '0',
    `reqskillvalue` int(11) unsigned NOT NULL default '0',
    `reqlevel` int(11) unsigned NOT NULL default '0',
    `deletespell` int(11) unsigned NOT NULL default '0',
    `is_prof` tinyint(1) unsigned NOT NULL default '0',
    PRIMARY KEY (`entry`,`cast_spell`,`learn_spell`),
    KEY `entry` (`entry`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Trainer System';

    Is the correct structure.

  9. #9
    metehan's Avatar Banned
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    317
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The changesets are upgrades from the last revision of NCDB, if you did not change the structure through the changesets, then it the problem is on your side, not the users.

    I was told by ABD members to upgrade using the ABD.

  10. #10
    Ickybad's Avatar Contributor
    Reputation
    214
    Join Date
    Apr 2008
    Posts
    904
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Less QQ more pew pew Sectorseven knows what he is doing and so does the ABD team listen to them... Or just use a different database easy as pie.

  11. #11
    metehan's Avatar Banned
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    317
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DarkAssassinz08 View Post
    Less QQ more pew pew Sectorseven knows what he is doing and so does the ABD team listen to them... Or just use a different database easy as pie.
    If sectorseven knew what he was doing, he would be able to fix this simple error. I really doubt he has done anything so far in ABD.'

    Out of the last 189 commits , S7 has only done 12. Which were really minor changes, that even I could do.

    No offense.

  12. #12
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    True that. You make a good case. I've made 43 actually (look up the records). For the most part, I make alot of it and send it to my devs and if it passes testing its applied by them because its easier. I rarely apply my own material because I don't have the patience for testing. Most of my commits are patches that I apply. So whats your point? You like flaming me? Why the heck are you flaming me lol I did answer your question:
    The latest NCDB (which was like 3 weeks ago) doesn't have the latest SQL structure like ABD does.

    I said that you don't have the latest SQL structure. If you could do my job then you could run 2 or 3 quieries that are in the Ascent folder and not need us to post the table format for ya.

    Jealousy is a virtue. One that you posses greatly. Don't take your anger out on me or my staff. If you don't like us switch to another database.

    And to be honest... Nobody likes you your lucky you even have 24 reputation when you get to higher ranks (which I doubt will EVER happen) then you will have no friends and people will never want to work with a lousy, complaining, know-it-all SOB.

  13. #13
    DevGod's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get the following....

    [3/8] Items/Quests
    ERROR 2006 (HY000) at line 136: MySQL server has gone away

    none of the sunwell items seem to have loaded.

    I have no idea whats going on or if anything is working. I'd love to get loot tables for 2.4 installed and some ports to sunwell and stuff. thx.
    Last edited by DevGod; 05-08-2008 at 11:04 PM.

  14. #14
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Appears your MySQL Client shut-off after you starting importing the database

  15. #15
    DevGod's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i can import .sql files all day long but when i use ur batch file which i desperately want to it dies.. is there a chance for a non batch file sql import?

Page 1 of 2 12 LastLast

Similar Threads

  1. SQL Error with latest OpenAscent / ABD SVN's
    By Xerxe in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 05-21-2008, 04:23 PM
  2. Error With Glider!
    By andor44 in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 01-20-2008, 12:10 PM
  3. Error with creature. again....
    By jokerjokes in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 11-26-2007, 08:29 PM
  4. Error with vendors.
    By jokerjokes in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 11-26-2007, 02:40 AM
  5. Ac Ultimate Repack Error With Mysql
    By Greatdrak in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 10-03-2007, 08:35 AM
All times are GMT -5. The time now is 01:35 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search