• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] SQL Bug

Status
Not open for further replies.

savenx

Enthusiast
Hello.. When i try to start my worldserver.exe i receive this error:

[1146] Table 'world.locales_creature' doesn't exist
Your database structure is not up to date. Please make sure you've executed all queries in the sql/updates folders.


But my database AND my core its UP TO DATE, i have updated it to tdb 60, and executed ALL querys on the UPDATE folder!

Someone can help me ? Thx
 

Tommy

Founder
Hello.. When i try to start my worldserver.exe i receive this error:

[1146] Table 'world.locales_creature' doesn't exist
Your database structure is not up to date. Please make sure you've executed all queries in the sql/updates folders.


But my database AND my core its UP TO DATE, i have updated it to tdb 60, and executed ALL querys on the UPDATE folder!

Someone can help me ? Thx

It isn't a bug. You forgot to run an update query. Just because you think you ran all of them doesn't mean you did, especially when that error shows.

I found the sql query. Run this query: https://github.com/TrinityCore/Trin...5_11_07/2015_10_31_03_world_2015_08_01_01.sql
 

Tommy

Founder
Tommy, look the print: http://prntscr.com/95hiqc

But the error persists.. and i dont know why, i pulled the Eluna today.. its up-to-date

@edit..

seems that my file is outdated.. http://prntscr.com/95hjrr

Idk why, i pulled the core today

Is this a fresh pull from Eluna TC WotLK? If so, then I don't know what is still trying to use that table as it doesn't exist anymore (was removed) and it isn't being used anywhere in the source code (as far as I've looked). Even in TrinityCore's base world sql I don't even see it, so either you have an old source or something sneaky is still trying to call that table. If it is a fresh pull I guess I would recommend finding the table and running it in the world database & see if that solves it, but it doesn't make much sense as to why it is doing this on a fresh pull (if the source is on today's recent commit).
 
Status
Not open for further replies.
Top