Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/lib/php5/pear/cake/libs/controller/components/session.php) is not within the allowed path(s): (/var/www/vhosts/rd11.com/subdomains/rdos/httpdocs:/tmp) in /var/www/vhosts/rd11.com/subdomains/rdos/httpdocs/cake/basics.php on line 939

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/vhosts/rd11.com/subdomains/rdos/httpdocs/cake/basics.php:939) in /var/www/vhosts/rd11.com/subdomains/rdos/httpdocs/cake/libs/session.php on line 140

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/vhosts/rd11.com/subdomains/rdos/httpdocs/cake/basics.php:939) in /var/www/vhosts/rd11.com/subdomains/rdos/httpdocs/cake/libs/session.php on line 140

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/lib/php5/pear/cake/libs/model/dbo/dbo_mysql.php) is not within the allowed path(s): (/var/www/vhosts/rd11.com/subdomains/rdos/httpdocs:/tmp) in /var/www/vhosts/rd11.com/subdomains/rdos/httpdocs/cake/basics.php on line 939

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/lib/php5/pear/cake/libs/view/templates/errors/../errors/missing_action.thtml) is not within the allowed path(s): (/var/www/vhosts/rd11.com/subdomains/rdos/httpdocs:/tmp) in /var/www/vhosts/rd11.com/subdomains/rdos/httpdocs/cake/basics.php on line 939

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/lib/php5/pear/cake/config/tags.ini.php) is not within the allowed path(s): (/var/www/vhosts/rd11.com/subdomains/rdos/httpdocs:/tmp) in /var/www/vhosts/rd11.com/subdomains/rdos/httpdocs/cake/basics.php on line 939

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/lib/php5/pear/cake/libs/view/helpers/html.php) is not within the allowed path(s): (/var/www/vhosts/rd11.com/subdomains/rdos/httpdocs:/tmp) in /var/www/vhosts/rd11.com/subdomains/rdos/httpdocs/cake/basics.php on line 939
CakePHP : A Rapid Development Framework :: Missing Method in Controller

Missing Method in BulletinBoardsController

You are seeing this error because the action function.file-exists is not defined in controller BulletinBoardsController

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 BulletinBoardsController extends AppController
    {
        function function.file-exists()
        {

        }
    }
?>

in file : app/controllers/bulletin_boards_controller.php

Error: Unable to execute action function.file-exists in BulletinBoardsController

2 queries took 2 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESC `bulletin_boards`771
2DESC `users`221