ErrorException [ Warning ]: Missing argument 1 for Controller_products::action_category()

APPPATH/classes/controller/products.php [ 132 ]

127 			
128 			
129 		}
130 	
131 	}
132 	public function action_category($catid)
133 	{
134 		
135 		$priceCond = '';
136 		$sort = " p.sort ASC ";
137 		if(Arr::get($_GET,'sortP'))
  1. APPPATH/classes/controller/products.php [ 132 ] » Kohana_Core::error_handler(arguments)

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

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

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

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

Environment