PHP Serialization Fix for WordPress Migrations (& other applications like Expression Engine)
Posted on 2 March, 2009 by Dave and has 9 comments.
Serialization of data loaded into an SQL table is a dreadful thing and makes WordPress migrations harder than they should be, but it happens and so we must deal with it. I’ve knocked up a rough and ready bit of code which does its best to resolve the problem.
Read moreResolving Wordpress Migration Issue
Posted on 13 July, 2006 by Dave and has 3 comments.
I’m posting this for the benefit of anyone who experiences a similar problem to mine when moving Wordpress from a directory into the web’s root directory.
What happened was that many links and pictures, some placed in there by plugins, others simply links that were typed in, had failed.
I realised that although I’d followed the migration instructions, a […]

