Hi all,
I have created a nodequeue. But when I go to the list of views, I don't see the nodequeue from the list.
I can view the nodequeue thru the admin/nodequeue/queueID/view.
I can also add items the nodequeue.
What could be the problem?
My currrent setup is:
Drupal 6.10
Nodequeue 6.x-2.0
Views 6.x-2.3
PHP5
Mysql5
Apache2
Thanks
Comments
Comment #1
TimDavies commentedI'm having the same issue on an almost identical set up.
Just trying to track down what might be causing it now - but no luck so far...
If you find a solution please do share...
Comment #2
TimDavies commentedAh-ha.
It's because the link to NodeQueue is achieved through a views relationship - rather than filter or argument.
If you add a Relationship you should find NodeQueue listed there, and select 'Limit to one or more queues' to get it all set-up...
Comment #3
ezra-g commentedh3000 Are you still having this problem after clearing the cache at admin/settings/performance?
Comment #4
h3000 commentedI tried rebuilding permissions - and the problem was fixed. View for the new nodequeue was now appearing.
Thanks for the suggestions.
Does this mean I have to rebuild permissions everytime I add a new nodequeue? Or is it a memory issue?
Comment #5
ezra-g commentedIt's hard to speculate about what the problem is. Which permissions did you rebuild? Rebuilding the node access permissions shouldn't really affect this.
Comment #6
h3000 commentedNode Access permissions were rebuilt.
After that, the views were now appearing.