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

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

22         }
23         $parent = empty($parent) ? $this->page->id : $parent;
24         View::set_global('parent', $parent);
25 
26         if (!$this->page->loaded()) {
27             $this->{'type_404'}();
28         }
29 
30         Site::set_meta($this->page);
31         View::set_global(
32                 'template_path', $this->template_path = Kohana::config('site/tms')->template_path
  1. {PHP internal call} » Kohana_Core::shutdown_handler(arguments)

Environment