Great! Yesterday I took the time to finally update my WordPress install to 2.0.3 and also update all my used plugins to their newest versions. It took me very long since I changed a fair bit of code in the original WordPress install and in addition the FAlbum plugin seemed to behave strangely.

And now today I get notified via RSS that WordPress 2.0.4 is out and all users are recommended to update (as always) because it contains several security fixes (again).

Ok, it’s too late today I’ll probably update tomorrow.

When will WordPress include some kind of web-accessible function for upgrading instead of the cumbersome file based way?

WordpressGrowlWow! I really gotta have this.
The Binary Bonsay has set out a competition to code a Growl plugin that notifies you of events happening at your WordPress install. This is a great idea. I hope the guys working on it can sort out the NAT issues somehow and will deliver a working implementation.

If you wonder what Growl is:

As described on the Growl website, Growl is a global notification system for Mac OS X. Any application can send a notification to Growl, which will display an attractive message on your screen. Growl currently works with a growing number of applications.

After struggling almost one week to find the cause for my not entirely working Permalinks on this WordPress installation, I finally found the cure on the WordPress Codex. I already read this page about five times and I just can’t tell how this one paragraph could always slip away… anyway the solution is rather simple.

As I’m a decently paranoid Server Admin I once changed the way Apache reports it’s server software. This poses some troubles with WordPress which checks to see if the host is running Apache or IIS to determine wether to write a .htaccess file with some mod_rewrite rules or not. As WordPress can’t find out on it’s own on my host I just had to help it a little 😉

In wp-includes/vars.php on line 40 is the check for the hosting webserver, I changed the entire line to read

$is_apache = 1;

After this small modification Worpress happily updatet the .htaccess file with the apropriate mod_rewrite rules (given the file permissions are correct on the server).

One small sidenote: If you are using FAlbum and have “friendly urls” enabled you have to make sure that the rewrite rules made by FAlbum are above the ones from WordPress.

Time for some news again.
I moved the whole blog over to the new and awesome WordPress 2.0 and applied a new theme to it. The header image is nowhere near finished, I just weren’t very inspired so I threw togehter a little logo and that’s it for now. One other important issue is that I decided to switch the language to english, there might be a few posts in german in between but I plan on mostly using english.
Post from the old blog where moved over to this one but not all of them, there where a few which I didn’t think where relevant enough to be migrated. Comments are all lost unfortunately, sorry for that!

I hope with the new and fully functional blog software now in place I may be able to update this more often.

Please update your RSS subscriptions! The feeds are now handled through FeedBurner.