Error in update
| Project: | Block Refresh |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
I just updated today. Unfortunately I got an error:
* warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/httpd/vhosts/rapsli.ch/httpdocs/drupal/update.php on line 309.
* warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/httpd/vhosts/rapsli.ch/httpdocs/drupal/update.php on line 309.
* warning: Invalid argument supplied for foreach() in /home/httpd/vhosts/rapsli.ch/httpdocs/drupal/update.php on line 542.
* warning: Invalid argument supplied for foreach() in /home/httpd/vhosts/rapsli.ch/httpdocs/drupal/update.php on line 542.
From my understanding this shouldn't be too mad. Probably just an empty array or something.. But it still doesn't look nice ;)

#1
huh. that's really weird. was there another module being updated? the only thing in the block_refresh update is clearing an item from the cache table and resetting the menus.
try running the script with only the block refresh update (selecting 1 from the dropdown) and see if you get the error again. i suspect there was another module doing that, but i could be wrong of course.
thanks,
aaron
#2
Hej,
tried it again, still the same error
#3
there's really nothing in block_refresh that will be broken from this (as there are no queries actually even run). however, to troubleshoot further, do you get it with update 2 as well, or only update 1?