[SOLVED]3.3.5 Server & Database Problem

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.

I am sure you have compiled master branch and overwrite d 3.3.5a branch binaries with master branch.

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

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

[ATTACH]2112._xfImport[/ATTACH]

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

[ATTACH]2113[/ATTACH]

[ATTACH]2114[/ATTACH]

Fixed on 5cdbbc2

— 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 —