/home/virtwww/w_xn7sbf0a_39234181/http/system/classes/kohana/request.php

ReflectionException [ 0 ]: Method action_get_form does not exist

SYSPATH/classes/kohana/request.php [ 1111 ]

1106 
1107 			// Determine the action to use
1108 			$action = empty($this->action) ? Route::$default_action : $this->action;
1109 
1110 			// Execute the main action with the parameters
1111 			$class->getMethod('action_'.$action)->invokeArgs($controller, $this->_params);
1112 
1113 			// Execute the "after action" method
1114 			$class->getMethod('after')->invoke($controller);
1115 		}
1116 		catch (Exception $e)
  1. SYSPATH/classes/kohana/request.php [ 1111 ] » ReflectionClass->getMethod(arguments)

  2. APPPATH/bootstrap.php [ 160 ] » Kohana_Request->execute()

  3. DOCROOT/index.php [ 102 ] » require(arguments)

Environment