I upgraded two WordPress sites to the latest version, one was running 1.5.2 and the other 1.2. The thing is that I was not impressed at all by the upgrade process and provided documentation. Here are the issues I ran into:
- The readme.html provided with the download is totally misleading when it comes to upgrades. It makes you think that upgrading is a 3-step process -- dead wrong. You should check the upgrade instructions on the official WordPress documentation site, it has no less than 17 very detailed steps.
- In both cases as soon as I uploaded the new code, the sites went completely blank with absolutely no error messages. While trying to see what is wrong, I ran into the second major issue: the official WordPress forum. The forum does not have decent search (it looks like Yahoo search is used and it does crash on you) and features in general are missing. Less is not more in this case.
- After manually going through many pages of the forum and seeing that lots of people had 'blank page' problems, for various reasons, it turned out that I had to turn off caching by uncommenting a line in a php file. This is bad. Very bad.
- Upgrading a 1.2 installation is impossible following the official upgrade documents. You are supposed to upgrade in two steps, from 1.2 to 1.5 and then from 1.5 to 2.0. Fair enough, but this means that you need WordPress 1.5, try to find a way to download it. The download page offers only the latest version and even the old postings announcing 1.5 have no links to the download anymore. Again, manually paginating through forum provided the solution: http://static.wordpress.org/archive/
I really like WordPress, I think that it is one of the nicest pieces of software that I ever used, so I hope that I am not too harsh with these comments. I can see two problems with the WordPress official site: simplicity was pushed too far and the not invented here syndrome.


