Sorry for post here because I can't find other board to post my question.

My host and drupal ver:
FreeBSD 6.1
MySQL 5.1
Drupal 4.7.3
PHP 5.2

When I install first at Aug. ,everything were working fine,
but this week the user tell me she can't login to renew the page anymore.

Although she can login,
but when she want to click any option(e.g contents),
she be logout by drupal.
and page show the message like :
you had no permissions to access this page.

I just change the ip and upgrade ports software last week.
if any one know maybe where is wrong?

Thanks

                   range 06'11/24

Comments

SimonP’s picture

It might be the bottom item on your list. Has the webhost recently upgraded to PHP 5.2?

If so you might want to take a look at http://drupal.org/node/93945

=============================
it's not hardware, it's not software, it's headware
=============================

freeunixer’s picture

I try to patch this one about 3 hours ago,
but i use "patch < sess_patch" failed,
so i don't know if it really can slove my problem,
but i use editor to add this one in to session.ini

register_shutdown_function('session_write_close');

Now it was fixed already.

Thanks.