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