If your database content isn't UTF-8, then you will want to NOT use UTF-8:
https://www.zen-cart.com/tutorials/i...hp?article=414
And "iso-8859-1" is incorrect for DB_CHARSET configure.php file defines. In those files it would be "latin1" instead. I think there's a comment to that effect directly within the file itself.
And you need to use the same DB_CHARSET in both of your configure.php files. They need to be set to the same.


Reply With Quote

