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

Triumphent’s picture

Issue summary: View changes

edit

entropYBRO’s picture

Issue summary: View changes

anything new yet ?

gonzalves’s picture

same issue here.. In fact the fields are shown during registration.. but the tab does not show up beside my account option.

makbul_khan8’s picture

I 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.

mchampsee’s picture

Having a similar issue, though the Teaser does show.

AlfTheCat’s picture

Same here. It's not working at all. Tried dev and latest stable version.

sevanden’s picture

Same issue here.
I hope this bug gets assigned to someone soon.

Spleshka’s picture

Guys, can please someone provide steps to reproduce this bug?

ibuildit’s picture

I 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.

ibuildit’s picture

I'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.

AlfTheCat’s picture

@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.

eswiderski’s picture

same +1.

tomarnold2’s picture

same + 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?

Spleshka’s picture

@tomarnold2, is it possible for you to send me backup of your site, so I can test it locally?

tomarnold2’s picture

Spleshka, absolutely. I have a sanitized version of my database and can get you what you need to test it locally. When?

tomarnold2’s picture

@Spleshka, I've sent you the dropbox link and backup of the site. Any luck helping diagnose the problem?

tomarnold2’s picture

OK 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

Triumphent’s picture

I 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.