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


