After installing permission_lock under updated Drupal Version 6, Druapl spots errors:

* warning: array_merge() [function.array-merge]: Argument #1 is not an array in /srv/www/.../sites/all/modules/permissions_lock/permissions_lock.module on line 241.
* warning: array_filter() [function.array-filter]: The first argument should be an array in /srv/www/.../sites/all/modules/permissions_lock/permissions_lock.module on line 242.
* warning: Invalid argument supplied for foreach() in /srv/www/.../includes/form.inc on line 1205.

Comments

svendecabooter’s picture

Did you have the module installed and configured before (i.e. version 6.x-1.0)?
I can't think of a case where the said first argument would not be an array, unless your variable has been corrupted somehow.
Could you test submitting the form at admin/user/permissions/lock and see if the error disappears?

svendecabooter’s picture

Assigned: svendecabooter » Unassigned
Status: Needs work » Closed (won't fix)

I cannot reproduce this in any way. I assume this problem was caused by something else.