HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Controller/Welcome.php [ 102 ]

 97         }
 98         $pm = new Model_Pages();
 99         // echo $pm->getMainParent(20);
100         $data = $pm->get($page_id, FALSE);
101         if (!$data) {
102             throw new HTTP_Exception_404;
103         }
104         $catalogPath = $this->getPagePath($page_id);
105         $this->template->title = Arr::get($data, 'title', '');
106         $this->template->content = Arr::get($data, 'text', '');
107         //echo $catalogPath;
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Welcome->action_page()

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

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

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

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

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

Environment