I got the new release of node queue (which fixed my previous issue) but now when I created a new content type and click on the node queue tab, it says "No node queue defined for this node type.". Even though for the node queue I have, all of the node types are checked. This is on a fresh install of drupal 4.7.3 and the absolute newest (that I am aware of) version of node queue. I really want to help get this working, so if there is anything I can do, I will certainly try.

Comments

gerhard killesreiter’s picture

I dont quite understand what you did.

1) create new content type? CCK? Flexinode?

2) then create a node of that type?

3) then click on "nodequeue"?

Did you assign the new node type to any queue?

solidad’s picture

I have tried creating cck, book, page and any other node I could try. I assigned all of the node types that can be assigned, to that one queue, and it still gives me the message saying no queues are assigned. I have also tried deleting and making the queue again. And tried deleting all of my nodes and making new ones.

killes@www.drop.org’s picture

I can not reproduce it. Please check that the second line of the nodequeue.module file says:

// $Id: nodequeue.module,v 1.36 2006/08/03 16:28:59 merlinofchaos Exp $

solidad’s picture

Lines are identical. Man I really wanted this too...I guess I can try reinstalling the module again, but I somehow don't think it will matter.

solidad’s picture

Sigh something happened with the database. I dropped and then readded the tables and now it's working fine.

killes@www.drop.org’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)
fragtom’s picture

Status: Closed (fixed) » Active

I have same problem. I use postgres 8.2 and brand-new drupal 4.7.3. Tables are clean and reinstalling without success.

// $Id: nodequeue.module,v 1.36 2006/08/03 16:28:59 merlinofchaos Exp $

I created nodequeue "story queue" and allowed story-type. I'm able to see the tab "nodequeue", but even with "No node queue defined for this node type."

I have used debug-mode for sql-queries, no indicator for sql-error...

Thx for any help,
Tom

merlinofchaos’s picture

Version: » 4.7.x-1.0

Hmm. Is this maybe pgsql specific? If it is, I can't do much; I don't have a pgsql installation.

merlinofchaos’s picture

Status: Active » Fixed

This should be fixed in 1.1.

Anonymous’s picture

Status: Fixed » Closed (fixed)