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