hustoj icon indicating copy to clipboard operation
hustoj copied to clipboard

the online judge system for acm/icpc

Results 4 hustoj issues
Sort by recently updated
recently updated
newest added

When I click the links on the navbar, it get an 404 error. (eg.http://localhost/problem/list) But when I add index.php in the url, then it's ok.(eg. http://localhost/index.php/problem/list) Is it my Apache...

SYSPATH/classes/Kohana/Kohana/Exception.php [ 53 ] ``` 48 * @return void 49 */ 50 public function __construct($message = "", array $variables = NULL, $code = 0, Exception $previous = NULL) 51 {...

Uncaught TypeError: Argument 1 passed to Kohana_Kohana_Exception::handler() must be an instance of Exception, instance of Error given in /data/wwwroot/default/hustoj/system/classes/Kohana/Kohana/Exception.php:84 Stack trace: #0 [internal function]: Kohana_Kohana_Exception::handler(Object(Error)) #1 {main} thrown SYSPATH/classes/Kohana/Kohana/Exception.php [...