Benvenuto! Entra

Missing Method in ArticlesController

You are seeing this error because the action register is not defined in controller ArticlesController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the ArticlesController::register() in file : app/controllers/articles_controller.php

<?php
class ArticlesController extends AppController {
   function register() {
   }

}
?>