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

tezalsec’s picture

Anyone?

mlcc2000’s picture

A 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

damien tournoud’s picture

Most 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:

UPDATE uid = uid - uid WHERE name = ''
tezalsec’s picture

Status: Active » Fixed

Thanks, 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

Status: Fixed » Closed (fixed)

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