      

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