Posted - 02/14/2025 : 05:09:28
Hi Laleirina I think this may be to do with the character set for of the data from the database. In your file /vsadmin/db_conn_open.php ...you will have a line like this... $GLOBALS['ectdatabase'] = new mysqli($db_host, $db_username, $db_password, $db_name); On the line after that, can you try adding this line... $GLOBALS['ectdatabase']->set_charset('utf8'); Then refresh the details page. If that doesnt't work, try the "latin1" charset like this... $GLOBALS['ectdatabase']->set_charset("latin1"); If neither of those work, please take the line out again and let me know. Vince Click Here for Shopping Cart SoftwareClick Here to sign up for our newsletterClick Here for the latest updater
|