See the earlier post in this thread regarding the bug with the update.sql file. If this is the first time you've installed the mod then run new.sql not update.sql
Instructions to bypass this bug:
- Go to folder \admin\includes\functions\extra_functions\
- Rename reward_points_functions.php to reward_points_functions.xxx
- You can now access the Admin CP
- Go to Tools->Install SQL PAtch
- Enter the following SQL: RENAME TABLE reward_points_history TO reward_status_track
- Then rename reward_points_functions.xxx back to reward_points_functions.php
Note: This will not work if you use prefixes on your database. In this case either run new.sql or rename the table using phpmysql
Bookmarks