Closed (won't fix)
Project:
Permissions Lock
Version:
6.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2009 at 12:32 UTC
Updated:
6 Jan 2010 at 19:21 UTC
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
Comment #1
svendecabooterDid 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?
Comment #2
svendecabooterI cannot reproduce this in any way. I assume this problem was caused by something else.