Double Serialization
-
I understand you removed the double serialization of the meta information in version 3.1.10, with both a base64 and a WordPress serialization.
I’m working on an old site that was left unmaintained for a number of years. URIS was crashing it, and the double serialization was the reason. The meta data is still stored in the database with the double serialization intact. I was able to restore the page functionality by modifying the plugin code to perform the double de-serialization.
My question for you is: is there any simple way to convert the old, double-serialized format to the current, non-serialized format? For example, would simply re-saving the form have that effect, or would it erase all the existing metadata because it didn’t understand it?
I could also modify the information directly in the database, if you can give me an idea of what parameter names I should look for.
- The topic ‘Double Serialization’ is closed to new replies.