Page 1 of 1

MAXED OUT?

Posted: Thu Sep 11, 2008 9:39 pm
by Donald Campbell
COULD IT BE THAT DOM HAS THE MAX POINTS AVAILABLE THIS SEASON AND THAT HE ALSO IS THE FIRST ONE TO EVER HAVE DONE THAT?

Posted: Thu Sep 11, 2008 10:26 pm
by Ramón Königshausen
No mean intensions, but he also has entered the most Main Status Races so far. So maybe that's why.

rmn


EDIT: If the Racer-Ranking worked we could find out:

PHP-Script: /slalomranking/mvc.php
SQLCommand: select p.pid, p.first_name, p.family_name, p.nick_name, p.nationality, p.sex, p.birth_year, p.class, count(e.eid) cnt from person p, event_person e, discipline_type d where e.eid=p.pid and d.disc_type=e.wr_disc_type and d.ranking='t' and p.nationality='GER' and p.sex='M' and p.class='PRO' group by 1,2,3,4,5,6,7,8 having cnt>0 order by 3,2;

(This error was written also to the PHP-Error logfile '')
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/hangwind/www/slalomranking/actions/rankings/personIndexAction.php on line 281
Surname Firstname Nickname Nationality Gender Year of birth Class # races
Unknown column 'd.ranking' in 'where clause'