class Controller_Welcome extends Controller {
public function action_index($name)
{
$this->response->body('hello,'.$name);
}
передаю ему параметр в адресной строке, а он ругается
ErrorException [ Warning ]: Missing argument 1 for Controller_Welcome::action_index(), called in C:\OpenServer\domains\kohana.loc\public\system\classes\Kohana\Controller.php on line 84 and defined