Missing controller

You are seeing this error because controller NoflashController could not be found.

Notice: If you want to customize this error message, create palmer08/views/errors/missing_controller.ctp

Fatal: Create the class below in file: palmer08/controllers/noflash_controller.php

<?php
class NoflashController extends AppController {
   var $name = 'Noflash';
}
?>