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