Posted - 08/05/2026 : 13:49:29
Any order with an "é" character is coming in the admin as the character #65533;.
$adminencoding="UTF-8"; is set in the includes
Some background is that we did just move to a new server. Not sure if that's the problem, and not sure how to check?
Here is what my web guy added to the db connect file to fix the R and TM issue in the descriptions.
$GLOBALS['ectdatabase']->set_charset('utf8mb4'); // <-- add this line
Edited by - steven vaccaro on 08/05/2026 14:47:33
|