Notice (8): Undefined index:  action [APP/app_controller.php, line 13]
Sonic Promos Missing Method in Controller | Promotional Products, Marketing Programs, and Creative Solutions

Missing Method in AboutController

Error: The action about.tpl is not defined in controller AboutController

Error: Create AboutController::about.tpl() in file: sp001/controllers/about_controller.php.

<?php
class AboutController extends AppController {

	var $name = 'About';


	function about.tpl() {

	}

}
?>

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