Warning (512): DbAcl::check() - Failed ARO/ACO node lookup in permissions check. Node references:
Aro: ROOT
Aco: ROOT/ToolbarAccess/history_state [CORE/cake/libs/controller/components/acl.php, line 239]
Code |
Context$aro = "ROOT"
$aco = "ROOT/ToolbarAccess/history_state"
$action = "*"
$permKeys = array(
"_create",
"_read",
"_update",
"_delete"
)
$aroPath = array(
array(
"Aro" => array()
)
)
$acoPath = false
if (empty($aroPath) || empty($acoPath)) {
trigger_error("DbAcl::check() - Failed ARO/ACO node lookup in permissions check. Node references:\nAro: " . print_r($aro, true) . "\nAco: " . print_r($aco, true), E_USER_WARNING);
DbAcl::check() - CORE/cake/libs/controller/components/acl.php, line 239
AclComponent::check() - CORE/cake/libs/controller/components/acl.php, line 89
AccessComponent::__checkPublicAccess() - APP/plugins/user/controllers/components/access.php, line 40
AccessComponent::initialize() - APP/plugins/user/controllers/components/access.php, line 28
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 208
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88
Warning (2): Cannot modify header information - headers already sent by (output started at /mnt/stor12-wc2-dfw1/604549/608880/www.cfparis.fr/web/content/cake/basics.php:109) [CORE/cake/libs/controller/controller.php, line 644]
Code |
Context$status = "Location: http://www.cfparis.fr/login"
}
echo $_this->_output($level, $error, $code, $helpCode, $description, $file, $line, $context);
Debugger::handleError() - CORE/cake/libs/debugger.php, line 222
header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 644
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 625
AuthComponent::startup() - CORE/cake/libs/controller/components/auth.php, line 349
Component::startup() - CORE/cake/libs/controller/component.php, line 112
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 210
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88
(default) 5 queries took 114 ms
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
| 1 | DESCRIBE `aros` | | 7 | 7 | 17 |
| 2 | DESCRIBE `acos` | | 7 | 7 | 14 |
| 3 | DESCRIBE `aros_acos` | | 7 | 7 | 15 |
| 4 | SELECT `Aro`.`id`, `Aro`.`parent_id`, `Aro`.`model`, `Aro`.`foreign_key`, `Aro`.`alias` FROM `aros` AS `Aro` LEFT JOIN `aros` AS `Aro0` ON (`Aro0`.`alias` = 'ROOT') WHERE `Aro`.`lft` <= `Aro0`.`lft` AND `Aro`.`rght` >= `Aro0`.`rght` ORDER BY `Aro`.`lft` DESC | | 1 | 1 | 0 |
| 5 | SELECT `Aco`.`id`, `Aco`.`parent_id`, `Aco`.`model`, `Aco`.`foreign_key`, `Aco`.`alias` FROM `acos` AS `Aco` LEFT JOIN `acos` AS `Aco0` ON (`Aco0`.`alias` = 'ROOT') LEFT JOIN `acos` AS `Aco1` ON (`Aco1`.`lft` > `Aco0`.`lft` AND `Aco1`.`rght` < `Aco0`.`rght` AND `Aco1`.`alias` = 'ToolbarAccess') LEFT JOIN `acos` AS `Aco2` ON (`Aco2`.`lft` > `Aco1`.`lft` AND `Aco2`.`rght` < `Aco1`.`rght` AND `Aco2`.`alias` = 'history_state') WHERE ((`Aco`.`lft` <= `Aco0`.`lft` AND `Aco`.`rght` >= `Aco0`.`rght`) OR (`Aco`.`lft` <= `Aco2`.`lft` AND `Aco`.`rght` >= `Aco2`.`rght`)) ORDER BY `Aco`.`lft` DESC | | 1 | 1 | 68 |
Debug timer info| Message | Start Time (ms) | End Time (ms) | Duration (ms) |
|---|
| Core Processing (Derived) | 0 | 1803 | 1803 |
| Component initialization and startup | 1803 | 1827 | 0 |