I am using Drupal 7.x and have been adding on some modules and working to set up a points system for our users. When I logged in as a user (not admin) I received this list of errors on the page:

Notice: Undefined index: 3 in userpoints_get_points_list() (line 1298 of /home/gooses/public_html/sites/all/modules/userpoints/userpoints.module).
Notice: Undefined index: 5 in userpoints_get_points_list() (line 1298 of /home/gooses/public_html/sites/all/modules/userpoints/userpoints.module).
Notice: Undefined index: 6 in userpoints_get_points_list() (line 1298 of /home/gooses/public_html/sites/all/modules/userpoints/userpoints.module).
Notice: Undefined index: 7 in userpoints_get_points_list() (line 1298 of /home/gooses/public_html/sites/all/modules/userpoints/userpoints.module).
Notice: Undefined index: 2 in userpoints_get_points_list() (line 1298 of /home/gooses/public_html/sites/all/modules/userpoints/userpoints.module).
Notice: Undefined index: 4 in userpoints_get_points_list() (line 1298 of /home/gooses/public_html/sites/all/modules/userpoints/userpoints.module).

Any help I can get on this would be greatly appreciated.

Thanks,
Michelle

Comments

estoyausente’s picture

In dev versión, the message is this:
Notice: Undefined index: 61 en userpoints_get_points_list() (línea 885 de /var/www/abbvie-campus/httpdocs/sites/all/modules/contrib/userpoints/userpoints.module).

I made a patch for 7.x.1.0 version.

estoyausente’s picture

Category: Support request » Bug report
Status: Active » Needs review
StatusFileSize
new1.01 KB

Added a patch for dev version (if somebody have to apply it).