We just found a major bug...
http://www.8wayrun.com/competitions.php?do=view&id=18
Right now we are in Semi-Finals with 4 players left...
MateoGalvan vs Botsu (this is working fine)
MOLDAIVER vs Thermidor (this is broken)
MateoGalvan, Botsu and Thermidor properly have the X and -> buttons next to their name giving us the option to progress or regress them in the tournament. However, Moldaiver does not. He just beat Thermidor, but we can not progress him to the next match. This is a HUGE bug that is making us unable to continue the tournament. I can fix the problem directly in the database, but I would rather not have to do this for every tournament.
Okay, I found out what the problem is... These are the URLS to the links next to the 4 players...
MateoGalvan
javascript
rogress('18', '2097', 'MateoGalvan', 'round6', '1');
Botsu
javascript
rogress('18', '1719', 'Botsu', 'round6', '1');
Moldaiver
javascript
rogress('18', '3028', 'MOLDAIVER', 'round6', '3');
Thermidor
javascript
rogress('18', '2320', 'Thermidor', 'round6', '2');
The text in
RED is wrong, it should be '2', not '3'. Its sending Moldaiver as the winner to a match that doesn't exist. So once my tournament moderator advances him to the wrong match, he loses his X/-> functions and goes nowhere. I just tested it by replacing the 3 in my database with a 2 and then he's listed correctly, however, once again, his arrow for the next match is wrong. It sends him to 2, instead of 1.
It happens in EVERY tournament, in the lower half of Round5 and beyond.