Open paulpestov opened 2 years ago
Had the same problem. for me using the CLI version instead of the webbased form worked. I still got the error mesages, but all my string were replaced anyway
php Search-Replace-DB/srdb.cli.php -h [databasehostname] -n [DBname] -u [DBuser] -p "[DBpasswd]" -s "[searchstring]" -r "[replacestring]" --verbose
Hey, I'm using it on Wordpress + ACF plugin and when running the script for the first time everything is ok. But applying the script a second time causes the error below. The replacement still seems to be working and does not break ACF values (especially links) as far as I can see.
The use case would be local db -> stage db -> live db.