Upgraded from 6x to 7x (6.24 to 7.29). Ran update.php after upgrading version of logintoboggan. No issues on the main update.php page after execution, but in recent log messages:

Warning: Missing argument 3 for update_fix_d7_block_deltas(), called in /var/www/sitename/sites/all/modules/logintoboggan/logintoboggan.install on line 37 and defined in update_fix_d7_block_deltas() (line 355 of /var/www/sitename/includes/update.inc).
Warning: Invalid argument supplied for foreach() in update_fix_d7_block_deltas() (line 385 of /var/www/sitename/includes/update.inc).
Notice: Undefined variable: moved_deltas in update_fix_d7_block_deltas() (line 385 of /var/www/sitename/includes/update.inc).

I wonder how critical are those and whether they have to be fixed prior to the upgrade or are only warning/notices, which can be skipped.

CommentFileSizeAuthor
#1 logintoboggan-2144191.patch460 bytessadashiv
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sadashiv’s picture

Status: Active » Needs review
FileSize
460 bytes

Hi,

I am also facing the same issue. I checked and found that update_fix_d7_block_deltas needs a third argument. I made a change as in the patch attached and it worked fine for me. I checked that in the dev version it seems to be fixed

Hth,
Sadashiv.