Jump to content
TrinityCore

[SOLVED]3.3.5 Server & Database Problem


terakoth
 Share

Recommended Posts

I am using branch 3.3.5 when I run the worldserver.exe I am getting Unknown column MailTemplate in field list check your database to make sure you have executed all the sql/updates files.  I am using the latest database and the newest core commit that I just pulled, I let the server update the world server it self, I even tried doing them myself and I am still getting the same problem.

Link to comment
Share on other sites

well what I did was did git clone https://github.com/TrinityCore/TrinityCore.git then I did cd TrinityCore afterwards I did git checkout 3.3.5 and did the cmake, then compiled the server and ran the main sql file for world, then ran the server and let it update the database and the server loaded everything until it hit the problem.  I switched the branch before I compiled the server.

Link to comment
Share on other sites

7 minutes ago, terakoth said:

well what I did was did git clone https://github.com/TrinityCore/TrinityCore.git then I did cd TrinityCore afterwards I did git checkout 3.3.5 and did the cmake, then compiled the server and ran the main sql file for world, then ran the server and let it update the database and the server loaded everything until it hit the problem.  I switched the branch before I compiled the server.

Sounds like what Aokromes mentioned that you overwrote your own branch or clone.

when you do a git clone, try placing it in a directory other than Trinitycore. For example: TrinityCore335a and for the master branch create a directory for TrinityCoreMaster (or whatever you want)

Unix example (if you are using linux):

git clone -b 3.3.5 git://github.com/TrinityCore/TrinityCore.git trinitycore335a

git clone git://github.com/TrinityCore/TrinityCore.git trinitycore7x

  • Upvote 1
Link to comment
Share on other sites

i am also having this issue, macOS. It happened after compiling and installing the new sql files from this commit: 

https://github.com/TrinityCore/TrinityCore/commit/309a7f7e2ab1f27a8c21d60791bcc6e5f7d6bec3

My server ran fine before this commit

I tried a fresh install on both Windows and macOS to be sure. This commit appears to have broken something. I think its still looking for mailtemplate instead of mailtemplateid (this commit dropped mailtemplate for mailtemplateid

Screen Shot 2017-05-02 at 9.42.32 PM.png

Screen Shot 2017-05-02 at 9.42.46 PM.png

Edited by Mistie
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...