Error: The action 50th.html is not defined in controller NewsController
Error: Create NewsController::50th.html() in file: kids/controllers/news_controller.php.
<?php
class NewsController extends AppController {
var $name = 'News';
function 50th.html() {
}
}
?>
Notice: If you want to customize this error message, create kids/views/errors/missing_action.ctp.