You are seeing this error because the action contact is not defined in controller ProcessController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the ProcessController::contact() in file : app/controllers/process_controller.php
<?php
class ProcessController extends AppController {
function contact() {
}
}
?>
© Copyright 2008, FocusPoint Solutions and it's licensors. All rights reserved. (503) 445-1957.