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