terakoth Posted May 3, 2017 Report Share Posted May 3, 2017 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 More sharing options...
Aokromes Posted May 3, 2017 Report Share Posted May 3, 2017 I am sure you have compiled master branch and overwrite d 3.3.5a branch binaries with master branch. 1 Link to comment Share on other sites More sharing options...
terakoth Posted May 3, 2017 Author Report Share Posted May 3, 2017 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 More sharing options...
CDawg Posted May 3, 2017 Report Share Posted May 3, 2017 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 1 Link to comment Share on other sites More sharing options...
terakoth Posted May 3, 2017 Author Report Share Posted May 3, 2017 I did everything you guys said and redid the files with a new fresh compiled server again just now and ran the worldserver it did all the updates and it is still saying the problem here 1 Link to comment Share on other sites More sharing options...
Mistie Posted May 3, 2017 Report Share Posted May 3, 2017 (edited) 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 Edited May 3, 2017 by Mistie Link to comment Share on other sites More sharing options...
Mistie Posted May 3, 2017 Report Share Posted May 3, 2017 (edited) 4 minutes ago, Mistie said: Edited May 3, 2017 by Mistie Cant figure out how to delete posts, fucked up. Link to comment Share on other sites More sharing options...
Aokromes Posted May 3, 2017 Report Share Posted May 3, 2017 Fixed on 5cdbbc2 2 Link to comment Share on other sites More sharing options...
Aokromes Posted May 3, 2017 Report Share Posted May 3, 2017 --- 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 --- Link to comment Share on other sites More sharing options...
Recommended Posts