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