Warning (2): count(): Parameter must be an array or an object that implements Countable [APP/Controller/Component/HistoryComponent.php, line 53]Code Context //count($params['url']) ? $url = '/'.$params['url']['url'] : $url = '/';
if(count($this->data) == STUDIOSIPAK_MAX_HISTORY) {
$params = object(CakeRequest) {
params => array(
'plugin' => null,
'controller' => 'users',
'action' => 'addToMyList',
'named' => array([maximum depth reached]),
'pass' => array([maximum depth reached]),
'isAjax' => false
)
data => array()
query => array()
url => 'users/addToMyList'
base => ''
webroot => '/'
here => '/users/addToMyList'
[protected] _detectors => array(
'get' => array(
[maximum depth reached]
),
'patch' => array(
[maximum depth reached]
),
'post' => array(
[maximum depth reached]
),
'put' => array(
[maximum depth reached]
),
'delete' => array(
[maximum depth reached]
),
'head' => array(
[maximum depth reached]
),
'options' => array(
[maximum depth reached]
),
'ssl' => array(
[maximum depth reached]
),
'ajax' => array(
[maximum depth reached]
),
'flash' => array(
[maximum depth reached]
),
'mobile' => array(
[maximum depth reached]
),
'requested' => array(
[maximum depth reached]
),
'json' => array(
[maximum depth reached]
),
'xml' => array(
[maximum depth reached]
)
)
[protected] _input => ''
}
$value = '/users/addToMyList'
$key = 'here'
$url = '/users/addToMyList'
HistoryComponent::_addUrl() - APP/Controller/Component/HistoryComponent.php, line 53
HistoryComponent::startup() - APP/Controller/Component/HistoryComponent.php, line 22
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 129
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 683
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 92
Notice (8): Undefined offset: -1 [APP/Controller/Component/HistoryComponent.php, line 31]Code Context function goBack($step = 1) {
$pos = count($this->data) - $step - 1;
$this->controller->redirect($this->data[$pos]);
$step = (int) 1
$pos = (int) -1
HistoryComponent::goBack() - APP/Controller/Component/HistoryComponent.php, line 31
UsersController::addToMyList() - APP/Controller/UsersController.php, line 1791
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 92
Warning (2): Cannot modify header information - headers already sent by (output started at /home/salomeos/www/lib/Cake/Utility/Debugger.php:797) [CORE/Cake/Network/CakeResponse.php, line 458]Code Context setcookie(
$name, $c['value'], $c['expire'], $c['path'],
$c['domain'], $c['secure'], $c['httpOnly']
$c = array(
'name' => 'CakeCookie[autoLogin]',
'value' => '',
'expire' => (int) 1730942811,
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => false
)
$name = 'CakeCookie[autoLogin]'
setcookie - [internal], line ??
CakeResponse::_setCookies() - CORE/Cake/Network/CakeResponse.php, line 458
CakeResponse::send() - CORE/Cake/Network/CakeResponse.php, line 429
Controller::redirect() - CORE/Cake/Controller/Controller.php, line 800
HistoryComponent::goBack() - APP/Controller/Component/HistoryComponent.php, line 31
UsersController::addToMyList() - APP/Controller/UsersController.php, line 1791
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 92