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