Notice: Undefined variable: pageType in /var/www/vhosts/burningriverfest.org/cake_app/views/layouts/default.thtml on line 28

Notice: Undefined variable: pageType in /var/www/vhosts/burningriverfest.org/cake_app/views/layouts/default.thtml on line 42

Notice: Undefined variable: pageType in /var/www/vhosts/burningriverfest.org/cake_app/views/layouts/default.thtml on line 71
 

Missing controller

You are seeing this error because controller LibraryController could not be found.

Notice: If you want to customize this error message, create cake_app/views/errors/missing_controller.thtml.

Fatal: Create the class below in file : cake_app/controllers/library_controller.php

<?php
class LibraryController extends AppController {
   var $name = 'Library';
}
?>