Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escaped URLs aren't replaced in database dump #3

Open
davidthou opened this issue Nov 27, 2013 · 2 comments
Open

Escaped URLs aren't replaced in database dump #3

davidthou opened this issue Nov 27, 2013 · 2 comments

Comments

@davidthou
Copy link
Collaborator

Some Wordpress plugins store escaped serialized data in the database. For example this escaped string http:\/\/example.com\/2013\/11\/image.jpg is not replaced.

@davidthou
Copy link
Collaborator Author

The plugin is storing json_encode(d) data instead of serialized one.

@razielgn
Copy link

razielgn commented Feb 5, 2014

Is this affecting our deploys in any way?

On Wednesday, 5 February 2014 at 16:49, davidthou wrote:

The plugin is storing json_encode(d) data instead of serialized one.


Reply to this email directly or view it on GitHub (#3 (comment)).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants