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