I'm having a problem getting user Points to play nice with the referral module. I've got both enabled, but when I go to the settings page for the User Points module in admin I get this error:

Fatal error: Call to undefined function: userpoints_userpoints() in /pathtosite/modules/referral/referral.module on line 147

I looked at the file and its the part that referrences the userpoints module. What gives and how tdo I change the code to get it to work?

Comments

kbahey’s picture

Project: User Points » User Referral
Version: 4.7.x-2.2 » 4.7.x-2.0
Status: Active » Closed (fixed)

You are using the 4.7.x-1.0 version of the user referral module.

You should use the -2.0 version. Download it from here http://ftp.osuosl.org/pub/drupal/files/projects/referral-4.7.x-2.0.tar.gz

bflora’s picture

fixed thanks!