Closed sunilw closed 4 years ago
thanks, installing php-mbstring worked for me. For ubuntu 18.04 you must add a repository first
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
and do
sudo apt-get install php-mbstring
This helps me https://stackoverflow.com/a/23874180/2309309
Hi, i get this error only for some database table. is there a way to know what's wrong in the table dump?
I just ran into the same error. In my case I had binary data in a field due to a Wordpress plugin. I'm thinking the tool should just ignore these: https://github.com/interconnectit/Search-Replace-DB/pull/266
Just noticed that accidentally attempting to scan some of the Wordfence (security plug-in) tables in Dry Run will produce the Ajax Error; deselecting them runs fine on all others
we are preparing for a new release, closing
I'm running the script from an apache2.4 vhost. The script is being executed from php-fpm7.2.
Searching through related issues, I can see that this error can occur if the mbsting php module isn't installed and activated. On my problem system I have this module installed and activated.