Missing Controller
Error: ParticipezController could not be found.
Error: Create the class ParticipezController below in file: app/controllers/participez_controller.php
<?php
class ParticipezController extends AppController {
var $name = 'Participez';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

