Missing Method in ArchivesController
Error: The action news is not defined in controller ArchivesController
Error: Create ArchivesController:: news() in file: app/controllers/archives_controller.php.
<?php class ArchivesController extends AppController { var $name = 'Archives'; function news() { } } ?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.