Kohana_Exception [ 0 ]: Ez a művelet csak a verseny szervezőjének és adminisztrátoroknak megengedett!Az FCI-MEOESZ rendezvények adatai nem módosíthatóak a rendezvény lezárultát követően!

APPPATH/classes/Controller/Event.php [ 693 ]

688                 $this->template->set_filename('agilityrun/templateResult');
689                 $this -> template -> set('content', json_encode(array("status"=>"0","text"=>$text)));
690                 $this->response->body(json_encode(array("status"=>"0","text"=>$text))  );
691                 return;
692             }else{
693                 throw new Kohana_Exception($text);
694             }
695         }
696         
697         $caller_url = Arr::get($_GET, 'backurl');
698         if(!$caller_url){
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Event->action_recordresults()

  2. {PHP internal call} » Kohana_Controller->execute()

  3. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  4. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  5. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  6. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment