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



