[ 0 ]: Call to undefined method Error::get404()

MODPATH/webpage/classes/controller/filter.php [ 27 ]

22 			if (!empty($tab[0]) && class_exists('Controller_'.$tab[0])) {
23 				echo Request::factory($name,null,array(Route::get('static_page')))->execute()->send_headers()->body();
24 				return;
25 			}
26 			
27 			Error::get404($this->response);
28 		}
29 		
30 		Lang::setLang();
31 		
32 		$html = Request::factory($pageStr.$link[$name])->execute();
  1. {PHP internal call} » Controller_Filter->before()

  2. SYSPATH/classes/kohana/request/client/internal.php [ 103 ] » ReflectionMethod->invoke(arguments)

  3. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  4. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

  5. DOCROOT/index.php [ 126 ] » Kohana_Request->execute()

Environment