Missing Method in InfoController
You are seeing this error because the action abonneren is not defined in controller InfoController
If you want to customize this error message, create app/views/errors/missing_action.ctp.
Fatal : Confirm you have created the InfoController::abonneren in file : app/controllers/info_controller.php.
<?php
class InfoController extends AppController {
function abonneren() {
}
}
?>