Missing Method in MediaController
Error: The action home is not defined in controller MediaController
Error: Create MediaController::home() in file: app\controllers\media_controller.php.
<?php
class MediaController extends AppController {
var $name = 'Media';
function home() {
}
}
?>
Notice: If you want to customize this error message, create app\views\errors\missing_action.ctp.

