Posted by jdwalling on February 17, 2007 at 9:59am
Menu selection => logout
I need some help debugging a serious problem on my Drupal site.
Every Menu selection causes a logout, even for Admin (uid = 1).
If the page is not viewable by uid=0, I see the message
Access denied
You are not authorized to access this page.
I can login again as Admin and see the page, so the navigation is working. However, If I try to change anything on the page I get logged out again.
I posted a message on the main forum, but no one has responded yet.
http://drupal.org/node/119939
I inactivated the last two modules I installed by editing the database system table but the problem persists.
Has anyone seen this problem before?
John
Seattle

Comments
logout problems
hi.
Did you recently upgrade php on your server?
This might be the problem:
http://drupal.org/node/102114
take care,
jessi
PHP updated Feb 15
Jessi,
The web host server updated PHP on Feb 15th from 5.1.7-dev to 5.2.1 and I am using Drupal 4.7.4.
You nailed it with http://drupal.org/node/102114
This is sweet, since no one on the main forum offered any suggestions.
Thanks,
John
thanks
THANKS, this was immensely helpful. much appreciated.