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