SimpleMVC Error

An error occured when processing this action.

Misssing Action-class for action page (Request URI: /page/Fifi-sukat)

How to fix this error?

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

class PageAction extends Action {

  // Action methods

}

Backtrace

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