Kohana_Exception [ 0 ]: Page not found

APPPATH/classes/Controller/Public.php [ 101 ]

 96 					$this->view->first = $first;
 97 					$this->view->second = $second;
 98 					$this->view->title = $project->seo_title.' | '.Model_Variable::value_by_name('project_name');
 99 				}
100 				else {
101 					throw new Kohana_Exception(__('Page not found'));
102 				}
103 			}
104 
105 		}
106 	}
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Public->action_index()

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

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

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

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

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

Environment