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
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
Comment #1
jredding commentedThe 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.
Comment #2
kulfi commentedThanks :)