Deprecated: Assigning the return value of new by reference is deprecated in /home/agelwid2/cake/dispatcher.php on line 156

Deprecated: Assigning the return value of new by reference is deprecated in /home/agelwid2/cake/dispatcher.php on line 214

Deprecated: Assigning the return value of new by reference is deprecated in /home/agelwid2/cake/libs/controller/controller.php on line 265

Deprecated: Assigning the return value of new by reference is deprecated in /home/agelwid2/cake/libs/controller/controller.php on line 298

Deprecated: Assigning the return value of new by reference is deprecated in /home/agelwid2/cake/libs/controller/controller.php on line 470

Deprecated: Assigning the return value of new by reference is deprecated in /home/agelwid2/cake/libs/controller/controller.php on line 735

Deprecated: Assigning the return value of new by reference is deprecated in /home/agelwid2/cake/libs/controller/component.php on line 117

Deprecated: Assigning the return value of new by reference is deprecated in /home/agelwid2/cake/libs/view/view.php on line 659

Deprecated: Assigning the return value of new by reference is deprecated in /home/agelwid2/cake/libs/model/connection_manager.php on line 83

Deprecated: Assigning the return value of new by reference is deprecated in /home/agelwid2/cake/libs/model/connection_manager.php on line 106

Deprecated: Assigning the return value of new by reference is deprecated in /home/agelwid2/cake/libs/class_registry.php on line 55

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/agelwid2/cake/dispatcher.php:156) in /home/agelwid2/cake/libs/session.php on line 131

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/agelwid2/cake/dispatcher.php:156) in /home/agelwid2/cake/libs/session.php on line 131

Deprecated: Function mysql_list_tables() is deprecated in /home/agelwid2/cake/libs/model/dbo/dbo_mysql.php on line 154

Deprecated: Assigning the return value of new by reference is deprecated in /home/agelwid2/cake/libs/error.php on line 50

Deprecated: Assigning the return value of new by reference is deprecated in /home/agelwid2/cake/libs/error.php on line 59

Deprecated: Assigning the return value of new by reference is deprecated in /home/agelwid2/cake/libs/error.php on line 66

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/agelwid2/cake/dispatcher.php:156) in /home/agelwid2/cake/libs/session.php on line 131

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/agelwid2/cake/dispatcher.php:156) in /home/agelwid2/cake/libs/session.php on line 131
CakePHP : The PHP Rapid Development Framework :: Missing Method in Controller

Missing Method in AboutController

You are seeing this error because the action privacy is not defined in controller AboutController

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 AboutController extends AppController
    {
        function privacy()
        {

        }
    }
?>

in file : app/controllers/about_controller.php

Error: Unable to execute action privacy in AboutController