Missing Method in ImagesController

Error: The action new is not defined in controller ImagesController

Error: Create ImagesController::new() in file: app/controllers/images_controller.php.

<?php
class ImagesController extends AppController {

	var $name = 'Images';


	function new() {

	}

}
?>

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

(default) 4 queries took 25 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `images`6610
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'latin1_swedish_ci';111
3SHOW FULL COLUMNS FROM `image_albums`4413
4SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_unicode_ci';111