That say errors in db table:
Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
ALTER TABLE wp_wppa_albums ADD COLUMN zoomable tinytext NOT NULL
ALTER TABLE wp_wppa_albums ADD COLUMN displayopts tinytext NOT NULL
ALTER TABLE wp_wppa_albums ADD COLUMN upload_limit_tree tinytext NOT NULL
ALTER TABLE wp_wppa_photos ADD COLUMN angle smallint(5) NOT NULL default ‘0’`