Notice (8): Trying to access array offset on value of type bool [APP/controllers/hall_controller.php, line 56]Code |
Context $this->set("y", date("y"));
$this->set("m", date("m"));
parent::beforeFilter();
$auth = null
$id = "about"
HallController::beforefilter() - APP/controllers/hall_controller.php, line 56
ShimonosekiHallController::beforefilter() - APP/controllers/shimonoseki_hall_controller.php, line 8
GthHallController::beforefilter() - APP/controllers/gth_hall_controller.php, line 8
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 521
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Notice (8): Trying to access array offset on value of type null [APP/controllers/hall_controller.php, line 56]Code |
Context $this->set("y", date("y"));
$this->set("m", date("m"));
parent::beforeFilter();
$auth = null
$id = "about"
HallController::beforefilter() - APP/controllers/hall_controller.php, line 56
ShimonosekiHallController::beforefilter() - APP/controllers/shimonoseki_hall_controller.php, line 8
GthHallController::beforefilter() - APP/controllers/gth_hall_controller.php, line 8
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 521
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Missing Method in GthHallController
Error:
The action index.html is not defined in controller GthHallController
Error:
Create GthHallController::index.html() in file: app/controllers/gth_hall_controller.php.
<?php
class GthHallController extends AppController {
var $name = 'GthHall';
function index.html() {
}
}
?>
Notice:
If you want to customize this error message, create app/views/errors/missing_action.ctp