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