By emap20 on
I have installed drupal 4.4 and most functions appear to be functioning normally.
For example, I can add content to the home page and it will show up, create new users successfully etc.
However when a user - even the admin - tries to edit their settings under 'Edit Account' and clicks on the 'save user information' button - the 'Edit Account' page just redisplays.
There is no grey info box at the top of the screen telling you the changes have been accepted and also no error displays. The page just seems to redirect to itself.
I have checked the forums for the last few hours, I can't find anyone with a similar problem.
Is this a 'rights' problems? (running on linux/apache)
Thanks for your help.
Comments
Do you have PHP 4.1.2?
If you have PHP 4.1.2, please look here (scroll down to post #21). Maybe you have the same problem as I had some time ago.
Thanks - this seems to have worked.
You were right - PHP 4.1.2.xx was installed on the server.
I removed the value of the enctype in user.module and it now seems to be working, password changes are being accepted.
Thanks once again for your help gfs!