Jump to content
  • Update fails for Rel21_22_001_New_Command_auragroup.sql / 97e10ce


    jwh1981
    • Status: Completed
      Main Category: Database
      Sub-Category: Show Stopper
      Version: 21.14 Milestone: Unset Priority: New
      Implemented Version: 21.14

    Hello, I attempted to update my dbZero and I get:

    ===== Status =====      ===== DB is on Version: =====
    * UPDATE FAILED *       DB_Cleanup_Pt6


    when I run: mysql -u root -p -h192.168.1.20 zero_world < Rel21_22_001_New_Command_auragroup.sql

    The server (192.168.1.20) is Debian 10 x86_64 with MySQL 5.7.31. This setup worked fine yesterday and I updated my core today and it was required to be on Rel21_22_001_New_Command_auragroup

    The MySQL logs do not show an error, I only have the response that it failed and its on DB_Cleanup_pt6

    Any help would be appreciated!


    User Feedback

    Recommended Comments

    Hi @jwh1981,

    The commited sql file is here : https://github.com/mangoszero/database/commit/97e10cea3d9674e39f3afb83595ad46df959a620
    I have applied it with no problem on my mangos zero DB which was up to Rel21_21_014
    Can you try to execute what is
    between line 44 and 78 ? You will get the error message then.

    You can also discuss with us on Discord https://discord.gg/6KNhGG

    Thanks

    Elmsroth

    Link to comment
    Share on other sites

    This is the issue: Unknown column 'content_loc0' in 'field list' per:

    REPLACE INTO `mangos_string` (`entry`, `content_default`,`content_loc0`, `content_loc2`, `source_file`,`source_enum_wrapper`,`source_enum_tag`) VALUES (1701, '%s is Dead - cannot apply aura.', '%s is Dead - cannot apply aura.', '%s est mort - l''aura ne peut pas être appliquée.', 'Language.h', 'MangosStrings', 'LANG_COMMAND_AURAGROUP_CANNOT_APPLY_AURA_PLAYER_IS_DEAD'), (1702, 'Aura from spell %u has been applied to %s.', 'Aura from spell %u has been applied to %s.', 'L''aura du spell %u a été appliquée à %s.', 'Language.h', 'MangosStrings', 'LANG_COMMAND_AURAGROUP_AURA_APPLIED'), (1703, 'Cannot remove aura(s) from %s because the player is dead.', 'Cannot remove aura(s) from %s because the player is dead.', 'Impossible de de retirer le/les aura(s) du joueur %s car il est mort.', 'Language.h', 'MangosStrings', 'LANG_COMMAND_AURAGROUP_CANNOT_UNAURA_DEAD_PLAYER'), (1704, 'All auras have been removed from %s.', 'All auras have been removed from %s.', 'Toutes les auras ont été retirées de %s.', 'Language.h', 'MangosStrings', 'LANG_COMMAND_AURAGROUP_ALL_AURA_REMOVED'), (1705, 'Aura from spell %u has been removedfrom %s', 'Aura from spell %u has been removed from %s', 'L''aura du spell %u a été enlevée de %s.', 'Language.h', 'MangosStrings', 'LANG_COMMAND_AURAGROUP_AURA_REMOVED_FOR_SPELL');

    Should be content_loc1 as there is no content_loc0 field in the mangos_string table

     

    I changed Rel21_22_001_New_Command_auragroup.sql to content_loc1 and it works fine

    Edited by jwh1981
    Link to comment
    Share on other sites



    Guest
    This is now closed for further comments

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use