Postponed (maintainer needs more info)
Project:
me aliases
Version:
6.x-2.8
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2010 at 04:19 UTC
Updated:
25 May 2011 at 16:52 UTC
So I have the latest version of Drupal installed (6.17) and the latest stable version of me aliases installed (6.x-2.7). When I try to update fields on the /user/me/edit page, it tells me I can't because the email address is already in use. I've tried removing the email from the field and leaving it blank but then it yells at me for leaving it blank.
I believe this is an issue that is being caused by me aliases. I saw that in the past if you weren't using Drupal 6.10 or higher, it would throw that error but I'm not in that category.
Anyone have any other ideas?
Thanks,
-Chris
Comments
Comment #1
clkeenan commentedHello, can anyone help me with this issue? Looking to push my development site live by the end of this week and this is something that's holding me back. Any help would be greatly appreciated!
Comment #2
clkeenan commentedStill not working. No one else is experiencing this?
Comment #3
yuriy.babenko commentedHaving the same issue with Drupal 6.20.
Comment #4
yuriy.babenko commentedI should add that I'm using 6.x-2.8 of 'me'.
Comment #5
nohup commentedPlease visit the following demo site
url: http://d6.codeit.in
username: demo
password: demo
It uses drupal 6.20 and me 6.x-2.9
Admin access
username: admin
password: lapurd
If you can reproduce the error, please list down the steps. I will look into it.
Comment #6
yuriy.babenko commentedI found what the issue was in my case, not sure if it's the same for CLKeenan. My drupalvb_users table was missing entries for a select number of users, and those users' accounts showed the issue described above. Not sure how these rows came to be missing, but I wrote a quick script to add them back in:
Note: my installation has Drupal's tables prefixed with 'drupal_'.
Note: tables intentionally not wrapped in curly braces.