Missing Method in ShoplistController

Error: The action sitemap is not defined in controller ShoplistController

Error: Create ShoplistController::sitemap() in file: app/controllers/shoplist_controller.php.

<?php
class ShoplistController extends AppController {

	var $name = 'Shoplist';


	function sitemap() {

	}

}
?>

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

(default) 8 queries took 1 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `users`25251
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci';110
3SHOW FULL COLUMNS FROM `public_users`11110
4SHOW FULL COLUMNS FROM `recruits`16160
5SHOW FULL COLUMNS FROM `bumons`10100
6SHOW FULL COLUMNS FROM `public_recruits`16160
7SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_unicode_ci';110
8SELECT `Bumon`.`id`, `Bumon`.`name`, `Bumon`.`open_time`, `Bumon`.`del_flg`, `Bumon`.`deleted`, `Bumon`.`deleted_user_id`, `Bumon`.`created`, `Bumon`.`created_user_id`, `Bumon`.`modified`, `Bumon`.`modified_user_id` FROM `bumons` AS `Bumon` WHERE `Bumon`.`del_flg` = 0 ORDER BY `Bumon`.`id` ASC 22220
Debug timer info
MessageStart Time (ms)End Time (ms)Duration (ms)
Core Processing (Derived)05858
Component initialization and startup58602
Controller action60622
Component initialization and startup #262740
Render Controller Action63740
Debug timer info
MessageStart Time (ms)End Time (ms)Duration (ms)
Core Processing (Derived)0-1714378056603-1714378056603
Component initialization and startup58602
Controller action60622
Component initialization and startup #262740
Render Controller Action63740