Notice: Undefined index: controller in /home/sites/lockettbros.co.uk/public_html/app/views/elements/page_left.thtml on line 2

Notice: Undefined index: action in /home/sites/lockettbros.co.uk/public_html/app/views/elements/page_left.thtml on line 2

Notice: Undefined index: controller in /home/sites/lockettbros.co.uk/public_html/app/views/elements/page_right_top_content.thtml on line 2

Notice: Undefined index: action in /home/sites/lockettbros.co.uk/public_html/app/views/elements/page_right_top_content.thtml on line 2

Missing Method in ProductsController

You are seeing this error because the action special_deal is not defined in controller ProductsController

Notice: this error is being rendered by the app/views/errors/missing_action.thtml view file, a user-customizable error page for handling invalid action dispatches.

Fatal: Create Method:

<?php
    class ProductsController extends AppController
    {
        function special_deal()
        {

        }
    }
?>

in file : app/controllers/products_controller.php

Error: Unable to execute action special_deal in ProductsController