Kohana_HTTP_Exception [ 404 ]:

APPPATH/classes/Controller/Calendar.php [ 55 ]

50         $event = (new Events())->getBySlug(
51             $calendar,
52             new \Carbon\Carbon($this->request->param('year').'-'.$this->request->param('month').'-'.$this->request->param('day').' '.$this->request->param('hour').':'.$this->request->param('min')),
53             $picture
54         );
55         if (!$event->loaded()) throw HTTP_Exception::factory(404);
56 
57         $this->context->title = $picture->pi_name;
58         $this->context->event = $event;
59         $this->context->calendar = $calendar;
60         $this->context->picture = $picture;
  1. {PHP internal call} » Controller_Calendar->action_event(arguments)

  2. SYSPATH/classes/Controller.php [ 25 ] » call_user_func_array(arguments)

  3. {PHP internal call} » Controller->execute()

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

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

  6. SYSPATH/classes/Request.php [ 85 ] » Kohana_Request_Client->execute(arguments)

  7. DOCROOT/index.php [ 121 ] » Request->execute()

Environment