SimpleMVC Error

An error occured when processing this action.

Misssing Action-class for action kipaka (Request URI: /kipaka)

How to fix this error?

Create the file webapp/actions/kipaka_action.php with the following contents:

class KipakaAction extends Action {

  // Action methods

}

Backtrace

#0  require_once() called at [/www/v3/libs/utils/action_errors.php:11]
#1  ActionErrors::missingAction(kipaka) called at [/www/v3/libs/action.php:175]
#2  Action::_executeAction() called at [/www/v3/webroot/index.php:10]