Stange Characters After Move
-
I moved our WP site from one VPS to another. After the move, stange characters have appeared where quotes and other punctuation once were. Example: “, †and Â.
At first I thought this might have been because our original server was 64-bit, and the new one is 32-bit (although it’s the same OS). But after setting two virtual machines (one running 64-bit, the other 32-bit) the problem is still present.
It then looked like it may have had to do with the database and the collation it uses. I tried changing all tables to utf8_general_ci from latin1_swedish_ci (right now it’s a mix), but no matter what I do, re-importing the database keeps the tables in their original exported collation. And even if I don’t re-import the database their collations don’t change.
I tried running the WP plug-in UTF-8 Database Converter (http://ww.wp.xz.cn/extend/plugins/utf-8-database-converter/) but it stops during the conversation and generates an error. (I think this may have to do with 64-bit vs 32-bit). In any case, none of the collations change.
Any ides how I can fix this problem and get the right punctuation to display without manually cleaning everything up?
The topic ‘Stange Characters After Move’ is closed to new replies.