Closed (fixed)
Project:
Nodequeue
Version:
7.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2012 at 21:37 UTC
Updated:
25 Feb 2015 at 19:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
adriancruz commentedGot the same notice. It happened for me after I delete all my taxonomy queue.
Adding $subqueue = array(); works for me.
Not sure if its just declaring that variable (code) will do, or did I missed something after I deleted those taxonomy queues (database)?
Like deleting their views?
Because that notice only shows after I delete my taxonomy queues, not before.
Thanks
Comment #2
Offlein commentedI am pretty sure it's just a minor bug in the code. You don't need to have subqueues, but this module makes a minor silly error in the event that you don't.
Comment #2.0
Offlein commentedRemoving sensitive info.
Comment #3
eyal shalevInitializing the $subqueue array seems to solve the problem.
It started happening to me after deleting a nodequeue.
Comment #5
johnlutzComment #6
Chimos commentedSame error here. I can't test the patch in this moment.
Comment #7
lanchez commentedRerolled for 7.x-3.x.
Comment #9
fizk commentedFixed, thanks!