Closed (fixed)
Project:
Profile Complete Percent
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2012 at 16:01 UTC
Updated:
13 Sep 2012 at 06:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
lakshminp commentedPatch which fixes the issue.
Comment #2
joelpittetThanks lakshminp and here is a patch for the other zucht field
Comment #3
quinns commentedI'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.]
Comment #4
efarem commentedI changed line 42 of pcp.admin.inc to
$field_info = field_info_instance('user', $field_name, 'user');and it worked.Comment #5
quinns commentedI wound up using Profile2 module after all, and the patch posted in #2 worked for me. Thanks.
Comment #6
BarisW commentedAww how stupid of me. Thanks for the patch.
Committed to .dev with git attribution.
Comment #7
nbchip commentedCommitted change differs from patch. With patch it works. Using only .dev doesnt work.
Using profiles2.
Comment #8
smscotten commentedSame 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.)
Comment #9
BarisW commentedYou might have used the previous .dev version. It takes 24 hours for Drupal do build the new .dev version.
Please try again.
Comment #10
madhudvs commented#1 works for me well ... thank u :)
Comment #12
mrpauldriver commentedUsing the dev versio of 2012-Jul-30 and finding the same problem.
Does a patch need to be applied to this dev?
Comment #13
fullrobust commentedBump on this issue
Comment #14
mrpauldriver commentedIs this problem related, http://drupal.org/node/1722134 ?
The symptoms of both issues are similar and both kicked in at the same time.
Comment #15
grasmash commented@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.