My installation has two users: admin and a regular user ("tgeller").

With both users, I get the following message when I try to log out: "Access denied: You are not authorized to access this page." The page shows the login boxes, but clicking on any links brings me back into the site as a registered user (either admin or tgeller).

I've tried clearing the relevant cookies from my browser cache, to no avail. Any ideas?

Thanks,

--Tom Geller

Comments

vm’s picture

specific version of Drupal ?
specific version of PHP ?

Depending on permissions and where you log out, may explain why you get an access denied issue.

___________________________________________________________________________________________________
The search tool on Drupal.org really does work. This message has been brought to you by the letter X. Thanks for watching! : )

tgeller’s picture

Oh, sorry, I should have said that at first.

Drupal = 5.2
PHP = 4.4.7

---
Tom Geller * San Francisco

---
Tom Geller * tomgeller.com * Oberlin, Ohio
See my lynda.com videos about Drupal

cog.rusty’s picture

If the logout link is /user/logout then try just /logout instead.

tgeller’s picture

The logout link is currently /logout.

BTW, this is Drupal 5.2 and PHP 4.4.7.

---
Tom Geller * San Francisco

---
Tom Geller * tomgeller.com * Oberlin, Ohio
See my lynda.com videos about Drupal

cog.rusty’s picture

Hmm... Try to empty ("truncate") all the database tables with names starting with "cache".

(That's the troubleshooting equivalent of a Windows reboot, a usual miracle cure.)

tgeller’s picture

Could you give me step-by-step instructions? I've never been good with database foo. Thanks,

---
Tom Geller * San Francisco

---
Tom Geller * tomgeller.com * Oberlin, Ohio
See my lynda.com videos about Drupal

cog.rusty’s picture

On your server go to phpmyadmin and then
- open your Drupal database
- select all the tables with names starting with "cache", by clicking on their check boxes (there are at least 4 cache tables, possibly more)
- scroll down the page, and select "With selected", "Empty".

tgeller’s picture

That seems to have worked. The problem appeared again a minute later, but after reclearing the cache, it's disappeared again. I'll repost if it doesn't stick.

Thanks again,

---
Tom Geller * San Francisco

---
Tom Geller * tomgeller.com * Oberlin, Ohio
See my lynda.com videos about Drupal

cog.rusty’s picture

If the problem reappears, it is possible that your cache settings in /admin/settings/performance are too aggressive for the modules which you are using.

tgeller’s picture

Thanks again -- I'll check that first if the problem recurs.

---
Tom Geller * San Francisco

---
Tom Geller * tomgeller.com * Oberlin, Ohio
See my lynda.com videos about Drupal