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