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