You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
2: Erroneous data format for unserializing 'Requests_Utility_CaseInsensitiveDictionary' in /home/www/web271.s188.goserver.host/replace/srdb.class.php on line 835
This is usually caused by a plugin storing classes as a serialised string which other PHP classes can't then access. It is not possible to unserialise this data because the PHP can't access this class. P.S. It's most commonly a Yoast plugin that causes this error. Your changes will still have taken place within the rest of the database.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: