Jump to content
TrinityCore

Athena

Members
  • Posts

    2173
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Athena

  1. Look where the errors start! And maybe you will get a clue of what is it. Also, what revision did you pull? Note: "The last one" isn't a answer!
  2. hum... unless the engine_logon_db variable doesn't point to your auth DB i don't see why it throws that error!
  3. ok... i see that i have to do a sketch! PHP Basic 101: <?php $variable = '0'; //The value of the $variable is 0. $variable = mysql_query("SELECT id FROM account WHERE username = 'test'"); //The value of variable is the id from test. ?> TBL_ACCOUNT get his variable somewhere... i just want to know where and that code!
  4. Reviving old threads?! [CLOSED]
  5. You have compiled every single version of ACE??? All 70 Versions of ACE??? You are my hero dude!
  6. --- Canned message start It appears the issue in the original post was solved, so this thread shall be closed. Should you encounter any other difficulties, please open a new thread. --- Canned message end ---
  7. --- Canned message start It appears the issue in the original post was solved, so this thread shall be closed. Should you encounter any other difficulties, please open a new thread. --- Canned message end ---
  8. Is it the same problem? Sure? Read the entire thread.
  9. This means something, doesn't it?
  10. With what program did you loaded it? I just checked and that column is present on it... soo... if you don't see it, it's because something was not loaded very well.
  11. Does your table item_instance looks like this: CREATE TABLE `item_instance` ( `guid` int(10) unsigned NOT NULL DEFAULT '0', `itemEntry` mediumint(8) unsigned NOT NULL DEFAULT '0', // <-- It seems this column is missing on your DB. `owner_guid` int(10) unsigned NOT NULL DEFAULT '0', `creatorGuid` int(10) unsigned NOT NULL DEFAULT '0', `giftCreatorGuid` int(10) unsigned NOT NULL DEFAULT '0', `count` int(10) unsigned NOT NULL DEFAULT '1', `duration` int(10) NOT NULL DEFAULT '0', `charges` tinytext, `flags` mediumint(8) unsigned NOT NULL DEFAULT '0', `enchantments` text NOT NULL, `randomPropertyId` smallint(5) NOT NULL DEFAULT '0', `durability` smallint(5) unsigned NOT NULL DEFAULT '0', `playedTime` int(10) unsigned NOT NULL DEFAULT '0', `text` text, PRIMARY KEY (`guid`), KEY `idx_owner_guid` (`owner_guid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Item System';
  12. bitherd, if you look @ the image you will see that he has the right MySQL version, that is only a warning. But the [ERROR]: Unknown column 'itemEntry' in 'field list' means that he missed some DB updates.
  13. Just put the last 25-30 lines.
  14. A more detailed log output would help!
  15. Seems like permissions problem! Try creating a folder on your root disk and compile from their.
  16. It seems you are compiling a outdated version... also your GIT is outdated. Maybe if you update your GIT and re-download all source code and compile, everything goes well.
  17. And BTW. First and last time i used Navicat (yes, i did tryed it once) it simply skiped SQL lines! And that is definitely a BIG problem! Anyway, sqlyog is a good program... i prefere the command line (but that's me! hehehehe!) Cheers, Athena
×
×
  • Create New...