hi!

I upgraded to 4.4. If i not logged in, everything is ok. If i login, the left and right column not generated, after the top i see "Page Not Found".
Please help!

Thx!

http://www.alex.hu

Comments

kb6nu-at-w8pgw.org’s picture

I'm having a similar problem, but the reverse of what Alex describes. If I'm logged in, I can see all the content, but if I'm not logged in, then I can only see the content in the blocks. Several users have also emailed me that they're seeing the same thing.

I checked the permissions, and it looks like anonymous users should be able to view all the content, so I don't think it's that. Any ideas?

Thanks,

Dan
========================================
Dan Romanchik, Web Developer
Owner/operator of two Drupal sites:
www.ieee-sem.org, www.w8pgw.org

kb6nu-at-w8pgw.org’s picture

I asked this question on the drupal-support mailing list and got the following reply from Gerhard Killesreiter:

> Check if the user with the uid 0 exists.
>
> SELECT * FROM users WHERE uid = 0;
>
> If it doesn't you need to add it. Make sure
> to add it to the anonymous role.

This solved the problem. To "add it to the anonymous role," set rid to 1. I also had to add an email address to the appropriate field to get this to work.

Dan
========================================
Dan Romanchik, Web Developer
Owner/operator of two Drupal sites:
www.ieee-sem.org, www.w8pgw.org

webslinger’s picture

I'm having the same problem; the upgrade file ran normally, but then I get "page not found" errors when trying to access the site. I put an address in the mail field of the uid 0 user, but I don't see a rid field to add a 1 to. Please help!

mennonot’s picture

Thanks very much for the tip. The same thing happened to me and your answer saved me from a lot of headache.

Webslinger, the RID field is the second to the last one in the table users, immediately after the data field.

Real Anabaptists use Drupal

killes@www.drop.org’s picture

It would really help me to know how you people keep losing the anonymous user. It is added if you create a 4.3. site from scratch and also if you updated from 4.2.