As you already know I have installed a photoblog on my site. I use Pixelpost for that. It is a pretty nice and simple system having nearly everything you need.
The problem is that this software is very crappy written. I installed it and tried to upload an image. Everything went ok only that the thumbnail has not been created for the image. I spent one hour debugging only to find out that it is failing because I have no jpeg support in gd2 php plugin. I do really not understand why people are not doing right error handling. At least the install script could have checked that! The calls to these functions are muted (not yelding anything on an error). I really could kill someone for that.
Spending another two hours on bugfixing the code I finally acheved that I do not get 20 error entries in my apache logs on a link click. I will try to collect all my fixes and post them to the pixelpost developers in the next days. But for that I have to spend another evening getting the code really clean because my fixes are pretty hacky for now. I really wanted that thing running.
I also added another WordPress plugin to integrate the latest and one random thumbnail image on my blog site. You find the plugin here. It worked without any hacks or tweaks. That is how I like a software to be. ;)

