i created some fields of the core Profile module and i'm having problems in the edit form...
the edit form don't get the values from the database if the Me module is enabled...
i attached a image showing the problem...
thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | fixed caching in _me_load_arguments-1102924-5.patch | 889 bytes | nohup |
| me-bug.jpg | 24.03 KB | brunorios1 |
Comments
Comment #1
norbert.banfi commentedI updated to 6.x-2.8 and all of my profile content disappeared too.
Comment #2
brunorios1 commentedComment #3
nohup commentedGo to http://d6.codeit.in
user credentials
username: demo
password: demo
admin credentials
username: admin
password: lapurd
After signing in as "demo", go to http://d6.codeit.in/user/me/edit/Personal%20Information
The random number field is a coming from the core profile module.
Did you reset the site cache?
Provide more information unable to replicate.
Comment #4
brunorios1 commentedAfter signing in as "demo", go to http://d6.codeit.in/user/me
As you can see The "Gender" is "Female"
Go to http://d6.codeit.in/user/me/edit/Personal%20Information and you'll see that the select don't recognize it...
Disable the "Me" module...
Go to http://d6.codeit.in/user/3/edit/Personal%20Information and you'll see that the select recognize it...
Thank you...
Comment #5
nohup commentedApply the attached patch. The patch has been committed to git, should come up in the dev release.
Patch applied to the demo site http://d6.codeit.in
Comment #6
brunorios1 commentedthe patch works perfectly!
thank you very much!