Peter Knight Posted November 30, 2016 Posted November 30, 2016 Hi guys I had to uninstall a few Modules today and noticed that some of my pages now display weird characters as a result of this. For example, this is displaying as... Quote Mike's knowledge of Quote Mike’s knowledge of I understand a tiny about databases and this may be something to do with the Database Type and Collation? Currently I have Type = MYISAM Collation = utf8_general_ci I've used this setup before and never had these issues. Can anyone advise? I realise there are tons of StackOverflow topics covering this but was hoping for a super-simple instructions for a non database guy. Thanks
FrancisChung Posted December 1, 2016 Posted December 1, 2016 Have you tried using a different collation? I know this isn't what you wanted exactly, but this article gives you a very good background into issues you're having.https://www.blueboxcloud.com/insight/blog-article/getting-out-of-mysql-character-set-hell
FrancisChung Posted December 1, 2016 Posted December 1, 2016 Another thing you could do is to reinstall the modules, one by one, until the problem goes away. Try and identify which module(s) is affecting this, you could have a quick search and scan for certain keywords like collation etc and see if anything comes up that might give you a clue?
LostKobrakai Posted December 1, 2016 Posted December 1, 2016 Are you sure it's the db and not any of your php files or incorrect html encoding? 1
Peter Knight Posted December 21, 2016 Author Posted December 21, 2016 Thanks for the suggestions everyone and @FrancisChung for the link. I eventually solved this the hard way by manually correcting all the foreign characters. As it was a live site and in use I didn't have the luxury of gradually eliminating each Module or a more methodical approach. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now