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