When the affiliate goes to affiliate center then goto Downline... click on Levels and it shows this:
user warning: Unknown column 'u1.level' in 'order clause' query: SELECT u1.uid, uc.user_count FROM users u1 INNER JOIN uc_affiliate2_users au1 ON au1.uid = u1.uid INNER JOIN users u2 ON au1.aid = u2.uid LEFT OUTER JOIN (SELECT au.aid, COUNT(au.uid) as user_count FROM uc_affiliate2_users au GROUP BY au.aid) uc on uc.aid = u1.uid WHERE u2.uid = 1555 ORDER BY u1.level ASC LIMIT 0, 25 in /home/mog/public_html/mog/includes/database.mysql.inc on line 172.
this was from a fresh install.
Comments
Comment #1
bojanz commentedInteresting, thanks for bringing it up ( will take a look).
Btw, if you set the affiliate number of levels to 1, the downline/upline aren't even there. ( trying to provide more info ;))
Comment #2
bojanz commentedFixed in CVS (disabled ordering by level, not possible for now)