MobHunting

MobHunting

114k Downloads

Database problems

Weasel-Beans opened this issue ยท 1 comments

commented

Today when I looked at my console log I found several warnings related to 'SQLITE DATABASE LOCKED" etc. So after looking it up I decided to see if I could switch to using mysql instead which HumbleServers allows. As soon as I reloaded I was hit with countless errors/warnings, and now I'm fairly sure the plugin isn't working at all. Whether or not I use sqlite or mysql it's completely broken and my console is being spammed with errors.

Current errors: https://pastebin.com/rvbhAsWY

Config: https://pastebin.com/Dp3hXa8x

Any ideas how I could fix this at this point?

commented

Okay I think I fixed it by changing back to sqlite and fixing the database name after restarting the server. I still don't know why it was 'locked' in the first place though, or why I received so many errors while doing this. I guess I need a full restart to change these settings? Well the original sqlite database file seems to work again.