Tutorial Fix db syerr 'QueryLocaleSet: m_stLocale == 0'

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

4peppe

New member
Joined
Feb 18, 2021
Messages
26
Credits
7
Open the file ClientManager.cpp located in / src / db on the server side

search

g_stLocale = "";

replace with

g_stLocale = "latin1"; (or latin2 or latin3, according to your language)
 
Back
Top