Drupal version: 6.3
Nodequeue Module version: 6.x-2.0-rc1
Trigger has been set on Action: "Add to Nodequeue", which was supposed to invoke that action, when new Story node was added. Trigger it seems worked fine, but on adding new Story to the queue the following error message appeared:
# warning: Invalid argument supplied for foreach() in ..\modules\nodequeue\nodequeue.module on line 1624.
# warning: Invalid argument supplied for foreach() in ..\modules\nodequeue\nodequeue.module on line 1652.
Story records were successfully created, but not added to the queue.
I tried to add the same stories to the queue manually and it worked ok.
Comments
Comment #1
jody lynnThe upgrade missed some form api changes.
Comment #2
jody lynnComment #3
dmitry70 commentedI verified the patch and it works. Thanks a lot. Not sure, what is the workflow for the issues, shall I mark it as fixed?
Comment #4
jody lynnNow it's set to reviewed & tested. It gets marked as fixed by a module maintainer if they commit the patch.
Comment #5
ezra-g commentedCommitted -- catch it in the next release. Thanks!
Comment #6
rismondo commentedI just tried the latest 6.x-2.x-dev (Aug 14) with this patch already included, but I am still getting this error message. When I try to add a node to a queue from an action in response to a workflow transition, this exact error message still shows up after upgrading rc1 to dev, even after emptying cache. Using Drupal 6.4.
Comment #7
rismondo commentedI started from scratch with a new Drupal install and the dev version, no error shows up any longer. Apparently upgrading from rc1 to a post-patch version might still cause these errors to show up (at least that is what seemingly happened in my case).
Comment #8
ezra-g commentedHmm. Did you empty the cache via command line in the database or did you use the clear cache button?
Comment #9
rismondo commentedJust the clear cache button. I suppose that wasn't enough :)
Comment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.