ErrorException [ Warning ]: Missing argument 5 for Controller_produtos::action_category()

APPPATH/classes/controller/produtos.php [ 100 ]

 95 			->set('content', new View('produtos'));
 96 		$this->template->content
 97 			->set('list_prod',produtos::lista_produto_new('subcategory', $id, $seo, $pg,$p1,$p2,$p3))
 98 			->set('menu_prod',produtos::get_menu_prod_l());
 99 	}
100 	public function action_category($id,$seo, $pg,$p1,$p2,$p3)
101 	{
102 		
103 		if($id == cadastro_login){
104 			$id = $seo;
105 			$seo = $pg;
  1. APPPATH/classes/controller/produtos.php [ 100 ] » Kohana_Core::error_handler(arguments)

  2. {PHP internal call} » Controller_produtos->action_category(arguments)

  3. SYSPATH/classes/kohana/request.php [ 1220 ] » ReflectionMethod->invokeArgs(arguments)

  4. APPPATH/bootstrap.php [ 1185 ] » Kohana_Request->execute()

  5. DOCROOT/index.php [ 147 ] » require(arguments)

Environment