Missing Controller
Error: WhatsNewController could not be found.
Error: Create the class WhatsNewController below in file: app/controllers/whats_new_controller.php
<?php
class WhatsNewController extends AppController {
var $name = 'WhatsNew';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
