Notice (8) : Undefined index: Event [APP/Controller/EventsController.php , line 162 ]Code Context $options = array( 'conditions' => array( 'Event.url' => $url ));
$event = $this -> Event -> find ( 'first' , $options );
$id = $event [ 'Event' ][ 'id' ];
$url = array(
(int) 0 => '',
(int) 1 => 'akce',
(int) 2 => 'www.mzp.cz'
)
$options = array(
'conditions' => array(
'Event.url' => array(
(int) 0 => '',
(int) 1 => 'akce',
(int) 2 => 'www.mzp.cz'
)
)
)
$event = array() EventsController::view() - APP/Controller/EventsController.php, line 162
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 490
CroogoAppController::invokeAction() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 193
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 191
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165
[main] - APP/webroot/index.php, line 105 Notice (8) : Undefined index: Event [APP/Controller/EventsController.php , line 167 ]Code Context $album = $albumModel -> find ( 'first' , array(
'conditions' => array(
'Album.id' => $event [ 'Event' ][ 'album_id' ]
$url = array(
(int) 0 => '',
(int) 1 => 'akce',
(int) 2 => 'www.mzp.cz'
)
$options = array(
'conditions' => array(
'Event.url' => array(
(int) 0 => '',
(int) 1 => 'akce',
(int) 2 => 'www.mzp.cz'
)
)
)
$event = array()
$id = null
$albumModel = object(Album) {
actsAs => array(
'Containable' => null,
'Croogo.Params' => null,
'Search.Searchable' => null
)
validate => array(
'slug' => array(
[maximum depth reached]
)
)
hasAndBelongsToMany => array(
'Photo' => array(
[maximum depth reached]
)
)
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true,
'photos' => true
)
filterArgs => array(
'title' => array(
[maximum depth reached]
),
'description' => array(
[maximum depth reached]
)
)
useCache => true
useDbConfig => 'default'
useTable => 'albums'
id => false
data => array()
schemaName => null
table => 'albums'
primaryKey => 'id'
validationErrors => array()
validationDomain => null
plugin => null
name => 'Album'
alias => 'Album'
tableToModel => array(
'albums' => 'Album'
)
cacheQueries => false
belongsTo => array()
hasOne => array()
hasMany => array()
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
recursive => (int) 1
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
[protected] _displayFields => array()
[protected] _editFields => array()
[protected] _schema => null
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => false
[protected] _eventManager => null
[protected] _validator => null
}
$paymentsModel = object(Payment) {
belongsTo => array(
'Currency' => array(
[maximum depth reached]
)
)
hasMany => array(
'Event' => array(
[maximum depth reached]
)
)
hasAndBelongsToMany => array(
'Charge' => array(
[maximum depth reached]
),
'Discount' => array(
[maximum depth reached]
)
)
useCache => true
actsAs => array(
(int) 0 => 'Containable'
)
useDbConfig => 'default'
useTable => 'payments'
id => false
data => array()
schemaName => null
table => 'payments'
primaryKey => 'id'
validate => array()
validationErrors => array()
validationDomain => null
plugin => null
name => 'Payment'
alias => 'Payment'
tableToModel => array(
'payments' => 'Payment'
)
cacheQueries => false
hasOne => array()
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
recursive => (int) 1
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
[protected] _displayFields => array()
[protected] _editFields => array()
[protected] _schema => null
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => false
[protected] _eventManager => null
[protected] _validator => null
} EventsController::view() - APP/Controller/EventsController.php, line 167
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 490
CroogoAppController::invokeAction() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 193
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 191
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165
[main] - APP/webroot/index.php, line 105 Notice (8) : Undefined index: Event [APP/Controller/EventsController.php , line 172 ]Code Context $payment = $paymentsModel -> find ( 'first' , array(
'conditions' => array(
'Payment.id' => $event [ 'Event' ][ 'payment_id' ]
$url = array(
(int) 0 => '',
(int) 1 => 'akce',
(int) 2 => 'www.mzp.cz'
)
$options = array(
'conditions' => array(
'Event.url' => array(
(int) 0 => '',
(int) 1 => 'akce',
(int) 2 => 'www.mzp.cz'
)
)
)
$event = array()
$id = null
$albumModel = object(Album) {
actsAs => array(
'Containable' => null,
'Croogo.Params' => null,
'Search.Searchable' => null
)
validate => array(
'slug' => array(
[maximum depth reached]
)
)
hasAndBelongsToMany => array(
'Photo' => array(
[maximum depth reached]
)
)
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true,
'photos' => true
)
filterArgs => array(
'title' => array(
[maximum depth reached]
),
'description' => array(
[maximum depth reached]
)
)
useCache => true
useDbConfig => 'default'
useTable => 'albums'
id => false
data => array()
schemaName => 'semkon'
table => 'albums'
primaryKey => 'id'
validationErrors => array()
validationDomain => null
plugin => null
name => 'Album'
alias => 'Album'
tableToModel => array(
'albums' => 'Album',
'photos' => 'Photo',
'albums_photos' => 'AlbumsPhoto'
)
cacheQueries => false
belongsTo => array()
hasOne => array()
hasMany => array()
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
recursive => (int) 1
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
tablePrefix => ''
Photo => object(Photo) {}
AlbumsPhoto => object(AlbumsPhoto) {}
[protected] _displayFields => array()
[protected] _editFields => array()
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'position' => array(
[maximum depth reached]
),
'title' => array(
[maximum depth reached]
),
'slug' => array(
[maximum depth reached]
),
'description' => array(
[maximum depth reached]
),
'type' => array(
[maximum depth reached]
),
'status' => array(
[maximum depth reached]
),
'max_width' => array(
[maximum depth reached]
),
'max_height' => array(
[maximum depth reached]
),
'max_height_thumbnail' => array(
[maximum depth reached]
),
'max_width_thumbnail' => array(
[maximum depth reached]
),
'quality' => array(
[maximum depth reached]
),
'params' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => null
}
$paymentsModel = object(Payment) {
belongsTo => array(
'Currency' => array(
[maximum depth reached]
)
)
hasMany => array(
'Event' => array(
[maximum depth reached]
)
)
hasAndBelongsToMany => array(
'Charge' => array(
[maximum depth reached]
),
'Discount' => array(
[maximum depth reached]
)
)
useCache => true
actsAs => array(
(int) 0 => 'Containable'
)
useDbConfig => 'default'
useTable => 'payments'
id => false
data => array()
schemaName => null
table => 'payments'
primaryKey => 'id'
validate => array()
validationErrors => array()
validationDomain => null
plugin => null
name => 'Payment'
alias => 'Payment'
tableToModel => array(
'payments' => 'Payment'
)
cacheQueries => false
hasOne => array()
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
recursive => (int) 1
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
[protected] _displayFields => array()
[protected] _editFields => array()
[protected] _schema => null
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => false
[protected] _eventManager => null
[protected] _validator => null
}
$album = array() EventsController::view() - APP/Controller/EventsController.php, line 172
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 490
CroogoAppController::invokeAction() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 193
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 191
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165
[main] - APP/webroot/index.php, line 105 Notice (8) : Undefined index: Charge [APP/Controller/EventsController.php , line 175 ]Code Context )
));
$chargescount = count ( $payment [ 'Charge' ]);
$url = array(
(int) 0 => '',
(int) 1 => 'akce',
(int) 2 => 'www.mzp.cz'
)
$options = array(
'conditions' => array(
'Event.url' => array(
(int) 0 => '',
(int) 1 => 'akce',
(int) 2 => 'www.mzp.cz'
)
)
)
$event = array()
$id = null
$albumModel = object(Album) {
actsAs => array(
'Containable' => null,
'Croogo.Params' => null,
'Search.Searchable' => null
)
validate => array(
'slug' => array(
[maximum depth reached]
)
)
hasAndBelongsToMany => array(
'Photo' => array(
[maximum depth reached]
)
)
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true,
'photos' => true
)
filterArgs => array(
'title' => array(
[maximum depth reached]
),
'description' => array(
[maximum depth reached]
)
)
useCache => true
useDbConfig => 'default'
useTable => 'albums'
id => false
data => array()
schemaName => 'semkon'
table => 'albums'
primaryKey => 'id'
validationErrors => array()
validationDomain => null
plugin => null
name => 'Album'
alias => 'Album'
tableToModel => array(
'albums' => 'Album',
'photos' => 'Photo',
'albums_photos' => 'AlbumsPhoto'
)
cacheQueries => false
belongsTo => array()
hasOne => array()
hasMany => array()
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
recursive => (int) 1
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
tablePrefix => ''
Photo => object(Photo) {}
AlbumsPhoto => object(AlbumsPhoto) {}
[protected] _displayFields => array()
[protected] _editFields => array()
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'position' => array(
[maximum depth reached]
),
'title' => array(
[maximum depth reached]
),
'slug' => array(
[maximum depth reached]
),
'description' => array(
[maximum depth reached]
),
'type' => array(
[maximum depth reached]
),
'status' => array(
[maximum depth reached]
),
'max_width' => array(
[maximum depth reached]
),
'max_height' => array(
[maximum depth reached]
),
'max_height_thumbnail' => array(
[maximum depth reached]
),
'max_width_thumbnail' => array(
[maximum depth reached]
),
'quality' => array(
[maximum depth reached]
),
'params' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => null
}
$paymentsModel = object(Payment) {
belongsTo => array(
'Currency' => array(
[maximum depth reached]
)
)
hasMany => array(
'Event' => array(
[maximum depth reached]
)
)
hasAndBelongsToMany => array(
'Charge' => array(
[maximum depth reached]
),
'Discount' => array(
[maximum depth reached]
)
)
useCache => true
actsAs => array(
(int) 0 => 'Containable'
)
useDbConfig => 'default'
useTable => 'payments'
id => false
data => array()
schemaName => 'semkon'
table => 'payments'
primaryKey => 'id'
validate => array()
validationErrors => array()
validationDomain => null
plugin => null
name => 'Payment'
alias => 'Payment'
tableToModel => array(
'payments' => 'Payment',
'currencies' => 'Currency',
'events' => 'Event',
'charges' => 'Charge',
'discounts' => 'Discount'
)
cacheQueries => false
hasOne => array()
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
recursive => (int) 1
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
tablePrefix => ''
Currency => object(Currency) {}
Event => object(Event) {}
Charge => object(Charge) {}
PaymentsCharge => object(AppModel) {}
Discount => object(Discount) {}
PaymentsDiscount => object(AppModel) {}
[protected] _displayFields => array()
[protected] _editFields => array()
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
),
'modified' => array(
[maximum depth reached]
),
'title' => array(
[maximum depth reached]
),
'currency_id' => array(
[maximum depth reached]
),
'tax' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => null
}
$album = array()
$payment = array() EventsController::view() - APP/Controller/EventsController.php, line 175
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 490
CroogoAppController::invokeAction() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 193
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 191
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165
[main] - APP/webroot/index.php, line 105 Notice (8) : Undefined index: Event [APP/Controller/EventsController.php , line 186 ]Code Context // $paymentlist = $this->Event->Payment->Charge->find('list');
// $discountlist = $this->Event->Payment->Discount->find('list');
$this -> set ( 'title_for_layout' , $event [ 'Event' ][ 'title' ]);
$url = array(
(int) 0 => '',
(int) 1 => 'akce',
(int) 2 => 'www.mzp.cz'
)
$options = array(
'conditions' => array(
'Event.url' => array(
(int) 0 => '',
(int) 1 => 'akce',
(int) 2 => 'www.mzp.cz'
)
)
)
$event = array()
$id = null
$albumModel = object(Album) {
actsAs => array(
'Containable' => null,
'Croogo.Params' => null,
'Search.Searchable' => null
)
validate => array(
'slug' => array(
[maximum depth reached]
)
)
hasAndBelongsToMany => array(
'Photo' => array(
[maximum depth reached]
)
)
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true,
'photos' => true
)
filterArgs => array(
'title' => array(
[maximum depth reached]
),
'description' => array(
[maximum depth reached]
)
)
useCache => true
useDbConfig => 'default'
useTable => 'albums'
id => false
data => array()
schemaName => 'semkon'
table => 'albums'
primaryKey => 'id'
validationErrors => array()
validationDomain => null
plugin => null
name => 'Album'
alias => 'Album'
tableToModel => array(
'albums' => 'Album',
'photos' => 'Photo',
'albums_photos' => 'AlbumsPhoto'
)
cacheQueries => false
belongsTo => array()
hasOne => array()
hasMany => array()
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
recursive => (int) 1
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
tablePrefix => ''
Photo => object(Photo) {}
AlbumsPhoto => object(AlbumsPhoto) {}
[protected] _displayFields => array()
[protected] _editFields => array()
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'position' => array(
[maximum depth reached]
),
'title' => array(
[maximum depth reached]
),
'slug' => array(
[maximum depth reached]
),
'description' => array(
[maximum depth reached]
),
'type' => array(
[maximum depth reached]
),
'status' => array(
[maximum depth reached]
),
'max_width' => array(
[maximum depth reached]
),
'max_height' => array(
[maximum depth reached]
),
'max_height_thumbnail' => array(
[maximum depth reached]
),
'max_width_thumbnail' => array(
[maximum depth reached]
),
'quality' => array(
[maximum depth reached]
),
'params' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => null
}
$paymentsModel = object(Payment) {
belongsTo => array(
'Currency' => array(
[maximum depth reached]
)
)
hasMany => array(
'Event' => array(
[maximum depth reached]
)
)
hasAndBelongsToMany => array(
'Charge' => array(
[maximum depth reached]
),
'Discount' => array(
[maximum depth reached]
)
)
useCache => true
actsAs => array(
(int) 0 => 'Containable'
)
useDbConfig => 'default'
useTable => 'payments'
id => false
data => array()
schemaName => 'semkon'
table => 'payments'
primaryKey => 'id'
validate => array()
validationErrors => array()
validationDomain => null
plugin => null
name => 'Payment'
alias => 'Payment'
tableToModel => array(
'payments' => 'Payment',
'currencies' => 'Currency',
'events' => 'Event',
'charges' => 'Charge',
'discounts' => 'Discount'
)
cacheQueries => false
hasOne => array()
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
recursive => (int) 1
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
tablePrefix => ''
Currency => object(Currency) {}
Event => object(Event) {}
Charge => object(Charge) {}
PaymentsCharge => object(AppModel) {}
Discount => object(Discount) {}
PaymentsDiscount => object(AppModel) {}
[protected] _displayFields => array()
[protected] _editFields => array()
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
),
'modified' => array(
[maximum depth reached]
),
'title' => array(
[maximum depth reached]
),
'currency_id' => array(
[maximum depth reached]
),
'tax' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => null
}
$album = array()
$payment = array()
$chargescount = (int) 0
$i = (int) 0 EventsController::view() - APP/Controller/EventsController.php, line 186
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 490
CroogoAppController::invokeAction() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 193
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 191
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165
[main] - APP/webroot/index.php, line 105
Events | Semkon