View Single Post
asdfxD
Veteran Member
Join Date: Apr 2011
Old 12-23-2020 , 15:01   Re: [SB++] Inserting ban "Incorrect string value"
Reply With Quote #2

i had the same issue few months ago. open the sbpp_main.sp and change:

PHP Code:
SQL_SetCharset(DB"utf8"); 
to
PHP Code:
SQL_SetCharset(DB"utf8mb4"); 
and recompile the plugin.

do the same with the sbpp_comms.sp

Last edited by asdfxD; 12-23-2020 at 15:02.
asdfxD is offline