I don't know why this is happening, but a user can't change its password, not even a super-admin can change it's own or change other's, I first thought it had something to do with cache/varnish/memcache or Pressflow, but no, when I disabled this module users were able to change their own password, profiles and general configuration.
I don't know how to reproduce this, would be anything in the code that could prevent this from happening. The form is submitted but apparently the changes are not saved. I'm also using a shared database for the users. Most configuration is like this one http://drupal.org/node/291373
Comments
Comment #1
aidanlis commentedI can only assume that some other module is causing this.
Comment #2
obrienmd commentedActually, I am seeing this as well. It may have something to do w/ Pressflow, as I am on that platform as well. In my case, content_profile values are saved perfectly, but user values (username, email, password, blocked/active) are not. Odd.
Please let me know if there's anything I can do to help debug.
Comment #3
Ejstrup commentedThis is happening to me as well.
I have two very similar drupal installation. It works fine on one and on the other it wont save anything.
It's as if hook_user update doesn't fire at all. I'm trying to make sense of it, but having no luck so far :/
UPDATE: Disabling Inline Messages solved the problem for me.
Comment #4
lelizondo commentedI'm not using inline messages.
Comment #5
asak commentedSame here. not using inline messages. am using lots of contrib modules.
I'll try to track this down..
Comment #6
webcultist commentedSame problem. Inline Message is not used.
Comment #7
tanjerine commented+1 same thing is happening to me.
Comment #8
tanjerine commented+1 same thing is happening to me.
Comment #9
tanjerine commented+1
Comment #10
tanjerine commented+1
Comment #11
tanjerine commentedsubscribng
Comment #12
webcultist commentedIn my case this line is important:
"drupal_alter('form', $category_form, $form_state, 'profile_form_profile');"
Without this line, the form works, but does not look so good.
(I don't know if it's importent, but I use the user location module.)
Comment #13
aidanlis commentedInteresting ... that line was added to solve a variety of other bugs.
Comment #14
TimelessDomain commentedsimplenews 2x is what was breaking this for me. disabling this module fixed problem.
Comment #15
lelizondo commentedI'm not using Simplenews either
Comment #16
stone_d commented@#14
... same for me. Im using simplenews 2.x too, and it seems as if its not working properly with one page profile.
But I can't disable or even downgrade to simplenews 1.x, so i appreciate any suggestions on this.
Comment #17
harakternik commentedsame problem
all fields read only even for admin
submitted but not changed
UPDATE: solved by removing this line
drupal_alter('form', $category_form, $form_state, 'profile_form_profile');is it any danger of doing it?
Comment #18
aidanlis commentedThis line was added to prevent another bug, but if it's working for you without it then carry on.
Comment #19
Soldierka commentedI've got the same issue. I've decided to disable One Page Profile... It worked... But I know that it is not the best solution. I hope that someone will fix this right.
Comment #20
kryber commented+1
Comment #21
TCRobbert commentedSame problem, also fixed it by removing
drupal_alter('form', $category_form, $form_state, 'profile_form_profile');Comment #22
simon georges commentedHi,
You can find attached an attempt at fixing things for those who have problem with Simplenews. This patch seems to allow password change, but I haven't extensively validated any other change possible, so please validate it intensively before using it on production.
Comment #23
aidanlis commentedComment #24
artt commentedHi all,
I've tested this patch and it works. If you also use simplenews 6.x-2.x, I think it could also work for you.
Hoping others can confirm this.
Comment #26
aidanlis commentedClearing the spam.
Comment #27
mazdakaps commentedsimilar problem but not like changing the password or any other info but subscribing and unsubscribing from the newsletter using simplenews 1.x. Tried the patch just to be sure but the same problem.
Comment #28
neurovation.kiwi commentedhi folks,
well the problem is, that when any module uses the '#submit' tag, then the standard submit is not populated anymore, so here is a more generic patch:
Comment #29
mazdakaps commentedjust tested it and still have the same problem subscribing or unsubscribing from the simplenews newsletter
Comment #30
aidanlis commentedSounds like we don't a patch available.
Comment #31
aidanlis commentedShould be fixed now!
Comment #33
mazdakaps commentedsame problem for me with simplenews. New one page profile version didnt fix it.
Comment #34
aidanlis commentedCan you make sure you're using the latest version of simplenews and onepageprofile?
Comment #35
mazdakaps commentedYes i am using the latest stable releases for simplenews and one page profile.
Thank you
Comment #36
aidanlis commentedCan you give me the version numbers please?
Comment #37
mazdakaps commentedSorry for the late reply. Simplenews 6.x-1.3 and One page profile 6.x-1.13
Comment #38
simon georges commentedPlease note that the 6.x-2.x version of Simplenews is a lot more stable than the 6.x-1.x version.
Comment #39
mazdakaps commentedok ill try that and ill get back. Thnx
Comment #40
mazdakaps commentedYes!!! Its working now .
Cheers
Comment #41
musa.thomasgot smilar bug but I don't have simplenews or ipenpageprofile.
How do you fiw it? I try to add
but it's change nothing