Closed (fixed)
Project:
User Points
Version:
5.x-3.7
Component:
Code: userpoints_basic
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2008 at 02:46 UTC
Updated:
16 Jun 2008 at 08:07 UTC
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 :)