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