-
Notifications
You must be signed in to change notification settings - Fork 53
[Regression] Title missing and submission problem #26
Comments
Hi, why I always got 'Submissions are closed now!' when I clicked Solve? I had set the Start Time and End Time, but it seems not working. |
Hi @sankha93, I have changed solve.php from 9a6d786, but I still got 'Submissions are closed now!' and the Run button cannot be clicked. BTW, may I know what's the function of $accept['end'] and time()? Because after I changed the sign, from "if($accept['end'] < time())" to "if($accept['end'] > time())", and from "<?php if($accept['end'] > time()" to "<?php if($accept['end'] < time()", 'Submissions are closed now!' warning was disappeared, and the Run button can be clicked now. But it redirected to blank page eval.php, and there's no Submissions that I can see in the Submissions page. |
That is a working version, you can just download the zip and use it directly.
That is an interesting observation, can you file an issue? |
Hi @sankha93, I'm still new here, what is file an issue? BTW, why I get redirected to a blank page eval.php after submit it, is there any error on this? |
Can you go to this link: https://github.com/sankha93/codejudge/issues/new and write whatever problem you are having?
Did you go through this? https://github.com/sankha93/codejudge/wiki/Installing |
OK, I have run the compiler now. But there's error when I tried to submit it: http://pastebin.com/X3Zt3V1p There's no err.txt and out.txt. And I always get "Your program output did not match the solution for the problem." (I'm using the older version 9a6d786) |
Yes, Codejudge currently runs in Linux only, plans are there to port it to Windows. |
The following problems are in effect after #18 has landed:
The text was updated successfully, but these errors were encountered: