Closed (fixed)
Project:
User Badges
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2011 at 06:37 UTC
Updated:
20 Jun 2013 at 07:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
vkareh commentedHaving a similar error, realized that the function that returns the role badges is defining a boolean value as a string ('FALSE', which is processed as TRUE). Changing that fixed it for me.
Attached is a patch.
Comment #2
vkareh commentedchanging status
Comment #3
hlopes commentedSame here.
Comment #4
vkareh commentedDid the patch fix it for you or are you still having the problem?
Comment #5
hlopes commentedDon't know yet, but as soon as i find out, i'll report it here.
Comment #6
hlopes commentedYep, everything's ok now.
Just a side note, the issue seems to occur whenever a user changes roles.
This patch can be changed to "reviewed by the community" or "patch to be ported", IMHO.
Thanks
Comment #7
vkareh commentedThanks.
Changing status.
Comment #8
tinatz commentedCan I ask ? How can I use the patch ?
Do I only have to paste it on the .module ?
Sorry I just don't know.
Please Reply. :)
Comment #9
nancydruhttp://drupal.org/node/620014
The patch may be major, but it is not keeping your site down, so it is not critical.
Comment #10
tinatz commentedwhats with this error in cygwin ?
"bash : patch: command not found.
im on the module directory
Comment #11
vkareh commentedThat means that you don't have the program to patch files installed. Run your cygwin setup file and make sure you select "patch" from the included software list.
Disclaimer: I have not used cygwin in many years, so it might have changed in how it does this.
Comment #12
ckngI would actually upgrade this to a security, access bypass priority.
Anyway patch #1 solved it.
Comment #13
shabana.navas commented