Active
Project:
Profile 2
Version:
7.x-1.3
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2013 at 03:43 UTC
Updated:
30 Apr 2015 at 13:38 UTC
Jump to comment: Most recent
After months of working without a glitch, I can no longer see the profile2 page. The sub-tabs (Account and Profile) are visible but it is the account page that displays regardless of the tab selected. The field forms of the Profile page have become inaccessible and, therefore, can no longer be edited.
Creating other profile types displays the tabs but, below, it's still the fields of the account page. The url changes as the different tabs are selected however (such as ...user/1/edit for the account and ...user/1/edit/main for the profile.)
Any idea of what's going on?
Thanks. :)
Comments
Comment #0.0
Triumphent commentededit
Comment #1
entropYBRO commentedanything new yet ?
Comment #2
gonzalves commentedsame issue here.. In fact the fields are shown during registration.. but the tab does not show up beside my account option.
Comment #3
makbul_khan8 commentedI am too having this issue. After creating feature of profiles from development site and migrated to another test server, it doesn't displays. Profile configured to display on registration works fine but not in "user/[uid]/edit/profile_name".
Experts help appreciated.
Comment #4
mchampsee commentedHaving a similar issue, though the Teaser does show.
Comment #5
alfthecat commentedSame here. It's not working at all. Tried dev and latest stable version.
Comment #6
sevanden commentedSame issue here.
I hope this bug gets assigned to someone soon.
Comment #7
spleshkaGuys, can please someone provide steps to reproduce this bug?
Comment #8
ibuildit commentedI get the same thing.
All I do is click the edit tab on a user account and then on any profile 2 tab, and it still shows the account tab.
Will try the dev version now.
Comment #9
ibuildit commentedI'm not sure this is Profile2 related, I run access by taxonomy module that shows up in a tab, and that doesn't work either.
Comment #10
alfthecat commented@Speleshka,
I'm using a drupal distro that installs contrib out of the box so all I can say in terms of reproducing is to "enable the profile2 module". However, there might be a conflict somewhere and on a vanilla install the issue may not appear. My gut feeling now though is that it might have something to do with fieldgroups. I'm tied up now but hopefully later this week I can get back to this issue and run a test on that theory.
Comment #11
eswiderski commentedsame +1.
Comment #12
tomarnold2 commentedsame + 1. I just upgraded my site to all of the latest modules and suddenly the profile2 page doesn't appear any longer. As to repro, I'm happy to show you directly on my site. Can someone please help?
Comment #13
spleshka@tomarnold2, is it possible for you to send me backup of your site, so I can test it locally?
Comment #14
tomarnold2 commentedSpleshka, absolutely. I have a sanitized version of my database and can get you what you need to test it locally. When?
Comment #15
tomarnold2 commented@Spleshka, I've sent you the dropbox link and backup of the site. Any luck helping diagnose the problem?
Comment #16
tomarnold2 commentedOK guys, I figured out the issue for my site. I hope this proves helpful to someone (thanks to @theBraveDave on StackExchange).
--
Specifically:
1. The admin/structure/pages page has the /user/%user/edit ON (should have been OFF)
2. Make sure "Provide a separate page for editing profiles" is UNCHECKED (/admin/structure/profiles/manage)
Then suddenly it started working again. (I'd recently done a Drupal core update plus ctools plus other key modules and suddenly profile2 had stopped working. It appears that somehow the user/edit page (mentioned in item 1 above) was turned back on again and it was as simple as turning it back off ("simple" once I found @theBraveDave's post)
*happy dance*
-Tom
Comment #17
Triumphent commentedI didn't have to turn anything ON or OFF. It just started working again. Probably a conflict with another module that was resolved after an upgrade.