Notice: Undefined index: controller in /home/.icelander/schutzsmith/attractionapp.com/app/views/layouts/default.thtml on line 13
Login | Register

Missing controller

You are seeing this error because controller ForgotController 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/forgot_controller.php

<?php
class ForgotController extends AppController {
   var $name = 'Forgot';
}
?>