I tried to update a d6 database to d7 without having run system_update_6049(). update.php showed me an empty warning, and the updates for all other core modules - this allows you to try to update other modules (and get fatal errors, fun) - whereas you shouldn't be able to upgrade anything if system.module can't be upgraded itself.

We need to fix the empty drupal_set_message(), then also hide all updates for other modules from that page as well.

Comments

catch’s picture

Issue tags: +D7 upgrade path

Tagging.

catch’s picture

Status: Active » Fixed

Just tested this by adding node_update_last_removed(6050) and an empty node_update_6051() and it worked fine. Must've been fixed elsewhere in the meantime.

Status: Fixed » Closed (fixed)
Issue tags: -D7 upgrade path

Automatically closed -- issue fixed for 2 weeks with no activity.