Closed 2Fwebd closed 8 years ago
Hello,
| {"comment_ID":"52"...
was removed.Hi Moldcraft,
I've updated the extension to the customer's site and so far it seems to work out just fine now.
I'll let you know if that doesn't work later. But seems resolved for now.
My bad, the issue is still here. I'm sending you all accesses right now.
The problem is in
"comment_content":"Ummmmm in the wiki PJ? \ud83d\ude1c"
which actually is
Ummmmm in the wiki PJ? 😜
and another line
Petting zoo every month 😉
It is complicated. The only solution is to convert your database to utf8mb4
encoding (if your server/hosting supports it).
As a temporary solution I have added here
$sql = str_replace(array('😜', '😉'), '', $sql);
and Content Backup Restore has finished.
Hi there,
We've a customer having some issues during the backup that we can't figure out so far.
Here is what we see from the log :
Anything we might have missed ?
Cheers !