WordPress 2.6 upgrade

 Posted by (Visited 13306 times)  Misc, Open thread  Tagged with: , , , ,
Jul 152008
 

I am doing an upgrade to WordPress 2.6, don’t be surprised to see the blog broken for a bit.

Later:

OK, I think it’s done, and there seem to be no adverse effects. During the few minutes that it was defenseless, 7 spams came in. 🙂

And my Visual Editor conked out beforehand — the dreaded “visual editor just doesn’t work” bug that apparently plagues many. Sigh. Here’s what fixed it:

  • The upgrade, at least on my machine, put everything up with the wrong permissions. I set the wp_includes folder and all files under to 755.
  • I also deleted the contents of wp-content/uploads/js_cache

Apparently there are several things that cause this. So here’s some useful threads.

Oh, and you need to add captions to your existing theme if you want them styled right on the images. I found this, though I then started tweaking it. (See below).

Even later:

All my accented characters were broken, and it’s because the wp-config-sample.php file has utf8 for the DB_CHARSET, but my blog is old enough that all its tables were creates many versions ago when the default was latin1_ci_swedish. There’s no easy way to change the DB, so I fixed it by changing the DB_CHARSET in wp-config to just ”.

OK, now that caption stuff:

Continue reading »