Missing controller

You are seeing this error because controller Site2006Controller 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/site2006_controller.php

<?php
class Site2006Controller extends AppController {
   var $name = 'Site2006';
}
?>