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