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