ErrorException [ Fatal Error ]: Call to undefined method Controller_Site_Tms_Page::type_404()

APPPATH/classes/controller/site/tms/page.php [ 33 ]

28         $levels[] = $this->page;
29         $parent = isset($levels[1]) ? $levels[1]->id : $this->page->id;
30         View::set_global('parent', $parent);
31         
32         if (!$this->page->loaded()) {
33             $this->{'type_404'}();
34         }
35 
36         Site::set_meta($this->page);
37         View::set_global(
38             'template_path', $this->template_path = Kohana::config('site/tms')->template_path
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment