Closed (fixed)
Project:
Nodeaccess
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2008 at 08:41 UTC
Updated:
24 Jul 2008 at 09:33 UTC
When i upgraded to the new release, i got this error message at the end of the update.php process:
# warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/drupal/update.php on line 309.
# warning: Invalid argument supplied for foreach() in /var/www/drupal/update.php on line 542.
Comments
Comment #1
mantyla commentedYou're right, it's a bug, but I assure you it's harmless. The update function returns NULL when it is expected to return an array, even an empty array. As a result, update.php fails to display the results of the update, but the update itself has finished properly.
I'll fix this in the next release.