Quote Originally Posted by Crzipilot View Post
Ok, Just installed this module, had previous version installed and working. Now getting this error. Anyone have a clue?


Fatal error: Cannot redeclare class RewardPoints in includes/classes/observers/class.reward_points.php on line 58
Check in includes/classes/observers/ you probably have 2 files for reward_points. delete the class.reward_points.php and leave the other one. They are declaring the same things and only one of them is needed. It will work with either but not with both.

Ken