Cannot run Solid Security. Error encountered during setup. Please try deactivating and reactivating Solid Security. Contact support if the error persists.
Deactivating and reactivating the plugin did not help. Thanks!
]]>I was having issues with a move to a new host. I noticed the new hosts wp-config.php DB_CHARSET was different when using their provided WordPress installer (‘utf8’). Our websites to be moved used ‘utf8mb4’.
After doing the move, WordPress started having some intermittent connection issues to the database. I had thought the DB_CHARSET difference could be the issue, so I changed it from utf8mb4 to utf8, but this did not resolve it. I then changed the sites back to utf8mb4 (after about 2 minutes). After contacting my new host, they rebooted my services and I have not seen the issue again since.
So, my question here is, could I have caused any changes/damages to the database by doing this? Everything seems to be working fine. Just asking because I’m unsure and I understand that you may not be able to help more without digging in more, but I will do what I can.
Thanks everyone for your help.
]]>I like your plugin a lot.
Since I update to the 3.x version I have all the time the problem the says can’t set DB_CHARSET. Add the line define(‘DB_CHARSET’, ‘utf8’); to wpconfig.php isn’t a solution. Afterwards the blog gives a php failer out and the characters arn’t shown correctly.
Thanks for little supporting me.
Greatings
https://www.ads-software.com/extend/plugins/backwpup/
]]>Im currently importing a CSV and using this to post to my blog. When i have done this it imports strange characters in particular “?” being added in front of “£”. So i set about commenting out
//define(‘DB_CHARSET’, ‘utf8’);
in wp-config.php and this sorts the problem until i import the CSV again and it updates the posts and the original problem returns. I have no control over the CSV im using as it is provided by a third party.
Any ideas much appreciated?
]]>Should I set define (‘WPLANG’, ‘en’); if so where do I find en.mo or should I leave it as define (‘WPLANG’, ”);
]]>