johngodley / search-regex

Search Regex adds a powerful set of search and replace functions to WordPress that go beyond the standard searching capabilities, with full regex support.
https://searchregex.com
GNU General Public License v3.0
32 stars 9 forks source link

Search Regex Error #62

Closed skipsringer closed 2 years ago

skipsringer commented 3 years ago

Action: https://www.seychellen.nl/wp-json/search-regex/v1/replace/ POST
Params: {"searchPhrase":"terrace","searchFlags":["case"],"source":["post-meta"],"sourceFlags":[],"replacement":"terras","perPage":50,"replacePhrase":"terras","offset":"0"}
Code: 500 Internal Server Error

Error: Failed to update meta data: post (searchregex)
Raw: {"code":"searchregex","message":"Failed to update meta data: post","data":null}
johngodley commented 3 years ago

The plugin does not currently support serialized data. If you are replacing data in meta tables then it may include serialized data, and will result in this error message.

johngodley commented 2 years ago

Closing for now, please reopen with more information.