Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
Everything seems to be ok in localhost, but online I have these problems :
– On front : special characters are not encoding and some contents disappeared / replaced by generic text.
– and mostly, in the admin/dashboard, I don’t see the content of any pages in Visual Composer plugin. It said “your page is empty”
I am beginner. Do you have any idea ? I managed to push online the website last week and everything was working. I suspect a link with the last wordpress update (4.6.1) but I have no idea whatI need to check.
Thanks..
Well… resolved :
Website is on OVH, and it seems there is an issue with the last version of wordpress (4.6.1).
In wp-config I had to change :
define(‘DB_CHARSET’, ‘utf8mb4’);
by
define(‘DB_CHARSET’, ‘utf8’); or define(‘DB_CHARSET’, ”);
Hello,
Glad to hear that you resolved it. Thank you for letting us know.
Let us know if you need further help.
Best regards!
You must be logged in to reply to this topic.