Missing Method in ProductsController

Error: The action img is not defined in controller ProductsController

Error: Create ProductsController::img() in file: app/controllers/products_controller.php.

<?php
class ProductsController extends AppController {

	var $name = 'Products';


	function img() {

	}

}
?>

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

Notice (8): Undefined variable: popup_display_status [APP/views/layouts/default.ctp, line 217]
(default) 5 queries took 10 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `PageRedirection`.`id`, `PageRedirection`.`url`, `PageRedirection`.`new_url` FROM `page_redirections` AS `PageRedirection` WHERE `PageRedirection`.`url` = '/products/img/v2/free-report-icon.png' LIMIT 1001
2SELECT COUNT(*) AS `count` FROM `page_management_pages` AS `PageManagementPage` WHERE `PageManagementPage`.`url` = '/products/img/v2/free-report-icon.png' AND `status` = 'published' 119
3SELECT `ScheduleAskAQuestion`.`id`, `ScheduleAskAQuestion`.`date`, `ScheduleAskAQuestion`.`start_hour`, `ScheduleAskAQuestion`.`start_minute`, `ScheduleAskAQuestion`.`end_hour`, `ScheduleAskAQuestion`.`end_minute` FROM `schedule_ask_a_questions` AS `ScheduleAskAQuestion` WHERE `date` = '2024-09-17' LIMIT 1000
4SELECT `ZonalCountry`.`id`, `ZonalCountry`.`name`, `ZonalCountry`.`region`, `ZonalCountry`.`zone`, `ZonalCountry`.`status` FROM `zonal_countries` AS `ZonalCountry` WHERE `status` = '1' ORDER BY `name` ASC 2482480
5SELECT `MemberProfile`.`id`, `MemberProfile`.`name` FROM `member_profiles` AS `MemberProfile` WHERE `MemberProfile`.`member_id` IS NULL AND `status` = '1' 000