Base

Missing Method in Winternews2010Controller

You are seeing this error because the action index is not defined in controller Winternews2010Controller

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

Fatal: Confirm you have created the Winternews2010Controller::index in file : app/controllers/winternews2010_controller.php.

<?php
class Winternews2010Controller extends AppController {
   function index() {
   }

}
?>