Notice: Constant _def_mobile already defined in /home/nagosaku/www/roosclub/app/app_controller.php on line 65

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/nagosaku/www/roosclub/app/app_controller.php:65) in /home/nagosaku/www/roosclub/cake/libs/session.php on line 159

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/nagosaku/www/roosclub/app/app_controller.php:65) in /home/nagosaku/www/roosclub/cake/libs/session.php on line 159

Warning: Cannot modify header information - headers already sent by (output started at /home/nagosaku/www/roosclub/app/app_controller.php:65) in /home/nagosaku/www/roosclub/cake/libs/session.php on line 160

Missing Method in CirclesController

You are seeing this error because the action index.html is not defined in controller CirclesController

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

Fatal: Confirm you have created the CirclesController::index.html() in file : app/controllers/circles_controller.php

<?php
class CirclesController extends AppController {
   function index.html() {
   }

}
?>