[Help] application configuration is incorrect menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    b!atch's Avatar Member
    Reputation
    118
    Join Date
    Oct 2007
    Posts
    726
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Help] application configuration is incorrect

    Snip! Scroll down to see the actual problem;b
    Last edited by Candybones <3; 04-01-2008 at 02:19 PM.

    [Help] application configuration is incorrect
  2. #2
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there was a problem with the rev but it works now
    If you need me you have my skype, if you don't have my skype then you don't need me.

  3. #3
    b!atch's Avatar Member
    Reputation
    118
    Join Date
    Oct 2007
    Posts
    726
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok thx, ill try again

  4. #4
    b!atch's Avatar Member
    Reputation
    118
    Join Date
    Oct 2007
    Posts
    726
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OH SHIZZLE MAH NIPPLE!..
    MAJOR ERROR/WARNING:
    One of your creature_spawns has the wrong column count
    Ascent has skipped loading this table in order to avoid crashing
    Please correct this, if you do not, no spawns will show..
    whaaaaaaat? xE ;s

  5. #5
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    in creature_spawns and gameobject_spawns delete the row called id2 for both of them and it will work
    If you need me you have my skype, if you don't have my skype then you don't need me.

  6. #6
    b!atch's Avatar Member
    Reputation
    118
    Join Date
    Oct 2007
    Posts
    726
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx.., ur the perfect teacher:b

  7. #7
    roflstomp15's Avatar Banned
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    2D, first of all I just want to say thanks for helping me out so much, it says I can't give you any more rep ;[

    Anyway, it says that 0 accounts has been preloaded because its being muted from the DB.. halp?

  8. #8
    b!atch's Avatar Member
    Reputation
    118
    Join Date
    Oct 2007
    Posts
    726
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I lost my net connection for liek. almost 2 days.. how exactly do i find that "row"?^^ ima complete nub with navicat..or well... actually not, just never worked with rows:P

  9. #9
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    roflstomp15 use this sql query:

    Code:
    alter table accounts add column muted int(30) not null default 0;
    b!atch post ur con files


    edit: change these b!atch


    <LogonDatabase Hostname = "custom-world.game-server.cc"
    Username = "root"
    Password = "root"
    Name = "ascentlogon"
    Port = "3306"
    Type = "1">
    change whats in red to 127.0.0.1
    Last edited by 2dgreengiant; 04-01-2008 at 12:29 PM.
    If you need me you have my skype, if you don't have my skype then you don't need me.

  10. #10
    b!atch's Avatar Member
    Reputation
    118
    Join Date
    Oct 2007
    Posts
    726
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Saw that error, fixed it.. the problem is that i cant find the row u told me to delete. actually i didnt know what u were talking about

    in creature_spawns and gameobject_spawns delete the row called id2 for both of them and it will work
    Last edited by Candybones <3; 04-01-2008 at 01:37 PM.

  11. #11
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    in the tables in your db called gameobject_spawns and creature_spawns and delete the coulomb id2
    If you need me you have my skype, if you don't have my skype then you don't need me.

  12. #12
    b!atch's Avatar Member
    Reputation
    118
    Join Date
    Oct 2007
    Posts
    726
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do i do that exactly? DELETE FROM `gameobject_spawns` WHERE (`id`='2') deletes the record.. that has entry id 2.. how do i find the column?.. thats the whole problem. i have no clue at all about how i find it and delete it? could u tell me a query to delete it?:P that would be sooo much easier, sorry for beeing so un-understanding^^

  13. #13
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    ALTER TABLE creature_spawns DROP id2
    and

    Code:
    ALTER TABLE gameobject_spawns DROP id2
    If you need me you have my skype, if you don't have my skype then you don't need me.

  14. #14
    b!atch's Avatar Member
    Reputation
    118
    Join Date
    Oct 2007
    Posts
    726
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    THX! i love you so much lol:P.. Would rep you.. But cant;d

  15. #15
    b!atch's Avatar Member
    Reputation
    118
    Join Date
    Oct 2007
    Posts
    726
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Argh.. 1091 Can't DROP 'id2'; check that column/key exists happens for both. >.< and ascent still gives me the old warning..

    MAJOR ERROR/WARNING:
    One of your creature_spawns has the wrong column count
    Ascent has skipped loading this table in order to avoid crashing
    Please correct this, if you do not, no spawns will show..
    whaaaaaaat? xE ;s

Page 1 of 2 12 LastLast

Similar Threads

  1. Help with configuration for wow botting!
    By vito.gold in forum World of Warcraft General
    Replies: 3
    Last Post: 01-25-2015, 10:26 AM
  2. Replies: 0
    Last Post: 02-02-2009, 12:20 AM
  3. Need Help With Configuration
    By Havocresume in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 04-02-2008, 12:39 PM
  4. Help Configuring Ascent
    By Phygar in forum World of Warcraft Emulator Servers
    Replies: 18
    Last Post: 11-27-2007, 06:53 PM
  5. Help with configuring realmlist
    By Dojob020 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 09-19-2007, 05:27 PM
All times are GMT -5. The time now is 06:56 AM. 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