I was wondering if I've done something weird to produce an empty queue on a node's "nodequeue" page. I'm talking about the page that appears when you click on the tab "nodequeue" when viewing an item that can be added to a queue. See attached screenshot for what I'm meaning.

If this is normal, then what is this queue, and why does it not have a name?

Thanks :-)

CommentFileSizeAuthor
2008-09-11 11-33-57 AM.png6.34 KBfoxtrotcharlie

Comments

ezra-g’s picture

Yikes!

Do have direct access to the database?
Can you do a SELECT * FROM nodequeue_subqueue where sqid = [the subqueue id of that subqueue] -- You can find that out by reading the URL that the 'add to queue' link for the queue with the missing title.

If not, we'll find another way to pursue this issue.

foxtrotcharlie’s picture

Status: Active » Fixed

The 'add to queue' link is: admin/content/nodequeue/1/add/1/48 so I"m assuming the main queue is 1, and the subqueue is also 1.

Performed the query which returned the following values: sqid = 1; qid = 1; reference = 1; title = '';

I did see in my main nodequeue page I did have a nodequeue with id = 1. So I deleted this queue and the empty queue disappeared. So, problem is solved, although I don't know how it happened in the first place :-) I'll keep an eye out and if it happens again, I'll let you know.

Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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