Missing Method In Controller
Missing Method in MediasController
You are seeing this error because the action media.htm is not defined in controller MediasController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the MediasController::media.htm() in file : app/controllers/medias_controller.php
<?php
class MediasController extends AppController {
function media.htm() {
}
}
?>