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