Closed (fixed)
Project:
Ubercart Product Power Tools
Version:
6.x-1.9
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2009 at 04:35 UTC
Updated:
22 Oct 2009 at 19:20 UTC
Reporting I got these 2 errors updating from v6.x-1.3 to 6.x-1.9. Although they were from update.php, I've never gotten them before. This happened updating 2 development copies of the same site. Not sure if this is a bug, anyone else getting this?
Invalid argument supplied for foreach() in /home/USERNAME/public_html/dev/update.php on line 338.
array_merge() [function.array-merge]: Argument #2 is not an array in /home/USERNAME/public_html/dev/update.php on line 174.
Comments
Comment #1
willvincent commentedThanks for pointing that out. It shouldn't be anything that prevents it from working, update.php is complaining about one of the update functions not returning an array. I've got that fixed and it will be in the next update.