prosper V 1.6 error

macman

New member
Mar 11, 2008
96
0
0
Just installed prosper V 1.6 and im getting a error message.Every time i try to generate a tracking link I get this error .


Unknown column 'user_tracking_domain' in 'field list'

SELECT `user_tracking_domain` FROM `202_users_pref` WHERE `user_id`='1'



Can some one please help me
 


Run this command to fix all in phpmyadmin

ALTER TABLE 202_users_pref ADD COLUMN `user_tracking_domain` varchar(255) NOT NULL DEFAULT '';
ALTER TABLE 202_users_pref ADD COLUMN `user_pref_group_1` tinyint(3);");
ALTER TABLE 202_users_pref ADD COLUMN `user_pref_group_2` tinyint(3);
ALTER TABLE 202_users_pref ADD COLUMN `user_pref_group_3` tinyint(3);
ALTER TABLE 202_users_pref ADD COLUMN `user_pref_group_4` tinyint(3);

Solution found at Error Message When Generating Link
 
Thanks , can believe i didn't see this before .Every thing is working just fine now.