Missing Method in OwnersController
You are seeing this error because the action terms is not defined in controller OwnersController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the OwnersController::terms() in file : app/controllers/owners_controller.php
<?php
class OwnersController extends AppController {
function terms() {
}
}
?>