DevLeoko / AdvancedBan

AdvancedBan is a Spigot plugin to manage punishments on single servers and server networks
GNU General Public License v3.0
164 stars 130 forks source link

Not able to update ID of punishment! #430

Open bartixen opened 3 years ago

bartixen commented 3 years ago

What version of AdvancedBan (/AdvancedBan) are you using? 2.3.0

What kind of server do you have (Bungeecord/single server)? Bungeecord

What server version (/version) are you using? BungeeCord-Bootstrap:1.16-R0.4-SNAPSHOT:9c078b7:1539

Please provide the EXACT steps required to reproduce the problem...

  1. Does not ban players

Any error/log post it through pastebin.com and link it here. (Also include /plugins/AdvancedBan/logs/latest.log) https://pastebin.com/cbAZwk8d

Add any additional information below. -

A248 commented 3 years ago

reason=Współpraca z Urbi03

Make sure the proper encoding is set on your database, at the database level, table level, and column level. You may need to use the ALTER TABLE syntax to modify existing table definitions which were created with the previous encoding.

bartixen commented 3 years ago

Now there is such a bug https://pastebin.com/nfhYQxE6

DevLeoko commented 3 years ago

That is the exact same error message. Have you tried what @A248 said?