Closed (fixed)
Project:
Nodequeue
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2009 at 22:46 UTC
Updated:
4 Mar 2009 at 16:51 UTC
nodequeue_load_nodes() is returning NULL for anonymous users, where it returns the full array of node objects when logged in as User 1.
Comments
Comment #1
ezra-g commentedThe only access check in nodequeue_load_nodes() is db_rewrite_sql -- Is it possible that anonymous users don't have access to view those nodes?
Comment #2
neoliminal commentedYou're right. They can't see the image node, so this is not a nodequeue issue, but I still can't figure out why they can't see those nodes. Makes no sense.
Comment #3
neoliminal commentedThe error was in "Workflow access" which was blocking access to the node created with a specific workflow.