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