rodel77 / MiniBoardGames

A Minecraft + Spigot premium plugin to play board games!
https://www.spigotmc.org/resources/30066/
GNU General Public License v3.0
1 stars 0 forks source link

Some sql issue with SnakeGame and highlower #45

Open Malachiel87 opened 6 years ago

Malachiel87 commented 6 years ago

I got these error on console, i am using latest mbg with 1.8.8 paperspigot with mysql enabled Highlower https://gist.github.com/xion87/133d32add73a60b7cf64535851ce69fe Snake https://gist.github.com/xion87/48ab296ea2504880639a932f1f3ae365

rodel77 commented 6 years ago

Make sure that your mysql config is correct and that you don't have any error on the startup

Malachiel87 commented 6 years ago

the config is correct and there is no error at startup, it happen only when playing with these 2 games

rodel77 commented 6 years ago

Idk, try to restart the server and see if the plugin says "SnakeGames db stats checked & fixed" same with the other game, also check if in the database there is any table called snakegame or higherlower

Also, can you please tell me what is your spigot name?

Malachiel87 commented 6 years ago

i am Malachiel on spigot, also on your discord (saddy in github is already in use) Here is the startup log https://gist.github.com/xion87/6a7e4e9bbd4cabcc0a2e2e515df62e9f

rodel77 commented 6 years ago

Also please check if you have the tables higherlower or snakegame in your database (Also check if you have them similar but different... maybe can be a typo)

Malachiel87 commented 6 years ago

i have these, remember you helped me to convert the sqlite to mysql? image

rodel77 commented 6 years ago

It seems like the game is trying to find table "snakegame" but the only one is "mbg_snakegame"... I will add it to the todo list, if you want you can disable those games for now

Malachiel87 commented 6 years ago

or i rename the table without mbg as temporany solution? :)

rodel77 commented 6 years ago

I don't really recommend doing that, probably stats, tops and other things that uses mbg_ prefix will stop working

Malachiel87 commented 6 years ago

oke waiting your update ^^