Missing Controller

Error: SaveController could not be found.

Error: Create the class SaveController below in file: app/controllers/save_controller.php

<?php
class SaveController extends AppController {

	var $name = 'Save';
}
?>

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

Notice (8): Undefined index:  footer [APP/views/layouts/default.ctp, line 118]