• I got the error after manually adding a user.
    Logging out and logging in as that user.
    The first time a user does that if you do select the username again from the
    “Identity on blog:” drop-down again.
    You will get:
    ERROR: couldn’t update your profile…
    My work round is to simply amend line 101 of
    /wp-admin/profile.php
    To:
    die (__(“ERROR: couldn’t update your profile…
    Try going back and reselecting your \”Identity on blog:\” drop-down.
    Yes it appears to be a little bug :-)”));
    Cheers Mark X WP v1.2

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem,
    mysql_query(‘UPDATE …’) returns false in case there was an error, OR there were nothing to update, i.e. a user did not change anything in profile before clicking “Update profile”.
    Does anyone here know a nice workaround for this issue?

    1

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘ERROR: couldn’t update your profile…’ is closed to new replies.