Kohana_HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Controller/Pages.php [ 29 ]

24 				$data['title'] = !empty($data['page']->title) ? $data['page']->title : $data['page']->caption.Kohana::message('core', 'title').Shared::configs('title');
25 				$data['meta_desc'] = $data['page']->meta_desc;
26 				$data['meta_keys'] = $data['page']->meta_keys;
27 				$this->setLayot('pages', $data);
28 			} else {
29 				throw new Kohana_HTTP_Exception_404();
30 			}
31 		}
32     }
33     
34 }
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Pages->action_index()

  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 [ 138 ] » Kohana_Request->execute()

Environment