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