Closed (fixed)
Project:
Drupal core
Version:
6.20
Component:
node system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2011 at 12:53 UTC
Updated:
26 Mar 2011 at 10:11 UTC
Hi, can anyone please tell me why it is possible that nodes created by anonymous users (user 0) arent shown in the listing at admin/content/node? I've looked around and can't seem to find the answer!
- Is it a screwed up permissions setup i am not seeing?
- meant to be this way (i dont think so)
- any other reason?
Thanks for any help!
Max
Comments
Comment #1
tezalsec commentedAnyone?
Comment #2
mlcc2000 commentedA couple of questions:
1. Are you sure the node is published?
2. What filter option(s) is(are) selected in the admin/content/node screen?
later,
mlcc2000
Comment #3
damien tournoud commentedMost likely, you have imported/exported your database using broken tools, and you don't have a user with uid = 0 in the {users} table of your database anymore.
Running this query should fix it:
Comment #4
tezalsec commentedThanks, the user 0 record was indeed missing. The above query I didn't really understand, but a simple insert did the trick, it incremented the ID though, after which I had to manually edit it to 0 in mysql.
Max