Fatal error: Cannot redeclare userpoints_install() (previously declared in /var/www/web/modules/userpoints/userpoints.install:8) in /var/www/web/sites/all/modules/userpoints/userpoints.install on line 80

Comments

jredding’s picture

Status: Active » Closed (fixed)

The module is in two different places.
/var/www/web/modules/userpoints/
and
/var/www/web/sites/all/modules/userpoints/

although Drupal should take care of this.. it apparently hasn't. Make sure you only have one copy of the module.

kulfi’s picture

Thanks :)