Notice (8): Undefined index:  metatitle [APP/views/helpers/meta_tags.php, line 25]
Notice (8): Undefined index:  metadescription [APP/views/helpers/meta_tags.php, line 31]
Notice (8): Undefined index:  metakeywords [APP/views/helpers/meta_tags.php, line 37]
 

Missing Controller

Error: FilesController could not be found.

Error: Create the class FilesController below in file: app/controllers/files_controller.php

<?php
class FilesController extends AppController {

	var $name = 'Files';
}
?>

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