Quote:
Originally Posted by VBDev
What you can try is changing the chat text field of the mgc_cb_evo_chat table to utf8.
|
Not sure if I'm understanding this. I looked at the mgc_cb_evo_chat table and the closest thing I see to chat text is ctext. Right now its type is "mediumtext" so is this what should be changed to utf8? I'm also not very savvy with mysql so I'm not entirely sure how to change it if that's the case.