When clicking to view a queue, I get the following warning message:

Warning: Invalid argument supplied for foreach() in menu_unserialize() (line 379 of /Users/henrique/Webroot/drupal7/includes/menu.inc).

This is because of incorrect use of menu access control. It's trying to pass a callback as 'access arguments' to the autocomplete menu item.

CommentFileSizeAuthor
#1 1367260.patch515 bytesrecidive

Comments

recidive’s picture

Status: Active » Needs review
StatusFileSize
new515 bytes

Patch attached.

amateescu’s picture

Status: Needs review » Fixed

This was introduced just a few days ago in http://drupalcode.org/project/nodequeue.git/commit/4558cbd , by manually re-rolling the 6.x-2.x patch :(

Committed and pushed to 7.x-2.x. Thanks!

http://drupalcode.org/project/nodequeue.git/commit/6759792

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.