The upgrade path from Drupal 5 seems to work fine, but update.php reports a failed query. This is because while drupal_install_schema() returns a $ret array, feedburner_update_6000() pushes the entire returned array onto the $ret array when it should just be replacing it. See attached patch.

CommentFileSizeAuthor
feedburner_d5_upgrade_ret.patch480 bytesquicksketch