When I click on a problem ID in either the "My Submissions" page or "My statistics page", I get a "You are not authorised to view this resource." error message. The problem seems to be that URLs from those pages are of the form
Code: Select all
http://icpcres.ecs.baylor.edu/onlinejudge/index.php?option=com_onlinejudge&page=show_problem&problem=37
while the (working) links from the problem set pages are of the form
Code: Select all
http://icpcres.ecs.baylor.edu/onlinejudge/index.php?option=com_onlinejudge&Itemid=8&category=3&page=show_problem&problem=37
It seems like the missing Itemid=8 and category=3 causes this problem. Is this something that affects everyone, or does it only happen to me?