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