Comments

lakshminp’s picture

Title: Missing Profile2 File names on profile2 edit page » Missing Profile2 field names on profile2 edit page
Status: Active » Needs review
StatusFileSize
new623 bytes

Patch which fixes the issue.

joelpittet’s picture

StatusFileSize
new1.01 KB

Thanks lakshminp and here is a patch for the other zucht field

quinns’s picture

I'm getting the same "blank checkboxes" problem, however, I'm not using Profile2 at all. I've added some fields to user account such as first name, last name, etc., but just using Drupal 7's built-in user profile fields. Also, when I try to select the (unlabeled) checkboxes and submit the form, I get "Illegal choice has been detected" errors.

[EDIT: I should add, I applied the patch but it didn't help.]

efarem’s picture

StatusFileSize
new29.98 KB

I changed line 42 of pcp.admin.inc to $field_info = field_info_instance('user', $field_name, 'user'); and it worked.

quinns’s picture

I wound up using Profile2 module after all, and the patch posted in #2 worked for me. Thanks.

BarisW’s picture

Status: Needs review » Fixed

Aww how stupid of me. Thanks for the patch.
Committed to .dev with git attribution.

nbchip’s picture

Status: Fixed » Active

Committed change differs from patch. With patch it works. Using only .dev doesnt work.
Using profiles2.

smscotten’s picture

Same issue here without Profile2. I guess the solution is to use Profile2 and apply the patch? In which case, Profile2 should be made a dependency for this module.

I am a complete moron. The patch in #2 worked for me on the core fields (which I discovered after I installed Profile2 and re-added all my new fields. Did I mention being a complete moron? Yeah, that's me.)

BarisW’s picture

Status: Active » Fixed

You might have used the previous .dev version. It takes 24 hours for Drupal do build the new .dev version.
Please try again.

madhudvs’s picture

#1 works for me well ... thank u :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

mrpauldriver’s picture

Version: 7.x-1.3 » 7.x-1.x-dev
Component: User interface » Code

Using the dev versio of 2012-Jul-30 and finding the same problem.

Does a patch need to be applied to this dev?

fullrobust’s picture

Version: 7.x-1.x-dev » 7.x-1.3

Bump on this issue

mrpauldriver’s picture

Is this problem related, http://drupal.org/node/1722134 ?

The symptoms of both issues are similar and both kicked in at the same time.

grasmash’s picture

Status: Closed (fixed) » Fixed

@stangln When you bump an issue, be sure to set it back to "active" status. I've applied the missing portion of the patch, and it should be working now. Fix committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.