By ericinwisconsin on
I upgraded from Drupal 5 to Drupal 6.22. Now suddenly only admin users can access content unless it's on the front page. I cleared the cache, rebuilt the permissions and made sure that my permissions are correct. I cannot figure this out. I went from PHP 5.2 to PHP 5.3 before the upgrade. Could that have something to do with it? Any help is appreciated.
Eric
Comments
Try to see if "users" table
Try to see if "users" table (in your db) contains user uid 0.
M.
Freelancer Senior Drupal Developer -- http://www.ziobuddalabs.it
Yes, I do. uid 0 is blank and
Yes, I do. uid 0 is blank and admin is uid 1. Is that correct? I thought admin was supposed to be uid 0?
UPDATE: Ok, I just did some quick reading and admin is supposed to be uid 1, while the Anonymous user is uid 0. So I see where you're going now.
Yes, I have a uid 0 account in the users table.