Quote Originally Posted by imperialis View Post
I just went to install and now I have a big fat error throughtout my whole site

1146 Table 'imperial_zc1.zen_reward_status_track' doesn't exist
in:
[SELECT ph.*, o.orders_status FROM zen_reward_status_track ph, zen_orders o WHERE ph.orders_id=o.orders_id AND ph.dateIf you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

http://www.imperialgiftsnwares.com.au

help please, what did I do wrong?
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:

  1. Go to folder \admin\includes\functions\extra_functions\
  2. Rename reward_points_functions.php to reward_points_functions.xxx
  3. You can now access the Admin CP
  4. Go to Tools->Install SQL PAtch
  5. Enter the following SQL: RENAME TABLE reward_points_history TO reward_status_track
  6. 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