Tag: migration
-

Our office cleaner doesn’t vote. I think I know why.
Ever noticed that there’s a group of people who don’t vote? Good people, by and large… but they don’t vote. Eventually, I think I worked it out.
-
mySQL Database Search & Replace With Serialized PHP [Updated]
Ever needed to migrate a database to a new server or website (especially with WordPress and other PHP applications) and been stuck because when you do a search and replace some of the data seems to get corrupted?
-
PHP Serialization Fix for WordPress Migrations (& other applications like Expression Engine)
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.
-
Resolving WordPress Migration Issue
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…