Estate tree
Estate tree
Prospective Students
Current Students
Scholarships
Stockbridge Majors
Career Network
E NEWS
News and Events
Alumni and Friends
Faculty

JobNet

> Post a job
> View jobs

Stockbridge School
 Welcome

Missing Method in UsersController

You are seeing this error because the action contact.html is not defined in controller UsersController

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

Fatal: Confirm you have created the UsersController::contact.html() in file : app/controllers/users_controller.php

<?php
class UsersController extends AppController {
   function contact.html() {
   }

}
?>