Such a list output can also cause an out of memory if the list get's very large

Do you wish to run all pending updates? (y/n): y
Performed update: redirect_update_7000                                                                                                                            [ok]
Migrated 32 redirects. The following 1 redirects were not migrated since there were already existing redirects for the path and language combination:<div         [ok]
class="item-list"><ul><li class="first last">RID 43: foo/bar</li>
</ul></div>
Performed update: redirect_update_7000                                                                                                                         [ok]
Performed update: redirect_update_7100                                                                                                                         [ok]
Performed update: redirect_update_7101                                                                                                                         [ok]

This is caused by this code in update hook 7000:

    if (!empty($sandbox['skipped'])) {
      $return .= " The following $skipped redirects were not migrated since there were already existing redirects for the path and language combination:" . theme('item_list', array('items' => $sandbox['skipped']));
    }

Comments

hass created an issue. See original summary.

hass’s picture

Issue summary: View changes