Missing Method in AboutsController

Error: The action 1 is not defined in controller AboutsController

Error: Create AboutsController::1() in file: app/controllers/abouts_controller.php.

<?php
class AboutsController extends AppController {

	var $name = 'Abouts';


	function 1() {

	}

}
?>

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

(default) 2 queries took 1 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `abouts`10101
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci';110