Hi,
I'm having problems with thumbnails. They are exceeding maximum height.
I believe there is a typo in image.php: it should be
$thumbnail->resize( $dims['width'], $dims['height'] );
Note height instead of "heigth".
However, after making the change, all kind of other error messages appear.