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 => 'eng', (int) 2 => 'akce', (int) 3 => 'solar23' ) $options = array( 'conditions' => array( 'Event.url' => array( (int) 0 => '', (int) 1 => 'eng', (int) 2 => 'akce', (int) 3 => 'solar23' ) ) ) $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 => 'eng', (int) 2 => 'akce', (int) 3 => 'solar23' ) $options = array( 'conditions' => array( 'Event.url' => array( (int) 0 => '', (int) 1 => 'eng', (int) 2 => 'akce', (int) 3 => 'solar23' ) ) ) $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 => 'eng', (int) 2 => 'akce', (int) 3 => 'solar23' ) $options = array( 'conditions' => array( 'Event.url' => array( (int) 0 => '', (int) 1 => 'eng', (int) 2 => 'akce', (int) 3 => 'solar23' ) ) ) $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 => 'eng', (int) 2 => 'akce', (int) 3 => 'solar23' ) $options = array( 'conditions' => array( 'Event.url' => array( (int) 0 => '', (int) 1 => 'eng', (int) 2 => 'akce', (int) 3 => 'solar23' ) ) ) $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 => 'eng', (int) 2 => 'akce', (int) 3 => 'solar23' ) $options = array( 'conditions' => array( 'Event.url' => array( (int) 0 => '', (int) 1 => 'eng', (int) 2 => 'akce', (int) 3 => 'solar23' ) ) ) $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) 0EventsController::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
<?php echo $this->Layout->sessionFlash(); ?>
<div id="Content" class="Detail <?php echo $event['Evtype']['class']; ?>">
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16
include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 304 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Evtype [APP/View/Themed/Semkon/Layouts/detail.ctp, line 310]Code Context</div>
<div class="Type">
<?php echo $event['Evtype']['title']; ?>
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 310 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 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/View/Themed/Semkon/Layouts/detail.ctp, line 313]Code Context</div>
</div>
<h1><?php echo $event['Event']['title']; ?></h1>
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 313 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 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/View/Themed/Semkon/Layouts/detail.ctp, line 316]Code Context<h2>
<?php
$rozdil = strtotime($event['Event']['to']) - strtotime($event['Event']['from']);
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 316 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 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/View/Themed/Semkon/Layouts/detail.ctp, line 316]Code Context<h2>
<?php
$rozdil = strtotime($event['Event']['to']) - strtotime($event['Event']['from']);
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 316 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 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/View/Themed/Semkon/Layouts/detail.ctp, line 318]Code Context$rozdil = strtotime($event['Event']['to']) - strtotime($event['Event']['from']);
if ($rozdil < 86400) {
echo date('j.n. o', strtotime($event['Event']['from'])) . ' | ' . date('H:i', strtotime($event['Event']['from'])) . ' - ' . date('H:i', strtotime($event['Event']['to']));
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 318 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 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/View/Themed/Semkon/Layouts/detail.ctp, line 318]Code Context$rozdil = strtotime($event['Event']['to']) - strtotime($event['Event']['from']);
if ($rozdil < 86400) {
echo date('j.n. o', strtotime($event['Event']['from'])) . ' | ' . date('H:i', strtotime($event['Event']['from'])) . ' - ' . date('H:i', strtotime($event['Event']['to']));
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 318 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 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/View/Themed/Semkon/Layouts/detail.ctp, line 318]1.1. 1970 | 01:00 - 01:00Code Context$rozdil = strtotime($event['Event']['to']) - strtotime($event['Event']['from']);
if ($rozdil < 86400) {
echo date('j.n. o', strtotime($event['Event']['from'])) . ' | ' . date('H:i', strtotime($event['Event']['from'])) . ' - ' . date('H:i', strtotime($event['Event']['to']));
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 318 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 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/View/Themed/Semkon/Layouts/detail.ctp, line 325]Code Context<!--14.12.2015 | 09:00 - 19:00--></h2>
<h2>
<?php echo $event['Event']['placelong']; ?>
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 325 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
</div>
<!--ZAPISOVAT big phpKEM A ZAVÉST DO REDAKČÁKU-->
<div id="TitleImage" class="fadein" style="background-image: url(<?php echo $event['Event']['image_big']; ?>)"></div>
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0
include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 329 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 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/View/Themed/Semkon/Layouts/detail.ctp, line 332]Code Context<?php
echo $this->element('detail/intro', array(
'intro' => $event['Event']['intro']
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 332 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 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/View/Themed/Semkon/Layouts/detail.ctp, line 335]Code Context));
echo $this->element('detail/more', array(
'more' => $event['Event']['more']
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 335 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 338]Code Context));
for ($i = 0; $i <= 15; ++$i) {
if ($event['Setup']['program_visible'] == 1 && $event['Setup']['program_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 0include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 338 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 343]Code Context));
}
if ($event['Setup']['speakers_visible'] == 1 && $event['Setup']['speakers_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 0include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 343 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 348]Code Context));
}
if ($event['Setup']['info_visible'] == 1 && $event['Setup']['info_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 0include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 348 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 354]Code Context));
}
if ($event['Setup']['gmap_visible'] == 1 && $event['Setup']['gmap_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 0include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 354 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 359]Code Context));
}
if ($event['Setup']['download_visible'] == 1 && $event['Setup']['download_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 0include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 359 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 364]Code Context));
}
if ($event['Setup']['conditions_visible'] == 1 && $event['Setup']['conditions_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 0include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 364 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 369]Code Context));
}
if ($event['Setup']['payments_visible'] == 1 && $event['Setup']['payments_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 0include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 369 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 374]Code Context));
}
if ($event['Setup']['neutral_visible'] == 1 && $event['Setup']['neutral_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 0include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 374 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 338]Code Context));
for ($i = 0; $i <= 15; ++$i) {
if ($event['Setup']['program_visible'] == 1 && $event['Setup']['program_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 1include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 338 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 343]Code Context));
}
if ($event['Setup']['speakers_visible'] == 1 && $event['Setup']['speakers_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 1include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 343 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 348]Code Context));
}
if ($event['Setup']['info_visible'] == 1 && $event['Setup']['info_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 1include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 348 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 354]Code Context));
}
if ($event['Setup']['gmap_visible'] == 1 && $event['Setup']['gmap_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 1include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 354 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 359]Code Context));
}
if ($event['Setup']['download_visible'] == 1 && $event['Setup']['download_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 1include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 359 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 364]Code Context));
}
if ($event['Setup']['conditions_visible'] == 1 && $event['Setup']['conditions_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 1include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 364 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 369]Code Context));
}
if ($event['Setup']['payments_visible'] == 1 && $event['Setup']['payments_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 1include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 369 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 374]Code Context));
}
if ($event['Setup']['neutral_visible'] == 1 && $event['Setup']['neutral_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 1include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 374 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 338]Code Context));
for ($i = 0; $i <= 15; ++$i) {
if ($event['Setup']['program_visible'] == 1 && $event['Setup']['program_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 2include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 338 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 343]Code Context));
}
if ($event['Setup']['speakers_visible'] == 1 && $event['Setup']['speakers_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 2include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 343 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 348]Code Context));
}
if ($event['Setup']['info_visible'] == 1 && $event['Setup']['info_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 2include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 348 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 354]Code Context));
}
if ($event['Setup']['gmap_visible'] == 1 && $event['Setup']['gmap_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 2include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 354 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 359]Code Context));
}
if ($event['Setup']['download_visible'] == 1 && $event['Setup']['download_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 2include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 359 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 364]Code Context));
}
if ($event['Setup']['conditions_visible'] == 1 && $event['Setup']['conditions_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 2include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 364 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 369]Code Context));
}
if ($event['Setup']['payments_visible'] == 1 && $event['Setup']['payments_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 2include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 369 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 374]Code Context));
}
if ($event['Setup']['neutral_visible'] == 1 && $event['Setup']['neutral_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 2include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 374 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 338]Code Context));
for ($i = 0; $i <= 15; ++$i) {
if ($event['Setup']['program_visible'] == 1 && $event['Setup']['program_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 3include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 338 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 343]Code Context));
}
if ($event['Setup']['speakers_visible'] == 1 && $event['Setup']['speakers_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 3include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 343 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 348]Code Context));
}
if ($event['Setup']['info_visible'] == 1 && $event['Setup']['info_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 3include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 348 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 354]Code Context));
}
if ($event['Setup']['gmap_visible'] == 1 && $event['Setup']['gmap_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 3include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 354 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 359]Code Context));
}
if ($event['Setup']['download_visible'] == 1 && $event['Setup']['download_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 3include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 359 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 364]Code Context));
}
if ($event['Setup']['conditions_visible'] == 1 && $event['Setup']['conditions_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 3include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 364 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 369]Code Context));
}
if ($event['Setup']['payments_visible'] == 1 && $event['Setup']['payments_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 3include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 369 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 374]Code Context));
}
if ($event['Setup']['neutral_visible'] == 1 && $event['Setup']['neutral_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 3include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 374 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 338]Code Context));
for ($i = 0; $i <= 15; ++$i) {
if ($event['Setup']['program_visible'] == 1 && $event['Setup']['program_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 4include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 338 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 343]Code Context));
}
if ($event['Setup']['speakers_visible'] == 1 && $event['Setup']['speakers_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 4include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 343 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 348]Code Context));
}
if ($event['Setup']['info_visible'] == 1 && $event['Setup']['info_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 4include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 348 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 354]Code Context));
}
if ($event['Setup']['gmap_visible'] == 1 && $event['Setup']['gmap_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 4include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 354 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 359]Code Context));
}
if ($event['Setup']['download_visible'] == 1 && $event['Setup']['download_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 4include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 359 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 364]Code Context));
}
if ($event['Setup']['conditions_visible'] == 1 && $event['Setup']['conditions_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 4include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 364 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 369]Code Context));
}
if ($event['Setup']['payments_visible'] == 1 && $event['Setup']['payments_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 4include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 369 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 374]Code Context));
}
if ($event['Setup']['neutral_visible'] == 1 && $event['Setup']['neutral_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 4include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 374 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 338]Code Context));
for ($i = 0; $i <= 15; ++$i) {
if ($event['Setup']['program_visible'] == 1 && $event['Setup']['program_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 5include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 338 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 343]Code Context));
}
if ($event['Setup']['speakers_visible'] == 1 && $event['Setup']['speakers_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 5include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 343 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 348]Code Context));
}
if ($event['Setup']['info_visible'] == 1 && $event['Setup']['info_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 5include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 348 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 354]Code Context));
}
if ($event['Setup']['gmap_visible'] == 1 && $event['Setup']['gmap_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 5include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 354 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 359]Code Context));
}
if ($event['Setup']['download_visible'] == 1 && $event['Setup']['download_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 5include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 359 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 364]Code Context));
}
if ($event['Setup']['conditions_visible'] == 1 && $event['Setup']['conditions_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 5include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 364 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 369]Code Context));
}
if ($event['Setup']['payments_visible'] == 1 && $event['Setup']['payments_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 5include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 369 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 374]Code Context));
}
if ($event['Setup']['neutral_visible'] == 1 && $event['Setup']['neutral_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 5include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 374 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 338]Code Context));
for ($i = 0; $i <= 15; ++$i) {
if ($event['Setup']['program_visible'] == 1 && $event['Setup']['program_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 6include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 338 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 343]Code Context));
}
if ($event['Setup']['speakers_visible'] == 1 && $event['Setup']['speakers_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 6include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 343 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 348]Code Context));
}
if ($event['Setup']['info_visible'] == 1 && $event['Setup']['info_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 6include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 348 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 354]Code Context));
}
if ($event['Setup']['gmap_visible'] == 1 && $event['Setup']['gmap_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 6include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 354 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 359]Code Context));
}
if ($event['Setup']['download_visible'] == 1 && $event['Setup']['download_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 6include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 359 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 364]Code Context));
}
if ($event['Setup']['conditions_visible'] == 1 && $event['Setup']['conditions_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 6include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 364 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 369]Code Context));
}
if ($event['Setup']['payments_visible'] == 1 && $event['Setup']['payments_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 6include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 369 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 374]Code Context));
}
if ($event['Setup']['neutral_visible'] == 1 && $event['Setup']['neutral_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 6include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 374 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 338]Code Context));
for ($i = 0; $i <= 15; ++$i) {
if ($event['Setup']['program_visible'] == 1 && $event['Setup']['program_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 7include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 338 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 343]Code Context));
}
if ($event['Setup']['speakers_visible'] == 1 && $event['Setup']['speakers_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 7include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 343 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 348]Code Context));
}
if ($event['Setup']['info_visible'] == 1 && $event['Setup']['info_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 7include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 348 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 354]Code Context));
}
if ($event['Setup']['gmap_visible'] == 1 && $event['Setup']['gmap_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 7include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 354 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 359]Code Context));
}
if ($event['Setup']['download_visible'] == 1 && $event['Setup']['download_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 7include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 359 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 364]Code Context));
}
if ($event['Setup']['conditions_visible'] == 1 && $event['Setup']['conditions_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 7include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 364 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 369]Code Context));
}
if ($event['Setup']['payments_visible'] == 1 && $event['Setup']['payments_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 7include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 369 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 374]Code Context));
}
if ($event['Setup']['neutral_visible'] == 1 && $event['Setup']['neutral_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 7include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 374 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 338]Code Context));
for ($i = 0; $i <= 15; ++$i) {
if ($event['Setup']['program_visible'] == 1 && $event['Setup']['program_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 8include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 338 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 343]Code Context));
}
if ($event['Setup']['speakers_visible'] == 1 && $event['Setup']['speakers_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 8include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 343 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 348]Code Context));
}
if ($event['Setup']['info_visible'] == 1 && $event['Setup']['info_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 8include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 348 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 354]Code Context));
}
if ($event['Setup']['gmap_visible'] == 1 && $event['Setup']['gmap_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 8include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 354 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 359]Code Context));
}
if ($event['Setup']['download_visible'] == 1 && $event['Setup']['download_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 8include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 359 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 364]Code Context));
}
if ($event['Setup']['conditions_visible'] == 1 && $event['Setup']['conditions_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 8include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 364 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 369]Code Context));
}
if ($event['Setup']['payments_visible'] == 1 && $event['Setup']['payments_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 8include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 369 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 374]Code Context));
}
if ($event['Setup']['neutral_visible'] == 1 && $event['Setup']['neutral_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 8include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 374 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 338]Code Context));
for ($i = 0; $i <= 15; ++$i) {
if ($event['Setup']['program_visible'] == 1 && $event['Setup']['program_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 9include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 338 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 343]Code Context));
}
if ($event['Setup']['speakers_visible'] == 1 && $event['Setup']['speakers_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 9include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 343 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 348]Code Context));
}
if ($event['Setup']['info_visible'] == 1 && $event['Setup']['info_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 9include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 348 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 354]Code Context));
}
if ($event['Setup']['gmap_visible'] == 1 && $event['Setup']['gmap_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 9include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 354 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 359]Code Context));
}
if ($event['Setup']['download_visible'] == 1 && $event['Setup']['download_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 9include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 359 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 364]Code Context));
}
if ($event['Setup']['conditions_visible'] == 1 && $event['Setup']['conditions_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 9include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 364 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 369]Code Context));
}
if ($event['Setup']['payments_visible'] == 1 && $event['Setup']['payments_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 9include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 369 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 374]Code Context));
}
if ($event['Setup']['neutral_visible'] == 1 && $event['Setup']['neutral_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 9include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 374 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 338]Code Context));
for ($i = 0; $i <= 15; ++$i) {
if ($event['Setup']['program_visible'] == 1 && $event['Setup']['program_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 10include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 338 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 343]Code Context));
}
if ($event['Setup']['speakers_visible'] == 1 && $event['Setup']['speakers_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 10include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 343 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 348]Code Context));
}
if ($event['Setup']['info_visible'] == 1 && $event['Setup']['info_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 10include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 348 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 354]Code Context));
}
if ($event['Setup']['gmap_visible'] == 1 && $event['Setup']['gmap_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 10include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 354 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 359]Code Context));
}
if ($event['Setup']['download_visible'] == 1 && $event['Setup']['download_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 10include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 359 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 364]Code Context));
}
if ($event['Setup']['conditions_visible'] == 1 && $event['Setup']['conditions_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 10include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 364 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 369]Code Context));
}
if ($event['Setup']['payments_visible'] == 1 && $event['Setup']['payments_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 10include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 369 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 374]Code Context));
}
if ($event['Setup']['neutral_visible'] == 1 && $event['Setup']['neutral_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 10include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 374 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 338]Code Context));
for ($i = 0; $i <= 15; ++$i) {
if ($event['Setup']['program_visible'] == 1 && $event['Setup']['program_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 11include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 338 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 343]Code Context));
}
if ($event['Setup']['speakers_visible'] == 1 && $event['Setup']['speakers_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 11include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 343 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 348]Code Context));
}
if ($event['Setup']['info_visible'] == 1 && $event['Setup']['info_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 11include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 348 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 354]Code Context));
}
if ($event['Setup']['gmap_visible'] == 1 && $event['Setup']['gmap_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 11include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 354 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 359]Code Context));
}
if ($event['Setup']['download_visible'] == 1 && $event['Setup']['download_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 11include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 359 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 364]Code Context));
}
if ($event['Setup']['conditions_visible'] == 1 && $event['Setup']['conditions_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 11include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 364 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 369]Code Context));
}
if ($event['Setup']['payments_visible'] == 1 && $event['Setup']['payments_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 11include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 369 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 374]Code Context));
}
if ($event['Setup']['neutral_visible'] == 1 && $event['Setup']['neutral_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 11include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 374 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 338]Code Context));
for ($i = 0; $i <= 15; ++$i) {
if ($event['Setup']['program_visible'] == 1 && $event['Setup']['program_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 12include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 338 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 343]Code Context));
}
if ($event['Setup']['speakers_visible'] == 1 && $event['Setup']['speakers_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 12include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 343 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 348]Code Context));
}
if ($event['Setup']['info_visible'] == 1 && $event['Setup']['info_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 12include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 348 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 354]Code Context));
}
if ($event['Setup']['gmap_visible'] == 1 && $event['Setup']['gmap_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 12include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 354 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 359]Code Context));
}
if ($event['Setup']['download_visible'] == 1 && $event['Setup']['download_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 12include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 359 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 364]Code Context));
}
if ($event['Setup']['conditions_visible'] == 1 && $event['Setup']['conditions_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 12include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 364 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 369]Code Context));
}
if ($event['Setup']['payments_visible'] == 1 && $event['Setup']['payments_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 12include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 369 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 374]Code Context));
}
if ($event['Setup']['neutral_visible'] == 1 && $event['Setup']['neutral_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 12include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 374 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 338]Code Context));
for ($i = 0; $i <= 15; ++$i) {
if ($event['Setup']['program_visible'] == 1 && $event['Setup']['program_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 13include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 338 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 343]Code Context));
}
if ($event['Setup']['speakers_visible'] == 1 && $event['Setup']['speakers_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 13include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 343 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 348]Code Context));
}
if ($event['Setup']['info_visible'] == 1 && $event['Setup']['info_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 13include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 348 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 354]Code Context));
}
if ($event['Setup']['gmap_visible'] == 1 && $event['Setup']['gmap_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 13include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 354 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 359]Code Context));
}
if ($event['Setup']['download_visible'] == 1 && $event['Setup']['download_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 13include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 359 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 364]Code Context));
}
if ($event['Setup']['conditions_visible'] == 1 && $event['Setup']['conditions_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 13include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 364 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 369]Code Context));
}
if ($event['Setup']['payments_visible'] == 1 && $event['Setup']['payments_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 13include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 369 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 374]Code Context));
}
if ($event['Setup']['neutral_visible'] == 1 && $event['Setup']['neutral_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 13include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 374 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 338]Code Context));
for ($i = 0; $i <= 15; ++$i) {
if ($event['Setup']['program_visible'] == 1 && $event['Setup']['program_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 14include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 338 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 343]Code Context));
}
if ($event['Setup']['speakers_visible'] == 1 && $event['Setup']['speakers_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 14include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 343 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 348]Code Context));
}
if ($event['Setup']['info_visible'] == 1 && $event['Setup']['info_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 14include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 348 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 354]Code Context));
}
if ($event['Setup']['gmap_visible'] == 1 && $event['Setup']['gmap_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 14include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 354 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 359]Code Context));
}
if ($event['Setup']['download_visible'] == 1 && $event['Setup']['download_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 14include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 359 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 364]Code Context));
}
if ($event['Setup']['conditions_visible'] == 1 && $event['Setup']['conditions_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 14include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 364 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 369]Code Context));
}
if ($event['Setup']['payments_visible'] == 1 && $event['Setup']['payments_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 14include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 369 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 374]Code Context));
}
if ($event['Setup']['neutral_visible'] == 1 && $event['Setup']['neutral_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 14include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 374 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 338]Code Context));
for ($i = 0; $i <= 15; ++$i) {
if ($event['Setup']['program_visible'] == 1 && $event['Setup']['program_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 15include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 338 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 343]Code Context));
}
if ($event['Setup']['speakers_visible'] == 1 && $event['Setup']['speakers_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 15include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 343 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 348]Code Context));
}
if ($event['Setup']['info_visible'] == 1 && $event['Setup']['info_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 15include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 348 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 354]Code Context));
}
if ($event['Setup']['gmap_visible'] == 1 && $event['Setup']['gmap_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 15include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 354 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 359]Code Context));
}
if ($event['Setup']['download_visible'] == 1 && $event['Setup']['download_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 15include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 359 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 364]Code Context));
}
if ($event['Setup']['conditions_visible'] == 1 && $event['Setup']['conditions_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 15include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 364 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 369]Code Context));
}
if ($event['Setup']['payments_visible'] == 1 && $event['Setup']['payments_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 15include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 369 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 374]Code Context));
}
if ($event['Setup']['neutral_visible'] == 1 && $event['Setup']['neutral_order'] == $i) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 15include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 374 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 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/View/Themed/Semkon/Layouts/detail.ctp, line 385]Code Context// pr($paymentlist);
?>
<?php if ($event['Event']['archive'] != 1 || $this->Session->read('Auth.User.username') == 'admin') { ?>
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 16include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 385 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 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/View/Themed/Semkon/Layouts/detail.ctp, line 389]Code Context<div class="Container fadeinup">
<h2><?php echo __('Registration'); ?> <span>4</span></h2>
<h3><?php echo $event['Event']['title']; ?></h3>
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 16include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 389 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 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/View/Themed/Semkon/Layouts/detail.ctp, line 393]Code Context<?php
if ($rozdil < 86400) {
echo date('j.n. o', strtotime($event['Event']['from'])) . ' | ' . date('H:i', strtotime($event['Event']['from'])) . ' - ' . date('H:i', strtotime($event['Event']['to']));
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 16include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 393 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 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/View/Themed/Semkon/Layouts/detail.ctp, line 393]Code Context<?php
if ($rozdil < 86400) {
echo date('j.n. o', strtotime($event['Event']['from'])) . ' | ' . date('H:i', strtotime($event['Event']['from'])) . ' - ' . date('H:i', strtotime($event['Event']['to']));
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 16include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 393 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 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/View/Themed/Semkon/Layouts/detail.ctp, line 393]1.1. 1970 | 01:00 - 01:00Code Context<?php
if ($rozdil < 86400) {
echo date('j.n. o', strtotime($event['Event']['from'])) . ' | ' . date('H:i', strtotime($event['Event']['from'])) . ' - ' . date('H:i', strtotime($event['Event']['to']));
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 16include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 393 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 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/View/Themed/Semkon/Layouts/detail.ctp, line 398]Code Context}
?>
<?php echo $event['Event']['placelong']; ?>
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 16include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 398 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Please complete the partcipant's registration data
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 484]Code Context<?php
}
if ($event['Setup']['partners_visible'] == 1) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 16include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 484 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Notice (8): Undefined index: Setup [APP/View/Themed/Semkon/Layouts/detail.ctp, line 489]Code Context));
}
if ($event['Setup']['gallery_visible'] == 1) {
$viewFile = '/var/www/html/View/Themed/Semkon/Layouts/detail.ctp' $dataForView = array( 'smtpdata' => array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ), 'vocabularies_for_layout' => array(), 'types_for_layout' => array( 'page' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array([maximum depth reached]), 'Params' => array([maximum depth reached]) ), 'blog' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ), 'node' => array( 'Type' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Vocabulary' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]) ) ), 'menus_for_layout' => array( 'main' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ), 'footer' => array( 'Menu' => array( [maximum depth reached] ), 'TrackableCreator' => array( [maximum depth reached] ), 'TrackableUpdater' => array( [maximum depth reached] ), 'Params' => array([maximum depth reached]), 'threaded' => array( [maximum depth reached] ) ) ), 'nodes_for_layout' => array(), 'blocks_for_layout' => array( 'right' => array() ), 'event' => array(), 'album' => array(), 'payment' => array(), 'title_for_layout' => 'Events', 'ceslink' => 'https://semkon.cz/akce/solar23', 'englink' => 'https://semkon.cz/eng/akce/solar23', 'content_for_layout' => '', 'scripts_for_layout' => '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' ) $smtpdata = array( 'password' => '*****', 'host' => '*****', 'port' => '*****', 'transport' => 'Smtp', 'from' => array( 'registrace@semkon.cz' => 'www.semkon.cz' ), 'timeout' => (int) 60, 'username' => 'registrace@semkon.cz', 'client' => null, 'log' => false ) $vocabularies_for_layout = array() $types_for_layout = array( 'page' => array( 'Type' => array( 'id' => '1', 'title' => 'Page', 'alias' => 'page', 'description' => 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 'format_show_author' => false, 'format_show_date' => false, 'comment_status' => '0', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-09 00:23:24', 'updated_by' => null, 'created' => '2009-09-02 18:06:27', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array(), 'Params' => array() ), 'blog' => array( 'Type' => array( 'id' => '2', 'title' => 'Blog', 'alias' => 'blog', 'description' => 'A blog entry is a single post to an online journal, or blog.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-09-15 12:15:43', 'updated_by' => null, 'created' => '2009-09-02 18:20:44', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ), 'node' => array( 'Type' => array( 'id' => '4', 'title' => 'Node', 'alias' => 'node', 'description' => 'Default content type.', 'format_show_author' => true, 'format_show_date' => true, 'comment_status' => '2', 'comment_approve' => true, 'comment_spam_protection' => false, 'comment_captcha' => false, 'params' => '', 'plugin' => null, 'updated' => '2009-10-06 21:53:15', 'updated_by' => null, 'created' => '2009-09-05 23:51:56', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Vocabulary' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'Params' => array() ) ) $menus_for_layout = array( 'main' => array( 'Menu' => array( 'id' => '3', 'title' => 'Main Menu', 'alias' => 'main', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '5', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2009-08-19 12:21:06', 'updated_by' => null, 'created' => '2009-07-22 01:49:53', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ), 'footer' => array( 'Menu' => array( 'id' => '4', 'title' => 'Footer', 'alias' => 'footer', 'class' => '', 'description' => '', 'status' => '1', 'weight' => null, 'link_count' => '7', 'params' => '', 'publish_start' => null, 'publish_end' => null, 'updated' => '2015-07-22 19:16:15', 'updated_by' => '1', 'created' => '2009-08-19 12:22:42', 'created_by' => null ), 'TrackableCreator' => array( 'password' => '*****', 'id' => null, 'role_id' => null, 'username' => null, 'name' => null, 'email' => null, 'website' => null, 'activation_key' => null, 'image' => null, 'bio' => null, 'timezone' => null, 'status' => null, 'updated' => null, 'updated_by' => null, 'created' => null, 'created_by' => null, 'firma' => null ), 'TrackableUpdater' => array( 'password' => '*****', 'id' => '1', 'role_id' => '1', 'username' => 'admin', 'name' => 'admin', 'email' => 'petru.marek@gmail.com', 'website' => '', 'activation_key' => '75198d62522bbea9803c02ce9355acda', 'image' => null, 'bio' => null, 'timezone' => '', 'status' => true, 'updated' => '2021-10-25 16:58:41', 'updated_by' => '1', 'created' => '2015-07-22 14:18:42', 'created_by' => null, 'firma' => null ), 'Params' => array(), 'threaded' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ) ) $nodes_for_layout = array() $blocks_for_layout = array( 'right' => array() ) $event = array() $album = array() $payment = array() $title_for_layout = 'Events' $ceslink = 'https://semkon.cz/akce/solar23' $englink = 'https://semkon.cz/eng/akce/solar23' $content_for_layout = '' $scripts_for_layout = '<script type="text/javascript" src="/wysiwyg/js/wysiwyg.js?1443281256"></script>' $g = (int) 16 $rozdil = (int) 0 $i = (int) 16include - APP/View/Themed/Semkon/Layouts/detail.ctp, line 489 View::_evaluate() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 949 View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 911 View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 542 View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 479 Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 954 CroogoAppController::render() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 345 Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 105
Jste rádi neustále v obraze?
zadejte nám svou emailovou adresu a my Vás budeme informovat o nadcházejících akcích.