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

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

23 			if (!empty($tab[0]) && class_exists('Controller_'.$tab[0])) {
24 				echo Request::factory($name,null,array(Route::get('static_page')))->execute()->send_headers()->body();
25 				return;
26 			}
27 			
28 			Error::get404($this->response);
29 		}
30 		
31 		$html = Request::factory($pageStr.$link[$name])->execute();
32 		$this->request->response = $html;
33 		echo $html;
  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. /index.php [ 105 ] » Kohana_Request->execute()

Environment