Concord Nor'Easters

Nor'Easters logo

 

Missing controller

You are seeing this error because controller CoachesController could not be found.

Notice: If you want to customize this error message, create app/views/errors/missing_controller.thtml.

Fatal: Create the class below in file : app/controllers/coaches_controller.php

<?php
class CoachesController extends AppController {
   var $name = 'Coaches';
}
?>