
Originally Posted by
CJPinder
It looks like the email_address column in the subscribers table has been created with a latin1_general_ci collation instead of a latin1_swedish_ci collation as it should be. I'm not sure why though.
How was your Zen Cart database originally created? Has it been upgraded or moved since then?
If you are comfortable using PHPMyAdmin (or whatever MySQL admin your host provides) then you could go into the database and change the email_address column in the subscribers table to have a latin1_swedish_ci collation.
Regards,
Christian.
Bookmarks