Warning (2): "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? [CORE/Cake/Model/Permission.php, line 149]Code Context if (file_exists($file)) {
static::_map($file, $className, $plugin);
return include $file;
$className = 'Permission'
$parts = array(
(int) 0 => 'Model'
)
$plugin = null
$package = 'Model'
$file = '/home/biuro3m/ftp/portal/lib/Cake/Model/Permission.php'
$paths = array(
(int) 0 => '/home/biuro3m/ftp/portal/app/Model/',
(int) 1 => '/home/biuro3m/ftp/portal/app/Lib/Model/',
(int) 2 => '/home/biuro3m/ftp/portal/app/Model/',
(int) 3 => '/home/biuro3m/ftp/portal/lib/Cake/Model/'
)
$appLibs = '/home/biuro3m/ftp/portal/app/Lib/'
$normalizedClassName = 'Permission'
$path = '/home/biuro3m/ftp/portal/lib/Cake/Model/'
include - CORE/Cake/Core/App.php, line 567
App::load() - CORE/Cake/Core/App.php, line 567
spl_autoload_call - [internal], line ??
class_exists - [internal], line ??
ClassRegistry::init() - CORE/Cake/Utility/ClassRegistry.php, line 146
DbAcl::__construct() - CORE/Cake/Controller/Component/Acl/DbAcl.php, line 47
AclComponent::adapter() - CORE/Cake/Controller/Component/AclComponent.php, line 88
AclComponent::__construct() - CORE/Cake/Controller/Component/AclComponent.php, line 70
ComponentCollection::load() - CORE/Cake/Controller/ComponentCollection.php, line 116
ComponentCollection::init() - CORE/Cake/Controller/ComponentCollection.php, line 53
Controller::constructClasses() - CORE/Cake/Controller/Controller.php, line 644
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 188
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110
Warning (2): ini_set() [function.ini-set]: Headers already sent. You cannot change the session module's ini settings at this time [CORE/Cake/Model/Datasource/CakeSession.php, line 553]Code Context if (!empty($sessionConfig['ini']) && is_array($sessionConfig['ini'])) {
foreach ($sessionConfig['ini'] as $setting => $value) {
if (ini_set($setting, $value) === false) {
$sessionConfig = array(
'cookie' => 'CAKEPHP',
'timeout' => (int) 240,
'ini' => array(
'session.use_trans_sid' => (int) 0,
'session.cookie_path' => '/',
'session.cookie_lifetime' => (int) 14400,
'session.name' => 'CAKEPHP',
'session.gc_maxlifetime' => (int) 14400,
'session.cookie_httponly' => (int) 1
),
'defaults' => 'php',
'cookieTimeout' => (int) 240,
'cacheLimiter' => 'must-revalidate'
)
$defaults = array(
'cookie' => 'CAKEPHP',
'timeout' => (int) 240,
'ini' => array(
'session.use_trans_sid' => (int) 0,
'session.cookie_path' => '/'
)
)
$value = (int) 0
$setting = 'session.use_trans_sid'
ini_set - [internal], line ??
CakeSession::_configureSession() - CORE/Cake/Model/Datasource/CakeSession.php, line 553
CakeSession::_cookieName() - CORE/Cake/Model/Datasource/CakeSession.php, line 588
CakeSession::_hasSession() - CORE/Cake/Model/Datasource/CakeSession.php, line 599
CakeSession::check() - CORE/Cake/Model/Datasource/CakeSession.php, line 233
AuthComponent::user() - CORE/Cake/Controller/Component/AuthComponent.php, line 668
AuthComponent::_getUser() - CORE/Cake/Controller/Component/AuthComponent.php, line 686
AuthComponent::startup() - CORE/Cake/Controller/Component/AuthComponent.php, line 304
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 678
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110
Notice (8): compact() [function.compact]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRender'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRender'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Html'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::render() - CORE/Cake/View/View.php, line 472
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??
Notice (8): compact() [function.compact]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRender'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRender'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Form'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::render() - CORE/Cake/View/View.php, line 472
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??
Notice (8): compact() [function.compact]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRender'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRender'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Session'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::render() - CORE/Cake/View/View.php, line 472
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??
Notice (8): compact() [function.compact]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRender'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRender'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'PhpThumb'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::render() - CORE/Cake/View/View.php, line 472
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??
Notice (8): compact() [function.compact]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRender'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRender'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Sto3m'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::render() - CORE/Cake/View/View.php, line 472
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??
Notice (8): compact() [function.compact]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRender'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRender'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'PhpExcel'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::render() - CORE/Cake/View/View.php, line 472
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??
Notice (8): compact() [function.compact]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Html'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??
Notice (8): compact() [function.compact]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Form'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??
Notice (8): compact() [function.compact]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Session'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??
Notice (8): compact() [function.compact]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'PhpThumb'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??
Notice (8): compact() [function.compact]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Sto3m'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??
Notice (8): compact() [function.compact]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'PhpExcel'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??
Notice (8): compact() [function.compact]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp',
(int) 1 => '<h2>Unable to configure the session, setting session.use_trans_sid failed.</h2>
<p class="error">
<strong>Error: </strong>
An Internal Error Has Occurred.</p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78abb-trace').style.display = (document.getElementById('cakeErr67e5158f78abb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f78abb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78abb-code').style.display = (document.getElementById('cakeErr67e5158f78abb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78abb-context').style.display = (document.getElementById('cakeErr67e5158f78abb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f78abb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f78abb-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78bec-trace').style.display = (document.getElementById('cakeErr67e5158f78bec-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f78bec-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78bec-code').style.display = (document.getElementById('cakeErr67e5158f78bec-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78bec-context').style.display = (document.getElementById('cakeErr67e5158f78bec-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f78bec-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f78bec-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Form'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78cf4-trace').style.display = (document.getElementById('cakeErr67e5158f78cf4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f78cf4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78cf4-code').style.display = (document.getElementById('cakeErr67e5158f78cf4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78cf4-context').style.display = (document.getElementById('cakeErr67e5158f78cf4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f78cf4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f78cf4-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78ddc-trace').style.display = (document.getElementById('cakeErr67e5158f78ddc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f78ddc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78ddc-code').style.display = (document.getElementById('cakeErr67e5158f78ddc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78ddc-context').style.display = (document.getElementById('cakeErr67e5158f78ddc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f78ddc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f78ddc-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'PhpThumb'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78ef7-trace').style.display = (document.getElementById('cakeErr67e5158f78ef7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f78ef7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78ef7-code').style.display = (document.getElementById('cakeErr67e5158f78ef7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78ef7-context').style.display = (document.getElementById('cakeErr67e5158f78ef7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f78ef7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f78ef7-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Sto3m'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7902f-trace').style.display = (document.getElementById('cakeErr67e5158f7902f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f7902f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7902f-code').style.display = (document.getElementById('cakeErr67e5158f7902f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7902f-context').style.display = (document.getElementById('cakeErr67e5158f7902f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f7902f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f7902f-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'PhpExcel'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f798ea-trace').style.display = (document.getElementById('cakeErr67e5158f798ea-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f798ea-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f798ea-code').style.display = (document.getElementById('cakeErr67e5158f798ea-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f798ea-context').style.display = (document.getElementById('cakeErr67e5158f798ea-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f798ea-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f798ea-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
result => null
modParams => (int) 1
omitSubject => true
[protected] _name => 'View.afterRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 938
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f79f58-trace').style.display = (document.getElementById('cakeErr67e5158f79f58-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f79f58-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f79f58-code').style.display = (document.getElementById('cakeErr67e5158f79f58-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f79f58-context').style.display = (document.getElementById('cakeErr67e5158f79f58-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f79f58-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f79f58-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
result => null
modParams => (int) 1
omitSubject => true
[protected] _name => 'View.afterRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Form'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 938
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7a5e4-trace').style.display = (document.getElementById('cakeErr67e5158f7a5e4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f7a5e4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7a5e4-code').style.display = (document.getElementById('cakeErr67e5158f7a5e4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7a5e4-context').style.display = (document.getElementById('cakeErr67e5158f7a5e4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f7a5e4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f7a5e4-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
result => null
modParams => (int) 1
omitSubject => true
[protected] _name => 'View.afterRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 938
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7abfb-trace').style.display = (document.getElementById('cakeErr67e5158f7abfb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f7abfb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7abfb-code').style.display = (document.getElementById('cakeErr67e5158f7abfb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7abfb-context').style.display = (document.getElementById('cakeErr67e5158f7abfb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f7abfb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f7abfb-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
result => null
modParams => (int) 1
omitSubject => true
[protected] _name => 'View.afterRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'PhpThumb'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 938
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7b28f-trace').style.display = (document.getElementById('cakeErr67e5158f7b28f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f7b28f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7b28f-code').style.display = (document.getElementById('cakeErr67e5158f7b28f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7b28f-context').style.display = (document.getElementById('cakeErr67e5158f7b28f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f7b28f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f7b28f-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
result => null
modParams => (int) 1
omitSubject => true
[protected] _name => 'View.afterRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Sto3m'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 938
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7b8ff-trace').style.display = (document.getElementById('cakeErr67e5158f7b8ff-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f7b8ff-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7b8ff-code').style.display = (document.getElementById('cakeErr67e5158f7b8ff-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7b8ff-context').style.display = (document.getElementById('cakeErr67e5158f7b8ff-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f7b8ff-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f7b8ff-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
result => null
modParams => (int) 1
omitSubject => true
[protected] _name => 'View.afterRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'PhpExcel'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 938
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> → <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return </span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">protected static function </span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">() {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return static::</span><span style="color: #0000BB">started</span><span style="color: #007700">() || isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()]) || (</span><span style="color: #0000BB">PHP_SAPI </span><span style="color: #007700">=== </span><span style="color: #DD0000">'cli' </span><span style="color: #007700">|| </span><span style="color: #0000BB">PHP_SAPI </span><span style="color: #007700">=== </span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> → <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return </span><span style="color: #0000BB">bool True </span><span style="color: #007700">if </span><span style="color: #0000BB">variable is there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public static function </span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">() || !static::</span><span style="color: #0000BB">start</span><span style="color: #007700">()) {</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> → <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public static function </span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">) {</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">)) {</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> $user </span><span style="color: #007700">= static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} elseif (static::</span><span style="color: #0000BB">$sessionKey </span><span style="color: #007700">&& </span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">)) {</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> $user </span><span style="color: #007700">= </span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>'Auth.User'</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> → <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return </span><span style="color: #0000BB">bool True </span><span style="color: #007700">if </span><span style="color: #0000BB">a user can be found</span><span style="color: #007700">, </span><span style="color: #0000BB">false </span><span style="color: #007700">if </span><span style="color: #0000BB">one cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">protected function </span><span style="color: #0000BB">_getUser</span><span style="color: #007700">() {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $user </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$user</span><span style="color: #007700">) {</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> → <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()) {</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> → <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">] === </span><span style="color: #0000BB">true</span><span style="color: #007700">) {</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses => array()
components => array(
(int) 0 => 'Acl',
'Auth' => array(
'authorize' => array(
[maximum depth reached]
)
),
(int) 1 => 'Session',
(int) 2 => 'PhpExcel'
)
helpers => array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb.PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
name => 'Pages'
request => object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => ''
base => '/portal'
webroot => '/portal/'
here => '/portal/'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
response => object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}
viewPath => 'Pages'
layoutPath => null
viewVars => array()
view => 'display'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {
defaultPriority => (int) 10
[protected] _Controller => object(PagesController) {}
[protected] _enabled => array(
[maximum depth reached]
)
[protected] _loaded => array(
[maximum depth reached]
)
}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
(int) 0 => 'main'
)
scaffold => false
methods => array(
(int) 0 => 'display',
(int) 1 => 'welcome',
(int) 2 => 'main'
)
modelClass => 'Page'
modelKey => 'page'
validationErrors => null
Acl => object(AclComponent) {
Aro => object(Aro) {}
Aco => object(Aco) {}
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Instance => object(DbAcl) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Auth => object(AuthComponent) {
components => array(
[maximum depth reached]
)
authenticate => array(
[maximum depth reached]
)
authorize => array(
[maximum depth reached]
)
ajaxLogin => null
flash => array(
[maximum depth reached]
)
loginAction => array(
[maximum depth reached]
)
loginRedirect => array(
[maximum depth reached]
)
logoutRedirect => array(
[maximum depth reached]
)
authError => 'You are not authorized to access that location.'
unauthorizedRedirect => true
allowedActions => array([maximum depth reached])
request => object(CakeRequest) {}
response => object(CakeResponse) {}
settings => array(
[maximum depth reached]
)
[protected] _authenticateObjects => array([maximum depth reached])
[protected] _authorizeObjects => array([maximum depth reached])
[protected] _user => array([maximum depth reached])
[protected] _methods => array(
[maximum depth reached]
)
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Session => object(SessionComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
PhpExcel => object(PhpExcelComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _xls => null
[protected] _row => (int) 1
[protected] _tableParams => null
[protected] _maxRow => (int) 0
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {
[protected] _generalManager => object(CakeEventManager) {}
[protected] _listeners => array(
[maximum depth reached]
)
[protected] _isGlobal => false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> → <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">] === </span><span style="color: #0000BB">true</span><span style="color: #007700">) {</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">], </span><span style="color: #0000BB">$event</span><span style="color: #007700">-></span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} else {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">], </span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>'startup'</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> → <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">() {</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new </span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new </span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data => null
result => null
[protected] _name => 'Controller.startup'
[protected] _subject => object(PagesController) {
uses => array([maximum depth reached])
components => array(
[maximum depth reached]
)
helpers => array(
[maximum depth reached]
)
name => 'Pages'
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Pages'
layoutPath => null
viewVars => array([maximum depth reached])
view => 'display'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
[maximum depth reached]
)
scaffold => false
methods => array(
[maximum depth reached]
)
modelClass => 'Page'
modelKey => 'page'
validationErrors => null
Acl => object(AclComponent) {}
Auth => object(AuthComponent) {}
Session => object(SessionComponent) {}
PhpExcel => object(PhpExcelComponent) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
[protected] _stopped => false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> → <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">protected function </span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller $controller</span><span style="color: #007700">, </span><span style="color: #0000BB">CakeRequest $request</span><span style="color: #007700">) {</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> $controller</span><span style="color: #007700">-></span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $controller</span><span style="color: #007700">-></span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> → <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">])) {</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses => array()
components => array(
(int) 0 => 'Acl',
'Auth' => array(
'authorize' => array(
[maximum depth reached]
)
),
(int) 1 => 'Session',
(int) 2 => 'PhpExcel'
)
helpers => array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb.PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
name => 'Pages'
request => object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => ''
base => '/portal'
webroot => '/portal/'
here => '/portal/'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
response => object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}
viewPath => 'Pages'
layoutPath => null
viewVars => array()
view => 'display'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {
defaultPriority => (int) 10
[protected] _Controller => object(PagesController) {}
[protected] _enabled => array(
[maximum depth reached]
)
[protected] _loaded => array(
[maximum depth reached]
)
}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
(int) 0 => 'main'
)
scaffold => false
methods => array(
(int) 0 => 'display',
(int) 1 => 'welcome',
(int) 2 => 'main'
)
modelClass => 'Page'
modelKey => 'page'
validationErrors => null
Acl => object(AclComponent) {
Aro => object(Aro) {}
Aco => object(Aco) {}
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Instance => object(DbAcl) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Auth => object(AuthComponent) {
components => array(
[maximum depth reached]
)
authenticate => array(
[maximum depth reached]
)
authorize => array(
[maximum depth reached]
)
ajaxLogin => null
flash => array(
[maximum depth reached]
)
loginAction => array(
[maximum depth reached]
)
loginRedirect => array(
[maximum depth reached]
)
logoutRedirect => array(
[maximum depth reached]
)
authError => 'You are not authorized to access that location.'
unauthorizedRedirect => true
allowedActions => array([maximum depth reached])
request => object(CakeRequest) {}
response => object(CakeResponse) {}
settings => array(
[maximum depth reached]
)
[protected] _authenticateObjects => array([maximum depth reached])
[protected] _authorizeObjects => array([maximum depth reached])
[protected] _user => array([maximum depth reached])
[protected] _methods => array(
[maximum depth reached]
)
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Session => object(SessionComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
PhpExcel => object(PhpExcelComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _xls => null
[protected] _row => (int) 1
[protected] _tableParams => null
[protected] _maxRow => (int) 0
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {
[protected] _generalManager => object(CakeEventManager) {}
[protected] _listeners => array(
[maximum depth reached]
)
[protected] _isGlobal => false
}
}
object(CakeRequest) {
params => array(
'plugin' => null,
'controller' => 'pages',
'action' => 'display',
'named' => array(),
'pass' => array(
(int) 0 => 'main'
),
'models' => array(
'Permission' => array(
[maximum depth reached]
),
'Aro' => array(
[maximum depth reached]
),
'Aco' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => ''
base => '/portal'
webroot => '/portal/'
here => '/portal/'
[protected] _detectors => array(
'get' => array(
'env' => 'REQUEST_METHOD',
'value' => 'GET'
),
'patch' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
),
'post' => array(
'env' => 'REQUEST_METHOD',
'value' => 'POST'
),
'put' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
),
'delete' => array(
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
),
'head' => array(
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
),
'options' => array(
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
),
'ssl' => array(
'env' => 'HTTPS',
'value' => (int) 1
),
'ajax' => array(
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
),
'flash' => array(
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
),
'mobile' => array(
'env' => 'HTTP_USER_AGENT',
'options' => array(
[maximum depth reached]
)
),
'requested' => array(
'param' => 'requested',
'value' => (int) 1
),
'json' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'json'
),
'xml' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'xml'
)
)
[protected] _input => ''
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> → <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher </span><span style="color: #007700">= new </span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
'plugin' => null,
'controller' => 'pages',
'action' => 'display',
'named' => array(),
'pass' => array(
(int) 0 => 'main'
),
'models' => array(
'Permission' => array(
[maximum depth reached]
),
'Aro' => array(
[maximum depth reached]
),
'Aco' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => ''
base => '/portal'
webroot => '/portal/'
here => '/portal/'
[protected] _detectors => array(
'get' => array(
'env' => 'REQUEST_METHOD',
'value' => 'GET'
),
'patch' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
),
'post' => array(
'env' => 'REQUEST_METHOD',
'value' => 'POST'
),
'put' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
),
'delete' => array(
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
),
'head' => array(
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
),
'options' => array(
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
),
'ssl' => array(
'env' => 'HTTPS',
'value' => (int) 1
),
'ajax' => array(
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
),
'flash' => array(
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
),
'mobile' => array(
'env' => 'HTTP_USER_AGENT',
'options' => array(
[maximum depth reached]
)
),
'requested' => array(
'param' => 'requested',
'value' => (int) 1
),
'json' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'json'
),
'xml' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'xml'
)
)
[protected] _input => ''
}
object(CakeResponse) {
[protected] _statusCodes => array(
(int) 100 => 'Continue',
(int) 101 => 'Switching Protocols',
(int) 200 => 'OK',
(int) 201 => 'Created',
(int) 202 => 'Accepted',
(int) 203 => 'Non-Authoritative Information',
(int) 204 => 'No Content',
(int) 205 => 'Reset Content',
(int) 206 => 'Partial Content',
(int) 300 => 'Multiple Choices',
(int) 301 => 'Moved Permanently',
(int) 302 => 'Found',
(int) 303 => 'See Other',
(int) 304 => 'Not Modified',
(int) 305 => 'Use Proxy',
(int) 307 => 'Temporary Redirect',
(int) 400 => 'Bad Request',
(int) 401 => 'Unauthorized',
(int) 402 => 'Payment Required',
(int) 403 => 'Forbidden',
(int) 404 => 'Not Found',
(int) 405 => 'Method Not Allowed',
(int) 406 => 'Not Acceptable',
(int) 407 => 'Proxy Authentication Required',
(int) 408 => 'Request Time-out',
(int) 409 => 'Conflict',
(int) 410 => 'Gone',
(int) 411 => 'Length Required',
(int) 412 => 'Precondition Failed',
(int) 413 => 'Request Entity Too Large',
(int) 414 => 'Request-URI Too Large',
(int) 415 => 'Unsupported Media Type',
(int) 416 => 'Requested range not satisfiable',
(int) 417 => 'Expectation Failed',
(int) 429 => 'Too Many Requests',
(int) 500 => 'Internal Server Error',
(int) 501 => 'Not Implemented',
(int) 502 => 'Bad Gateway',
(int) 503 => 'Service Unavailable',
(int) 504 => 'Gateway Time-out',
(int) 505 => 'Unsupported Version'
)
[protected] _mimeTypes => array(
'html' => array(
(int) 0 => 'text/html',
(int) 1 => '*/*'
),
'json' => 'application/json',
'xml' => array(
(int) 0 => 'application/xml',
(int) 1 => 'text/xml'
),
'rss' => 'application/rss+xml',
'ai' => 'application/postscript',
'bcpio' => 'application/x-bcpio',
'bin' => 'application/octet-stream',
'ccad' => 'application/clariscad',
'cdf' => 'application/x-netcdf',
'class' => 'application/octet-stream',
'cpio' => 'application/x-cpio',
'cpt' => 'application/mac-compactpro',
'csh' => 'application/x-csh',
'csv' => array(
(int) 0 => 'text/csv',
(int) 1 => 'application/vnd.ms-excel'
),
'dcr' => 'application/x-director',
'dir' => 'application/x-director',
'dms' => 'application/octet-stream',
'doc' => 'application/msword',
'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'drw' => 'application/drafting',
'dvi' => 'application/x-dvi',
'dwg' => 'application/acad',
'dxf' => 'application/dxf',
'dxr' => 'application/x-director',
'eot' => 'application/vnd.ms-fontobject',
'eps' => 'application/postscript',
'exe' => 'application/octet-stream',
'ez' => 'application/andrew-inset',
'flv' => 'video/x-flv',
'gtar' => 'application/x-gtar',
'gz' => 'application/x-gzip',
'bz2' => 'application/x-bzip',
'7z' => 'application/x-7z-compressed',
'hdf' => 'application/x-hdf',
'hqx' => 'application/mac-binhex40',
'ico' => 'image/x-icon',
'ips' => 'application/x-ipscript',
'ipx' => 'application/x-ipix',
'js' => 'application/javascript',
'jsonapi' => 'application/vnd.api+json',
'latex' => 'application/x-latex',
'lha' => 'application/octet-stream',
'lsp' => 'application/x-lisp',
'lzh' => 'application/octet-stream',
'man' => 'application/x-troff-man',
'me' => 'application/x-troff-me',
'mif' => 'application/vnd.mif',
'ms' => 'application/x-troff-ms',
'nc' => 'application/x-netcdf',
'oda' => 'application/oda',
'otf' => 'font/otf',
'pdf' => 'application/pdf',
'pgn' => 'application/x-chess-pgn',
'pot' => 'application/vnd.ms-powerpoint',
'pps' => 'application/vnd.ms-powerpoint',
'ppt' => 'application/vnd.ms-powerpoint',
'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
'ppz' => 'application/vnd.ms-powerpoint',
'pre' => 'application/x-freelance',
'prt' => 'application/pro_eng',
'ps' => 'application/postscript',
'roff' => 'application/x-troff',
'scm' => 'application/x-lotusscreencam',
'set' => 'application/set',
'sh' => 'application/x-sh',
'shar' => 'application/x-shar',
'sit' => 'application/x-stuffit',
'skd' => 'application/x-koan',
'skm' => 'application/x-koan',
'skp' => 'application/x-koan',
'skt' => 'application/x-koan',
'smi' => 'application/smil',
'smil' => 'application/smil',
'sol' => 'application/solids',
'spl' => 'application/x-futuresplash',
'src' => 'application/x-wais-source',
'step' => 'application/STEP',
'stl' => 'application/SLA',
'stp' => 'application/STEP',
'sv4cpio' => 'application/x-sv4cpio',
'sv4crc' => 'application/x-sv4crc',
'svg' => 'image/svg+xml',
'svgz' => 'image/svg+xml',
'swf' => 'application/x-shockwave-flash',
't' => 'application/x-troff',
'tar' => 'application/x-tar',
'tcl' => 'application/x-tcl',
'tex' => 'application/x-tex',
'texi' => 'application/x-texinfo',
'texinfo' => 'application/x-texinfo',
'tr' => 'application/x-troff',
'tsp' => 'application/dsptype',
'ttc' => 'font/ttf',
'ttf' => 'font/ttf',
'unv' => 'application/i-deas',
'ustar' => 'application/x-ustar',
'vcd' => 'application/x-cdlink',
'vda' => 'application/vda',
'xlc' => 'application/vnd.ms-excel',
'xll' => 'application/vnd.ms-excel',
'xlm' => 'application/vnd.ms-excel',
'xls' => 'application/vnd.ms-excel',
'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'xlw' => 'application/vnd.ms-excel',
'zip' => 'application/zip',
'aif' => 'audio/x-aiff',
'aifc' => 'audio/x-aiff',
'aiff' => 'audio/x-aiff',
'au' => 'audio/basic',
'kar' => 'audio/midi',
'mid' => 'audio/midi',
'midi' => 'audio/midi',
'mp2' => 'audio/mpeg',
'mp3' => 'audio/mpeg',
'mpga' => 'audio/mpeg',
'ogg' => 'audio/ogg',
'oga' => 'audio/ogg',
'spx' => 'audio/ogg',
'ra' => 'audio/x-realaudio',
'ram' => 'audio/x-pn-realaudio',
'rm' => 'audio/x-pn-realaudio',
'rpm' => 'audio/x-pn-realaudio-plugin',
'snd' => 'audio/basic',
'tsi' => 'audio/TSP-audio',
'wav' => 'audio/x-wav',
'aac' => 'audio/aac',
'asc' => 'text/plain',
'c' => 'text/plain',
'cc' => 'text/plain',
'css' => 'text/css',
'etx' => 'text/x-setext',
'f' => 'text/plain',
'f90' => 'text/plain',
'h' => 'text/plain',
'hh' => 'text/plain',
'htm' => array(
(int) 0 => 'text/html',
(int) 1 => '*/*'
),
'ics' => 'text/calendar',
'm' => 'text/plain',
'rtf' => 'text/rtf',
'rtx' => 'text/richtext',
'sgm' => 'text/sgml',
'sgml' => 'text/sgml',
'tsv' => 'text/tab-separated-values',
'tpl' => 'text/template',
'txt' => 'text/plain',
'text' => 'text/plain',
'avi' => 'video/x-msvideo',
'fli' => 'video/x-fli',
'mov' => 'video/quicktime',
'movie' => 'video/x-sgi-movie',
'mpe' => 'video/mpeg',
'mpeg' => 'video/mpeg',
'mpg' => 'video/mpeg',
'qt' => 'video/quicktime',
'viv' => 'video/vnd.vivo',
'vivo' => 'video/vnd.vivo',
'ogv' => 'video/ogg',
'webm' => 'video/webm',
'mp4' => 'video/mp4',
'm4v' => 'video/mp4',
'f4v' => 'video/mp4',
'f4p' => 'video/mp4',
'm4a' => 'audio/mp4',
'f4a' => 'audio/mp4',
'f4b' => 'audio/mp4',
'gif' => 'image/gif',
'ief' => 'image/ief',
'jpg' => 'image/jpeg',
'jpeg' => 'image/jpeg',
'jpe' => 'image/jpeg',
'pbm' => 'image/x-portable-bitmap',
'pgm' => 'image/x-portable-graymap',
'png' => 'image/png',
'pnm' => 'image/x-portable-anymap',
'ppm' => 'image/x-portable-pixmap',
'ras' => 'image/cmu-raster',
'rgb' => 'image/x-rgb',
'tif' => 'image/tiff',
'tiff' => 'image/tiff',
'xbm' => 'image/x-xbitmap',
'xpm' => 'image/x-xpixmap',
'xwd' => 'image/x-xwindowdump',
'psd' => array(
(int) 0 => 'application/photoshop',
(int) 1 => 'application/psd',
(int) 2 => 'image/psd',
(int) 3 => 'image/x-photoshop',
(int) 4 => 'image/photoshop',
(int) 5 => 'zz-application/zz-winassoc-psd'
),
'ice' => 'x-conference/x-cooltalk',
'iges' => 'model/iges',
'igs' => 'model/iges',
'mesh' => 'model/mesh',
'msh' => 'model/mesh',
'silo' => 'model/mesh',
'vrml' => 'model/vrml',
'wrl' => 'model/vrml',
'mime' => 'www/mime',
'pdb' => 'chemical/x-pdb',
'xyz' => 'chemical/x-pdb',
'javascript' => 'application/javascript',
'form' => 'application/x-www-form-urlencoded',
'file' => 'multipart/form-data',
'xhtml' => array(
(int) 0 => 'application/xhtml+xml',
(int) 1 => 'application/xhtml',
(int) 2 => 'text/xhtml'
),
'xhtml-mobile' => 'application/vnd.wap.xhtml+xml',
'atom' => 'application/atom+xml',
'amf' => 'application/x-amf',
'wap' => array(
(int) 0 => 'text/vnd.wap.wml',
(int) 1 => 'text/vnd.wap.wmlscript',
(int) 2 => 'image/vnd.wap.wbmp'
),
'wml' => 'text/vnd.wap.wml',
'wmlscript' => 'text/vnd.wap.wmlscript',
'wbmp' => 'image/vnd.wap.wbmp',
'woff' => 'application/x-font-woff',
'webp' => 'image/webp',
'appcache' => 'text/cache-manifest',
'manifest' => 'text/cache-manifest',
'htc' => 'text/x-component',
'rdf' => 'application/xml',
'crx' => 'application/x-chrome-extension',
'oex' => 'application/x-opera-extension',
'xpi' => 'application/x-xpinstall',
'safariextz' => 'application/octet-stream',
'webapp' => 'application/x-web-app-manifest+json',
'vcf' => 'text/x-vcard',
'vtt' => 'text/vtt',
'mkv' => 'video/x-matroska',
'pkpass' => 'application/vnd.apple.pkpass',
'ajax' => 'text/html'
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array()
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array()
[protected] _cookies => array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/app/View/Errors/error500.ctp',
(int) 1 => '<h2>Unable to configure the session, setting session.use_trans_sid failed.</h2>
<p class="error">
<strong>Error: </strong>
An Internal Error Has Occurred.</p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78abb-trace').style.display = (document.getElementById('cakeErr67e5158f78abb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f78abb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78abb-code').style.display = (document.getElementById('cakeErr67e5158f78abb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78abb-context').style.display = (document.getElementById('cakeErr67e5158f78abb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f78abb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f78abb-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78bec-trace').style.display = (document.getElementById('cakeErr67e5158f78bec-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f78bec-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78bec-code').style.display = (document.getElementById('cakeErr67e5158f78bec-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78bec-context').style.display = (document.getElementById('cakeErr67e5158f78bec-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f78bec-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f78bec-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Form'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78cf4-trace').style.display = (document.getElementById('cakeErr67e5158f78cf4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f78cf4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78cf4-code').style.display = (document.getElementById('cakeErr67e5158f78cf4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78cf4-context').style.display = (document.getElementById('cakeErr67e5158f78cf4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f78cf4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f78cf4-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78ddc-trace').style.display = (document.getElementById('cakeErr67e5158f78ddc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f78ddc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78ddc-code').style.display = (document.getElementById('cakeErr67e5158f78ddc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78ddc-context').style.display = (document.getElementById('cakeErr67e5158f78ddc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f78ddc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f78ddc-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'PhpThumb'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78ef7-trace').style.display = (document.getElementById('cakeErr67e5158f78ef7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f78ef7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78ef7-code').style.display = (document.getElementById('cakeErr67e5158f78ef7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f78ef7-context').style.display = (document.getElementById('cakeErr67e5158f78ef7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f78ef7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f78ef7-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Sto3m'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7902f-trace').style.display = (document.getElementById('cakeErr67e5158f7902f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f7902f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7902f-code').style.display = (document.getElementById('cakeErr67e5158f7902f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7902f-context').style.display = (document.getElementById('cakeErr67e5158f7902f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f7902f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f7902f-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'PhpExcel'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f798ea-trace').style.display = (document.getElementById('cakeErr67e5158f798ea-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f798ea-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f798ea-code').style.display = (document.getElementById('cakeErr67e5158f798ea-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f798ea-context').style.display = (document.getElementById('cakeErr67e5158f798ea-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f798ea-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f798ea-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
result => null
modParams => (int) 1
omitSubject => true
[protected] _name => 'View.afterRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 938
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f79f58-trace').style.display = (document.getElementById('cakeErr67e5158f79f58-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f79f58-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f79f58-code').style.display = (document.getElementById('cakeErr67e5158f79f58-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f79f58-context').style.display = (document.getElementById('cakeErr67e5158f79f58-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f79f58-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f79f58-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
result => null
modParams => (int) 1
omitSubject => true
[protected] _name => 'View.afterRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Form'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 938
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7a5e4-trace').style.display = (document.getElementById('cakeErr67e5158f7a5e4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f7a5e4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7a5e4-code').style.display = (document.getElementById('cakeErr67e5158f7a5e4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7a5e4-context').style.display = (document.getElementById('cakeErr67e5158f7a5e4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f7a5e4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f7a5e4-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
result => null
modParams => (int) 1
omitSubject => true
[protected] _name => 'View.afterRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 938
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7abfb-trace').style.display = (document.getElementById('cakeErr67e5158f7abfb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f7abfb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7abfb-code').style.display = (document.getElementById('cakeErr67e5158f7abfb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7abfb-context').style.display = (document.getElementById('cakeErr67e5158f7abfb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f7abfb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f7abfb-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
result => null
modParams => (int) 1
omitSubject => true
[protected] _name => 'View.afterRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'PhpThumb'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 938
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7b28f-trace').style.display = (document.getElementById('cakeErr67e5158f7b28f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f7b28f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7b28f-code').style.display = (document.getElementById('cakeErr67e5158f7b28f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7b28f-context').style.display = (document.getElementById('cakeErr67e5158f7b28f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f7b28f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f7b28f-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
result => null
modParams => (int) 1
omitSubject => true
[protected] _name => 'View.afterRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Sto3m'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 938
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7b8ff-trace').style.display = (document.getElementById('cakeErr67e5158f7b8ff-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr67e5158f7b8ff-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7b8ff-code').style.display = (document.getElementById('cakeErr67e5158f7b8ff-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67e5158f7b8ff-context').style.display = (document.getElementById('cakeErr67e5158f7b8ff-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67e5158f7b8ff-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr67e5158f7b8ff-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/biuro3m/ftp/portal/lib/Cake/View/Elements/exception_stack_trace.ctp',
(int) 1 => '<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;static::</span><span style="color: #0000BB">started</span><span style="color: #007700">()&nbsp;||&nbsp;isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()])&nbsp;||&nbsp;(</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'cli'&nbsp;</span><span style="color: #007700">||&nbsp;</span><span style="color: #0000BB">PHP_SAPI&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">variable&nbsp;is&nbsp;there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">()&nbsp;||&nbsp;!static::</span><span style="color: #0000BB">start</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;static&nbsp;function&nbsp;</span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">))&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;elseif&nbsp;(static::</span><span style="color: #0000BB">$sessionKey&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">))&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>&#039;Auth.User&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*&nbsp;@return&nbsp;</span><span style="color: #0000BB">bool&nbsp;True&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">a&nbsp;user&nbsp;can&nbsp;be&nbsp;found</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">false&nbsp;</span><span style="color: #007700">if&nbsp;</span><span style="color: #0000BB">one&nbsp;cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$user&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$user</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_getUser</span><span style="color: #007700">())&nbsp;{</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$list&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$name</span><span style="color: #007700">)&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$callback</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">]&nbsp;===&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;else&nbsp;{</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>&#039;startup&#039;</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">()&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data =&gt; null
result =&gt; null
[protected] _name =&gt; &#039;Controller.startup&#039;
[protected] _subject =&gt; object(PagesController) {
uses =&gt; array([maximum depth reached])
components =&gt; array(
[maximum depth reached]
)
helpers =&gt; array(
[maximum depth reached]
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array([maximum depth reached])
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
[maximum depth reached]
)
scaffold =&gt; false
methods =&gt; array(
[maximum depth reached]
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {}
Auth =&gt; object(AuthComponent) {}
Session =&gt; object(SessionComponent) {}
PhpExcel =&gt; object(PhpExcelComponent) {}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {}
}
[protected] _stopped =&gt; false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;</span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">protected&nbsp;function&nbsp;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller&nbsp;$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CakeRequest&nbsp;$request</span><span style="color: #007700">)&nbsp;{</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$controller</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">]))&nbsp;{</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses =&gt; array()
components =&gt; array(
(int) 0 =&gt; &#039;Acl&#039;,
&#039;Auth&#039; =&gt; array(
&#039;authorize&#039; =&gt; array(
[maximum depth reached]
)
),
(int) 1 =&gt; &#039;Session&#039;,
(int) 2 =&gt; &#039;PhpExcel&#039;
)
helpers =&gt; array(
(int) 0 =&gt; &#039;Html&#039;,
(int) 1 =&gt; &#039;Form&#039;,
(int) 2 =&gt; &#039;Session&#039;,
(int) 3 =&gt; &#039;PhpThumb.PhpThumb&#039;,
(int) 4 =&gt; &#039;Sto3m&#039;,
(int) 5 =&gt; &#039;PhpExcel&#039;
)
name =&gt; &#039;Pages&#039;
request =&gt; object(CakeRequest) {
params =&gt; array(
[maximum depth reached]
)
data =&gt; array([maximum depth reached])
query =&gt; array([maximum depth reached])
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
[maximum depth reached]
)
[protected] _input =&gt; &#039;&#039;
}
response =&gt; object(CakeResponse) {
[protected] _statusCodes =&gt; array(
[maximum depth reached]
)
[protected] _mimeTypes =&gt; array(
[maximum depth reached]
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array([maximum depth reached])
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array([maximum depth reached])
[protected] _cookies =&gt; array([maximum depth reached])
}
viewPath =&gt; &#039;Pages&#039;
layoutPath =&gt; null
viewVars =&gt; array()
view =&gt; &#039;display&#039;
layout =&gt; &#039;default&#039;
autoRender =&gt; true
autoLayout =&gt; true
Components =&gt; object(ComponentCollection) {
defaultPriority =&gt; (int) 10
[protected] _Controller =&gt; object(PagesController) {}
[protected] _enabled =&gt; array(
[maximum depth reached]
)
[protected] _loaded =&gt; array(
[maximum depth reached]
)
}
viewClass =&gt; &#039;View&#039;
View =&gt; null
ext =&gt; &#039;.ctp&#039;
plugin =&gt; null
cacheAction =&gt; false
passedArgs =&gt; array(
(int) 0 =&gt; &#039;main&#039;
)
scaffold =&gt; false
methods =&gt; array(
(int) 0 =&gt; &#039;display&#039;,
(int) 1 =&gt; &#039;welcome&#039;,
(int) 2 =&gt; &#039;main&#039;
)
modelClass =&gt; &#039;Page&#039;
modelKey =&gt; &#039;page&#039;
validationErrors =&gt; null
Acl =&gt; object(AclComponent) {
Aro =&gt; object(Aro) {}
Aco =&gt; object(Aco) {}
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Instance =&gt; object(DbAcl) {}
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
Auth =&gt; object(AuthComponent) {
components =&gt; array(
[maximum depth reached]
)
authenticate =&gt; array(
[maximum depth reached]
)
authorize =&gt; array(
[maximum depth reached]
)
ajaxLogin =&gt; null
flash =&gt; array(
[maximum depth reached]
)
loginAction =&gt; array(
[maximum depth reached]
)
loginRedirect =&gt; array(
[maximum depth reached]
)
logoutRedirect =&gt; array(
[maximum depth reached]
)
authError =&gt; &#039;You are not authorized to access that location.&#039;
unauthorizedRedirect =&gt; true
allowedActions =&gt; array([maximum depth reached])
request =&gt; object(CakeRequest) {}
response =&gt; object(CakeResponse) {}
settings =&gt; array(
[maximum depth reached]
)
[protected] _authenticateObjects =&gt; array([maximum depth reached])
[protected] _authorizeObjects =&gt; array([maximum depth reached])
[protected] _user =&gt; array([maximum depth reached])
[protected] _methods =&gt; array(
[maximum depth reached]
)
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array(
[maximum depth reached]
)
}
Session =&gt; object(SessionComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
PhpExcel =&gt; object(PhpExcelComponent) {
settings =&gt; array([maximum depth reached])
components =&gt; array([maximum depth reached])
[protected] _xls =&gt; null
[protected] _row =&gt; (int) 1
[protected] _tableParams =&gt; null
[protected] _maxRow =&gt; (int) 0
[protected] _Collection =&gt; object(ComponentCollection) {}
[protected] _componentMap =&gt; array([maximum depth reached])
}
[protected] _responseClass =&gt; &#039;CakeResponse&#039;
[protected] _mergeParent =&gt; &#039;AppController&#039;
[protected] _eventManager =&gt; object(CakeEventManager) {
[protected] _generalManager =&gt; object(CakeEventManager) {}
[protected] _listeners =&gt; array(
[maximum depth reached]
)
[protected] _isGlobal =&gt; false
}
}
object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params =&gt; array(
&#039;plugin&#039; =&gt; null,
&#039;controller&#039; =&gt; &#039;pages&#039;,
&#039;action&#039; =&gt; &#039;display&#039;,
&#039;named&#039; =&gt; array(),
&#039;pass&#039; =&gt; array(
(int) 0 =&gt; &#039;main&#039;
),
&#039;models&#039; =&gt; array(
&#039;Permission&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aro&#039; =&gt; array(
[maximum depth reached]
),
&#039;Aco&#039; =&gt; array(
[maximum depth reached]
)
)
)
data =&gt; array()
query =&gt; array()
url =&gt; &#039;&#039;
base =&gt; &#039;/portal&#039;
webroot =&gt; &#039;/portal/&#039;
here =&gt; &#039;/portal/&#039;
[protected] _detectors =&gt; array(
&#039;get&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;GET&#039;
),
&#039;patch&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PATCH&#039;
),
&#039;post&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;POST&#039;
),
&#039;put&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;PUT&#039;
),
&#039;delete&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;DELETE&#039;
),
&#039;head&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;HEAD&#039;
),
&#039;options&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
&#039;value&#039; =&gt; &#039;OPTIONS&#039;
),
&#039;ssl&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTPS&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;ajax&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
&#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
),
&#039;flash&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
),
&#039;mobile&#039; =&gt; array(
&#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
&#039;options&#039; =&gt; array(
[maximum depth reached]
)
),
&#039;requested&#039; =&gt; array(
&#039;param&#039; =&gt; &#039;requested&#039;,
&#039;value&#039; =&gt; (int) 1
),
&#039;json&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;json&#039;
),
&#039;xml&#039; =&gt; array(
&#039;accept&#039; =&gt; array(
[maximum depth reached]
),
&#039;param&#039; =&gt; &#039;ext&#039;,
&#039;value&#039; =&gt; &#039;xml&#039;
)
)
[protected] _input =&gt; &#039;&#039;
}
object(CakeResponse) {
[protected] _statusCodes =&gt; array(
(int) 100 =&gt; &#039;Continue&#039;,
(int) 101 =&gt; &#039;Switching Protocols&#039;,
(int) 200 =&gt; &#039;OK&#039;,
(int) 201 =&gt; &#039;Created&#039;,
(int) 202 =&gt; &#039;Accepted&#039;,
(int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
(int) 204 =&gt; &#039;No Content&#039;,
(int) 205 =&gt; &#039;Reset Content&#039;,
(int) 206 =&gt; &#039;Partial Content&#039;,
(int) 300 =&gt; &#039;Multiple Choices&#039;,
(int) 301 =&gt; &#039;Moved Permanently&#039;,
(int) 302 =&gt; &#039;Found&#039;,
(int) 303 =&gt; &#039;See Other&#039;,
(int) 304 =&gt; &#039;Not Modified&#039;,
(int) 305 =&gt; &#039;Use Proxy&#039;,
(int) 307 =&gt; &#039;Temporary Redirect&#039;,
(int) 400 =&gt; &#039;Bad Request&#039;,
(int) 401 =&gt; &#039;Unauthorized&#039;,
(int) 402 =&gt; &#039;Payment Required&#039;,
(int) 403 =&gt; &#039;Forbidden&#039;,
(int) 404 =&gt; &#039;Not Found&#039;,
(int) 405 =&gt; &#039;Method Not Allowed&#039;,
(int) 406 =&gt; &#039;Not Acceptable&#039;,
(int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
(int) 408 =&gt; &#039;Request Time-out&#039;,
(int) 409 =&gt; &#039;Conflict&#039;,
(int) 410 =&gt; &#039;Gone&#039;,
(int) 411 =&gt; &#039;Length Required&#039;,
(int) 412 =&gt; &#039;Precondition Failed&#039;,
(int) 413 =&gt; &#039;Request Entity Too Large&#039;,
(int) 414 =&gt; &#039;Request-URI Too Large&#039;,
(int) 415 =&gt; &#039;Unsupported Media Type&#039;,
(int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
(int) 417 =&gt; &#039;Expectation Failed&#039;,
(int) 429 =&gt; &#039;Too Many Requests&#039;,
(int) 500 =&gt; &#039;Internal Server Error&#039;,
(int) 501 =&gt; &#039;Not Implemented&#039;,
(int) 502 =&gt; &#039;Bad Gateway&#039;,
(int) 503 =&gt; &#039;Service Unavailable&#039;,
(int) 504 =&gt; &#039;Gateway Time-out&#039;,
(int) 505 =&gt; &#039;Unsupported Version&#039;
)
[protected] _mimeTypes =&gt; array(
&#039;html&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;json&#039; =&gt; &#039;application/json&#039;,
&#039;xml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xml&#039;,
(int) 1 =&gt; &#039;text/xml&#039;
),
&#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
&#039;ai&#039; =&gt; &#039;application/postscript&#039;,
&#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
&#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
&#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
&#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
&#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
&#039;csv&#039; =&gt; array(
(int) 0 =&gt; &#039;text/csv&#039;,
(int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
),
&#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
&#039;dir&#039; =&gt; &#039;application/x-director&#039;,
&#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;doc&#039; =&gt; &#039;application/msword&#039;,
&#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
&#039;drw&#039; =&gt; &#039;application/drafting&#039;,
&#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
&#039;dwg&#039; =&gt; &#039;application/acad&#039;,
&#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
&#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
&#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
&#039;eps&#039; =&gt; &#039;application/postscript&#039;,
&#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
&#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
&#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
&#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
&#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
&#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
&#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
&#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
&#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
&#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
&#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
&#039;js&#039; =&gt; &#039;application/javascript&#039;,
&#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
&#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
&#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
&#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
&#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
&#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
&#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
&#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
&#039;oda&#039; =&gt; &#039;application/oda&#039;,
&#039;otf&#039; =&gt; &#039;font/otf&#039;,
&#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
&#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
&#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
&#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
&#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
&#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
&#039;ps&#039; =&gt; &#039;application/postscript&#039;,
&#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
&#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
&#039;set&#039; =&gt; &#039;application/set&#039;,
&#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
&#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
&#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
&#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
&#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
&#039;smi&#039; =&gt; &#039;application/smil&#039;,
&#039;smil&#039; =&gt; &#039;application/smil&#039;,
&#039;sol&#039; =&gt; &#039;application/solids&#039;,
&#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
&#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
&#039;step&#039; =&gt; &#039;application/STEP&#039;,
&#039;stl&#039; =&gt; &#039;application/SLA&#039;,
&#039;stp&#039; =&gt; &#039;application/STEP&#039;,
&#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
&#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
&#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
&#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
&#039;t&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
&#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
&#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
&#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
&#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
&#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
&#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
&#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
&#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
&#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
&#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
&#039;vda&#039; =&gt; &#039;application/vda&#039;,
&#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
&#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
&#039;zip&#039; =&gt; &#039;application/zip&#039;,
&#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
&#039;au&#039; =&gt; &#039;audio/basic&#039;,
&#039;kar&#039; =&gt; &#039;audio/midi&#039;,
&#039;mid&#039; =&gt; &#039;audio/midi&#039;,
&#039;midi&#039; =&gt; &#039;audio/midi&#039;,
&#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
&#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
&#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
&#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
&#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
&#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
&#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
&#039;snd&#039; =&gt; &#039;audio/basic&#039;,
&#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
&#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
&#039;aac&#039; =&gt; &#039;audio/aac&#039;,
&#039;asc&#039; =&gt; &#039;text/plain&#039;,
&#039;c&#039; =&gt; &#039;text/plain&#039;,
&#039;cc&#039; =&gt; &#039;text/plain&#039;,
&#039;css&#039; =&gt; &#039;text/css&#039;,
&#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
&#039;f&#039; =&gt; &#039;text/plain&#039;,
&#039;f90&#039; =&gt; &#039;text/plain&#039;,
&#039;h&#039; =&gt; &#039;text/plain&#039;,
&#039;hh&#039; =&gt; &#039;text/plain&#039;,
&#039;htm&#039; =&gt; array(
(int) 0 =&gt; &#039;text/html&#039;,
(int) 1 =&gt; &#039;*/*&#039;
),
&#039;ics&#039; =&gt; &#039;text/calendar&#039;,
&#039;m&#039; =&gt; &#039;text/plain&#039;,
&#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
&#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
&#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
&#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
&#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
&#039;tpl&#039; =&gt; &#039;text/template&#039;,
&#039;txt&#039; =&gt; &#039;text/plain&#039;,
&#039;text&#039; =&gt; &#039;text/plain&#039;,
&#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
&#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
&#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
&#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
&#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
&#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
&#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
&#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
&#039;webm&#039; =&gt; &#039;video/webm&#039;,
&#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
&#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
&#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
&#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
&#039;gif&#039; =&gt; &#039;image/gif&#039;,
&#039;ief&#039; =&gt; &#039;image/ief&#039;,
&#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
&#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
&#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
&#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
&#039;png&#039; =&gt; &#039;image/png&#039;,
&#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
&#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
&#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
&#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
&#039;tif&#039; =&gt; &#039;image/tiff&#039;,
&#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
&#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
&#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
&#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
&#039;psd&#039; =&gt; array(
(int) 0 =&gt; &#039;application/photoshop&#039;,
(int) 1 =&gt; &#039;application/psd&#039;,
(int) 2 =&gt; &#039;image/psd&#039;,
(int) 3 =&gt; &#039;image/x-photoshop&#039;,
(int) 4 =&gt; &#039;image/photoshop&#039;,
(int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
),
&#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
&#039;iges&#039; =&gt; &#039;model/iges&#039;,
&#039;igs&#039; =&gt; &#039;model/iges&#039;,
&#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
&#039;msh&#039; =&gt; &#039;model/mesh&#039;,
&#039;silo&#039; =&gt; &#039;model/mesh&#039;,
&#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
&#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
&#039;mime&#039; =&gt; &#039;www/mime&#039;,
&#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
&#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
&#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
&#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
&#039;xhtml&#039; =&gt; array(
(int) 0 =&gt; &#039;application/xhtml+xml&#039;,
(int) 1 =&gt; &#039;application/xhtml&#039;,
(int) 2 =&gt; &#039;text/xhtml&#039;
),
&#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
&#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
&#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
&#039;wap&#039; =&gt; array(
(int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
(int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
(int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
),
&#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
&#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
&#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
&#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
&#039;webp&#039; =&gt; &#039;image/webp&#039;,
&#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
&#039;htc&#039; =&gt; &#039;text/x-component&#039;,
&#039;rdf&#039; =&gt; &#039;application/xml&#039;,
&#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
&#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
&#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
&#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
&#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
&#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
&#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
&#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
&#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
&#039;ajax&#039; =&gt; &#039;text/html&#039;
)
[protected] _protocol =&gt; &#039;HTTP/1.1&#039;
[protected] _status =&gt; (int) 200
[protected] _contentType =&gt; &#039;text/html&#039;
[protected] _headers =&gt; array()
[protected] _body =&gt; null
[protected] _file =&gt; null
[protected] _fileRange =&gt; null
[protected] _charset =&gt; &#039;UTF-8&#039;
[protected] _cacheDirectives =&gt; array()
[protected] _cookies =&gt; array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
result => null
modParams => (int) 1
omitSubject => true
[protected] _name => 'View.afterRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'PhpExcel'</pre><pre class="stack-trace">compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 938
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Errors/error500.ctp, line 24
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??</pre></div></pre><h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 588</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 599</a> → <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return </span><span style="color: #0000BB">bool</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">protected static function </span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">() {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return static::</span><span style="color: #0000BB">started</span><span style="color: #007700">() || isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()]) || (</span><span style="color: #0000BB">PHP_SAPI </span><span style="color: #007700">=== </span><span style="color: #DD0000">'cli' </span><span style="color: #007700">|| </span><span style="color: #0000BB">PHP_SAPI </span><span style="color: #007700">=== </span><span style="color: #DD0000">'phpdbg'</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 233</a> → <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return </span><span style="color: #0000BB">bool True </span><span style="color: #007700">if </span><span style="color: #0000BB">variable is there</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public static function </span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">() || !static::</span><span style="color: #0000BB">start</span><span style="color: #007700">()) {</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/Controller/Component/AuthComponent.php line 668</a> → <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check(string)</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public static function </span><span style="color: #0000BB">user</span><span style="color: #007700">(</span><span style="color: #0000BB">$key </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">) {</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!empty(static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">)) {</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> $user </span><span style="color: #007700">= static::</span><span style="color: #0000BB">$_user</span><span style="color: #007700">;</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} elseif (static::</span><span style="color: #0000BB">$sessionKey </span><span style="color: #007700">&& </span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">)) {</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> $user </span><span style="color: #007700">= </span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">read</span><span style="color: #007700">(static::</span><span style="color: #0000BB">$sessionKey</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre>'Auth.User'</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">CORE/Cake/Controller/Component/AuthComponent.php line 686</a> → <a href="#" onclick="traceToggle(event, 'trace-args-4')">AuthComponent::user()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return </span><span style="color: #0000BB">bool True </span><span style="color: #007700">if </span><span style="color: #0000BB">a user can be found</span><span style="color: #007700">, </span><span style="color: #0000BB">false </span><span style="color: #007700">if </span><span style="color: #0000BB">one cannot</span><span style="color: #007700">.</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">protected function </span><span style="color: #0000BB">_getUser</span><span style="color: #007700">() {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $user </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">user</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$user</span><span style="color: #007700">) {</span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/Controller/Component/AuthComponent.php line 304</a> → <a href="#" onclick="traceToggle(event, 'trace-args-5')">AuthComponent->_getUser()</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">true</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getUser</span><span style="color: #007700">()) {</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_unauthenticated</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/Utility/ObjectCollection.php line 128</a> → <a href="#" onclick="traceToggle(event, 'trace-args-6')">AuthComponent->startup(PagesController)</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'collectReturn'</span><span style="color: #007700">] === </span><span style="color: #0000BB">true</span><span style="color: #007700">) {</span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses => array()
components => array(
(int) 0 => 'Acl',
'Auth' => array(
'authorize' => array(
[maximum depth reached]
)
),
(int) 1 => 'Session',
(int) 2 => 'PhpExcel'
)
helpers => array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb.PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
name => 'Pages'
request => object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => ''
base => '/portal'
webroot => '/portal/'
here => '/portal/'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
response => object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}
viewPath => 'Pages'
layoutPath => null
viewVars => array()
view => 'display'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {
defaultPriority => (int) 10
[protected] _Controller => object(PagesController) {}
[protected] _enabled => array(
[maximum depth reached]
)
[protected] _loaded => array(
[maximum depth reached]
)
}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
(int) 0 => 'main'
)
scaffold => false
methods => array(
(int) 0 => 'display',
(int) 1 => 'welcome',
(int) 2 => 'main'
)
modelClass => 'Page'
modelKey => 'page'
validationErrors => null
Acl => object(AclComponent) {
Aro => object(Aro) {}
Aco => object(Aco) {}
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Instance => object(DbAcl) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Auth => object(AuthComponent) {
components => array(
[maximum depth reached]
)
authenticate => array(
[maximum depth reached]
)
authorize => array(
[maximum depth reached]
)
ajaxLogin => null
flash => array(
[maximum depth reached]
)
loginAction => array(
[maximum depth reached]
)
loginRedirect => array(
[maximum depth reached]
)
logoutRedirect => array(
[maximum depth reached]
)
authError => 'You are not authorized to access that location.'
unauthorizedRedirect => true
allowedActions => array([maximum depth reached])
request => object(CakeRequest) {}
response => object(CakeResponse) {}
settings => array(
[maximum depth reached]
)
[protected] _authenticateObjects => array([maximum depth reached])
[protected] _authorizeObjects => array([maximum depth reached])
[protected] _user => array([maximum depth reached])
[protected] _methods => array(
[maximum depth reached]
)
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Session => object(SessionComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
PhpExcel => object(PhpExcelComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _xls => null
[protected] _row => (int) 1
[protected] _tableParams => null
[protected] _maxRow => (int) 0
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {
[protected] _generalManager => object(CakeEventManager) {}
[protected] _listeners => array(
[maximum depth reached]
)
[protected] _isGlobal => false
}
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/Event/CakeEventManager.php line 243</a> → <a href="#" onclick="traceToggle(event, 'trace-args-7')">ObjectCollection->trigger(string)</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'passParams'</span><span style="color: #007700">] === </span><span style="color: #0000BB">true</span><span style="color: #007700">) {</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">], </span><span style="color: #0000BB">$event</span><span style="color: #007700">-></span><span style="color: #0000BB">data</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} else {</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func</span><span style="color: #007700">(</span><span style="color: #0000BB">$listener</span><span style="color: #007700">[</span><span style="color: #DD0000">'callable'</span><span style="color: #007700">], </span><span style="color: #0000BB">$event</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre>'startup'</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/Controller/Controller.php line 678</a> → <a href="#" onclick="traceToggle(event, 'trace-args-8')">CakeEventManager->dispatch(CakeEvent)</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">() {</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new </span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.initialize'</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">getEventManager</span><span style="color: #007700">()-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(new </span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller.startup'</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">));</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre>object(CakeEvent) {
data => null
result => null
[protected] _name => 'Controller.startup'
[protected] _subject => object(PagesController) {
uses => array([maximum depth reached])
components => array(
[maximum depth reached]
)
helpers => array(
[maximum depth reached]
)
name => 'Pages'
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Pages'
layoutPath => null
viewVars => array([maximum depth reached])
view => 'display'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
[maximum depth reached]
)
scaffold => false
methods => array(
[maximum depth reached]
)
modelClass => 'Page'
modelKey => 'page'
validationErrors => null
Acl => object(AclComponent) {}
Auth => object(AuthComponent) {}
Session => object(SessionComponent) {}
PhpExcel => object(PhpExcelComponent) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
[protected] _stopped => false
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Routing/Dispatcher.php line 189</a> → <a href="#" onclick="traceToggle(event, 'trace-args-9')">Controller->startupProcess()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">protected function </span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">Controller $controller</span><span style="color: #007700">, </span><span style="color: #0000BB">CakeRequest $request</span><span style="color: #007700">) {</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> $controller</span><span style="color: #007700">-></span><span style="color: #0000BB">constructClasses</span><span style="color: #007700">();</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $controller</span><span style="color: #007700">-></span><span style="color: #0000BB">startupProcess</span><span style="color: #007700">();</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">CORE/Cake/Routing/Dispatcher.php line 167</a> → <a href="#" onclick="traceToggle(event, 'trace-args-10')">Dispatcher->_invoke(PagesController, CakeRequest)</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">));</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">])) {</span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
uses => array()
components => array(
(int) 0 => 'Acl',
'Auth' => array(
'authorize' => array(
[maximum depth reached]
)
),
(int) 1 => 'Session',
(int) 2 => 'PhpExcel'
)
helpers => array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb.PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
name => 'Pages'
request => object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => ''
base => '/portal'
webroot => '/portal/'
here => '/portal/'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
response => object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}
viewPath => 'Pages'
layoutPath => null
viewVars => array()
view => 'display'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {
defaultPriority => (int) 10
[protected] _Controller => object(PagesController) {}
[protected] _enabled => array(
[maximum depth reached]
)
[protected] _loaded => array(
[maximum depth reached]
)
}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
(int) 0 => 'main'
)
scaffold => false
methods => array(
(int) 0 => 'display',
(int) 1 => 'welcome',
(int) 2 => 'main'
)
modelClass => 'Page'
modelKey => 'page'
validationErrors => null
Acl => object(AclComponent) {
Aro => object(Aro) {}
Aco => object(Aco) {}
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Instance => object(DbAcl) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Auth => object(AuthComponent) {
components => array(
[maximum depth reached]
)
authenticate => array(
[maximum depth reached]
)
authorize => array(
[maximum depth reached]
)
ajaxLogin => null
flash => array(
[maximum depth reached]
)
loginAction => array(
[maximum depth reached]
)
loginRedirect => array(
[maximum depth reached]
)
logoutRedirect => array(
[maximum depth reached]
)
authError => 'You are not authorized to access that location.'
unauthorizedRedirect => true
allowedActions => array([maximum depth reached])
request => object(CakeRequest) {}
response => object(CakeResponse) {}
settings => array(
[maximum depth reached]
)
[protected] _authenticateObjects => array([maximum depth reached])
[protected] _authorizeObjects => array([maximum depth reached])
[protected] _user => array([maximum depth reached])
[protected] _methods => array(
[maximum depth reached]
)
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Session => object(SessionComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
PhpExcel => object(PhpExcelComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _xls => null
[protected] _row => (int) 1
[protected] _tableParams => null
[protected] _maxRow => (int) 0
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {
[protected] _generalManager => object(CakeEventManager) {}
[protected] _listeners => array(
[maximum depth reached]
)
[protected] _isGlobal => false
}
}
object(CakeRequest) {
params => array(
'plugin' => null,
'controller' => 'pages',
'action' => 'display',
'named' => array(),
'pass' => array(
(int) 0 => 'main'
),
'models' => array(
'Permission' => array(
[maximum depth reached]
),
'Aro' => array(
[maximum depth reached]
),
'Aco' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => ''
base => '/portal'
webroot => '/portal/'
here => '/portal/'
[protected] _detectors => array(
'get' => array(
'env' => 'REQUEST_METHOD',
'value' => 'GET'
),
'patch' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
),
'post' => array(
'env' => 'REQUEST_METHOD',
'value' => 'POST'
),
'put' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
),
'delete' => array(
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
),
'head' => array(
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
),
'options' => array(
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
),
'ssl' => array(
'env' => 'HTTPS',
'value' => (int) 1
),
'ajax' => array(
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
),
'flash' => array(
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
),
'mobile' => array(
'env' => 'HTTP_USER_AGENT',
'options' => array(
[maximum depth reached]
)
),
'requested' => array(
'param' => 'requested',
'value' => (int) 1
),
'json' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'json'
),
'xml' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'xml'
)
)
[protected] _input => ''
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-11')">APP/webroot/index.php line 110</a> → <a href="#" onclick="traceToggle(event, 'trace-args-11')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-11" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher </span><span style="color: #007700">= new </span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></pre></div> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
'plugin' => null,
'controller' => 'pages',
'action' => 'display',
'named' => array(),
'pass' => array(
(int) 0 => 'main'
),
'models' => array(
'Permission' => array(
[maximum depth reached]
),
'Aro' => array(
[maximum depth reached]
),
'Aco' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => ''
base => '/portal'
webroot => '/portal/'
here => '/portal/'
[protected] _detectors => array(
'get' => array(
'env' => 'REQUEST_METHOD',
'value' => 'GET'
),
'patch' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
),
'post' => array(
'env' => 'REQUEST_METHOD',
'value' => 'POST'
),
'put' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
),
'delete' => array(
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
),
'head' => array(
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
),
'options' => array(
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
),
'ssl' => array(
'env' => 'HTTPS',
'value' => (int) 1
),
'ajax' => array(
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
),
'flash' => array(
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
),
'mobile' => array(
'env' => 'HTTP_USER_AGENT',
'options' => array(
[maximum depth reached]
)
),
'requested' => array(
'param' => 'requested',
'value' => (int) 1
),
'json' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'json'
),
'xml' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'xml'
)
)
[protected] _input => ''
}
object(CakeResponse) {
[protected] _statusCodes => array(
(int) 100 => 'Continue',
(int) 101 => 'Switching Protocols',
(int) 200 => 'OK',
(int) 201 => 'Created',
(int) 202 => 'Accepted',
(int) 203 => 'Non-Authoritative Information',
(int) 204 => 'No Content',
(int) 205 => 'Reset Content',
(int) 206 => 'Partial Content',
(int) 300 => 'Multiple Choices',
(int) 301 => 'Moved Permanently',
(int) 302 => 'Found',
(int) 303 => 'See Other',
(int) 304 => 'Not Modified',
(int) 305 => 'Use Proxy',
(int) 307 => 'Temporary Redirect',
(int) 400 => 'Bad Request',
(int) 401 => 'Unauthorized',
(int) 402 => 'Payment Required',
(int) 403 => 'Forbidden',
(int) 404 => 'Not Found',
(int) 405 => 'Method Not Allowed',
(int) 406 => 'Not Acceptable',
(int) 407 => 'Proxy Authentication Required',
(int) 408 => 'Request Time-out',
(int) 409 => 'Conflict',
(int) 410 => 'Gone',
(int) 411 => 'Length Required',
(int) 412 => 'Precondition Failed',
(int) 413 => 'Request Entity Too Large',
(int) 414 => 'Request-URI Too Large',
(int) 415 => 'Unsupported Media Type',
(int) 416 => 'Requested range not satisfiable',
(int) 417 => 'Expectation Failed',
(int) 429 => 'Too Many Requests',
(int) 500 => 'Internal Server Error',
(int) 501 => 'Not Implemented',
(int) 502 => 'Bad Gateway',
(int) 503 => 'Service Unavailable',
(int) 504 => 'Gateway Time-out',
(int) 505 => 'Unsupported Version'
)
[protected] _mimeTypes => array(
'html' => array(
(int) 0 => 'text/html',
(int) 1 => '*/*'
),
'json' => 'application/json',
'xml' => array(
(int) 0 => 'application/xml',
(int) 1 => 'text/xml'
),
'rss' => 'application/rss+xml',
'ai' => 'application/postscript',
'bcpio' => 'application/x-bcpio',
'bin' => 'application/octet-stream',
'ccad' => 'application/clariscad',
'cdf' => 'application/x-netcdf',
'class' => 'application/octet-stream',
'cpio' => 'application/x-cpio',
'cpt' => 'application/mac-compactpro',
'csh' => 'application/x-csh',
'csv' => array(
(int) 0 => 'text/csv',
(int) 1 => 'application/vnd.ms-excel'
),
'dcr' => 'application/x-director',
'dir' => 'application/x-director',
'dms' => 'application/octet-stream',
'doc' => 'application/msword',
'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'drw' => 'application/drafting',
'dvi' => 'application/x-dvi',
'dwg' => 'application/acad',
'dxf' => 'application/dxf',
'dxr' => 'application/x-director',
'eot' => 'application/vnd.ms-fontobject',
'eps' => 'application/postscript',
'exe' => 'application/octet-stream',
'ez' => 'application/andrew-inset',
'flv' => 'video/x-flv',
'gtar' => 'application/x-gtar',
'gz' => 'application/x-gzip',
'bz2' => 'application/x-bzip',
'7z' => 'application/x-7z-compressed',
'hdf' => 'application/x-hdf',
'hqx' => 'application/mac-binhex40',
'ico' => 'image/x-icon',
'ips' => 'application/x-ipscript',
'ipx' => 'application/x-ipix',
'js' => 'application/javascript',
'jsonapi' => 'application/vnd.api+json',
'latex' => 'application/x-latex',
'lha' => 'application/octet-stream',
'lsp' => 'application/x-lisp',
'lzh' => 'application/octet-stream',
'man' => 'application/x-troff-man',
'me' => 'application/x-troff-me',
'mif' => 'application/vnd.mif',
'ms' => 'application/x-troff-ms',
'nc' => 'application/x-netcdf',
'oda' => 'application/oda',
'otf' => 'font/otf',
'pdf' => 'application/pdf',
'pgn' => 'application/x-chess-pgn',
'pot' => 'application/vnd.ms-powerpoint',
'pps' => 'application/vnd.ms-powerpoint',
'ppt' => 'application/vnd.ms-powerpoint',
'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
'ppz' => 'application/vnd.ms-powerpoint',
'pre' => 'application/x-freelance',
'prt' => 'application/pro_eng',
'ps' => 'application/postscript',
'roff' => 'application/x-troff',
'scm' => 'application/x-lotusscreencam',
'set' => 'application/set',
'sh' => 'application/x-sh',
'shar' => 'application/x-shar',
'sit' => 'application/x-stuffit',
'skd' => 'application/x-koan',
'skm' => 'application/x-koan',
'skp' => 'application/x-koan',
'skt' => 'application/x-koan',
'smi' => 'application/smil',
'smil' => 'application/smil',
'sol' => 'application/solids',
'spl' => 'application/x-futuresplash',
'src' => 'application/x-wais-source',
'step' => 'application/STEP',
'stl' => 'application/SLA',
'stp' => 'application/STEP',
'sv4cpio' => 'application/x-sv4cpio',
'sv4crc' => 'application/x-sv4crc',
'svg' => 'image/svg+xml',
'svgz' => 'image/svg+xml',
'swf' => 'application/x-shockwave-flash',
't' => 'application/x-troff',
'tar' => 'application/x-tar',
'tcl' => 'application/x-tcl',
'tex' => 'application/x-tex',
'texi' => 'application/x-texinfo',
'texinfo' => 'application/x-texinfo',
'tr' => 'application/x-troff',
'tsp' => 'application/dsptype',
'ttc' => 'font/ttf',
'ttf' => 'font/ttf',
'unv' => 'application/i-deas',
'ustar' => 'application/x-ustar',
'vcd' => 'application/x-cdlink',
'vda' => 'application/vda',
'xlc' => 'application/vnd.ms-excel',
'xll' => 'application/vnd.ms-excel',
'xlm' => 'application/vnd.ms-excel',
'xls' => 'application/vnd.ms-excel',
'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'xlw' => 'application/vnd.ms-excel',
'zip' => 'application/zip',
'aif' => 'audio/x-aiff',
'aifc' => 'audio/x-aiff',
'aiff' => 'audio/x-aiff',
'au' => 'audio/basic',
'kar' => 'audio/midi',
'mid' => 'audio/midi',
'midi' => 'audio/midi',
'mp2' => 'audio/mpeg',
'mp3' => 'audio/mpeg',
'mpga' => 'audio/mpeg',
'ogg' => 'audio/ogg',
'oga' => 'audio/ogg',
'spx' => 'audio/ogg',
'ra' => 'audio/x-realaudio',
'ram' => 'audio/x-pn-realaudio',
'rm' => 'audio/x-pn-realaudio',
'rpm' => 'audio/x-pn-realaudio-plugin',
'snd' => 'audio/basic',
'tsi' => 'audio/TSP-audio',
'wav' => 'audio/x-wav',
'aac' => 'audio/aac',
'asc' => 'text/plain',
'c' => 'text/plain',
'cc' => 'text/plain',
'css' => 'text/css',
'etx' => 'text/x-setext',
'f' => 'text/plain',
'f90' => 'text/plain',
'h' => 'text/plain',
'hh' => 'text/plain',
'htm' => array(
(int) 0 => 'text/html',
(int) 1 => '*/*'
),
'ics' => 'text/calendar',
'm' => 'text/plain',
'rtf' => 'text/rtf',
'rtx' => 'text/richtext',
'sgm' => 'text/sgml',
'sgml' => 'text/sgml',
'tsv' => 'text/tab-separated-values',
'tpl' => 'text/template',
'txt' => 'text/plain',
'text' => 'text/plain',
'avi' => 'video/x-msvideo',
'fli' => 'video/x-fli',
'mov' => 'video/quicktime',
'movie' => 'video/x-sgi-movie',
'mpe' => 'video/mpeg',
'mpeg' => 'video/mpeg',
'mpg' => 'video/mpeg',
'qt' => 'video/quicktime',
'viv' => 'video/vnd.vivo',
'vivo' => 'video/vnd.vivo',
'ogv' => 'video/ogg',
'webm' => 'video/webm',
'mp4' => 'video/mp4',
'm4v' => 'video/mp4',
'f4v' => 'video/mp4',
'f4p' => 'video/mp4',
'm4a' => 'audio/mp4',
'f4a' => 'audio/mp4',
'f4b' => 'audio/mp4',
'gif' => 'image/gif',
'ief' => 'image/ief',
'jpg' => 'image/jpeg',
'jpeg' => 'image/jpeg',
'jpe' => 'image/jpeg',
'pbm' => 'image/x-portable-bitmap',
'pgm' => 'image/x-portable-graymap',
'png' => 'image/png',
'pnm' => 'image/x-portable-anymap',
'ppm' => 'image/x-portable-pixmap',
'ras' => 'image/cmu-raster',
'rgb' => 'image/x-rgb',
'tif' => 'image/tiff',
'tiff' => 'image/tiff',
'xbm' => 'image/x-xbitmap',
'xpm' => 'image/x-xpixmap',
'xwd' => 'image/x-xwindowdump',
'psd' => array(
(int) 0 => 'application/photoshop',
(int) 1 => 'application/psd',
(int) 2 => 'image/psd',
(int) 3 => 'image/x-photoshop',
(int) 4 => 'image/photoshop',
(int) 5 => 'zz-application/zz-winassoc-psd'
),
'ice' => 'x-conference/x-cooltalk',
'iges' => 'model/iges',
'igs' => 'model/iges',
'mesh' => 'model/mesh',
'msh' => 'model/mesh',
'silo' => 'model/mesh',
'vrml' => 'model/vrml',
'wrl' => 'model/vrml',
'mime' => 'www/mime',
'pdb' => 'chemical/x-pdb',
'xyz' => 'chemical/x-pdb',
'javascript' => 'application/javascript',
'form' => 'application/x-www-form-urlencoded',
'file' => 'multipart/form-data',
'xhtml' => array(
(int) 0 => 'application/xhtml+xml',
(int) 1 => 'application/xhtml',
(int) 2 => 'text/xhtml'
),
'xhtml-mobile' => 'application/vnd.wap.xhtml+xml',
'atom' => 'application/atom+xml',
'amf' => 'application/x-amf',
'wap' => array(
(int) 0 => 'text/vnd.wap.wml',
(int) 1 => 'text/vnd.wap.wmlscript',
(int) 2 => 'image/vnd.wap.wbmp'
),
'wml' => 'text/vnd.wap.wml',
'wmlscript' => 'text/vnd.wap.wmlscript',
'wbmp' => 'image/vnd.wap.wbmp',
'woff' => 'application/x-font-woff',
'webp' => 'image/webp',
'appcache' => 'text/cache-manifest',
'manifest' => 'text/cache-manifest',
'htc' => 'text/x-component',
'rdf' => 'application/xml',
'crx' => 'application/x-chrome-extension',
'oex' => 'application/x-opera-extension',
'xpi' => 'application/x-xpinstall',
'safariextz' => 'application/octet-stream',
'webapp' => 'application/x-web-app-manifest+json',
'vcf' => 'text/x-vcard',
'vtt' => 'text/vtt',
'mkv' => 'video/x-matroska',
'pkpass' => 'application/vnd.apple.pkpass',
'ajax' => 'text/html'
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array()
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array()
[protected] _cookies => array()
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display === 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
)
result => null
modParams => (int) 1
omitSubject => true
[protected] _name => 'View.afterRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Session',
(int) 3 => 'PhpThumb',
(int) 4 => 'Sto3m',
(int) 5 => 'PhpExcel'
)
$result = null
$name = 'Html'