Notice (8): Trying to get property 'url_imagen' of non-object [APP/Template/Bunker/exposicion.ctp, line 72]Code Context <div class='img-wrapper-expo'>
<?= $this->Html->image('/img/uploads/'.$actividad->url_imagen) ?>
</div>
$viewFile = '/home/ivjhl7tgijfk/public_html/src/Template/Bunker/exposicion.ctp'
$dataForView = [
'actividad' => null,
'programas' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Programas.titulo AS `Programas__titulo`, Programas.id AS `Programas__id`, Programas.slug AS `Programas__slug` FROM programas Programas WHERE Programas.activo = :c0 ORDER BY titulo ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [[maximum depth reached]],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\ProgramasTable) {}
},
'textosBorder' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT TextosDescripcion.titulo AS `TextosDescripcion__titulo`, TextosDescripcion.id AS `TextosDescripcion__id`, TextosDescripcion.index_posicion AS `TextosDescripcion__index_posicion`, TextosDescripcion.slug AS `TextosDescripcion__slug` FROM textos_descripcion TextosDescripcion WHERE (TextosDescripcion.published = :c0 AND TextosDescripcion.id > :c1) ORDER BY index_posicion ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [[maximum depth reached]],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\TextosDescripcionTable) {}
}
]
$actividad = null
$programas = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Programas.titulo AS `Programas__titulo`, Programas.id AS `Programas__id`, Programas.slug AS `Programas__slug` FROM programas Programas WHERE Programas.activo = :c0 ORDER BY titulo ASC',
'params' => [
':c0' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Programas__id' => 'integer',
'Programas.id' => 'integer',
'id' => 'integer',
'Programas__titulo' => 'string',
'Programas.titulo' => 'string',
'titulo' => 'string',
'Programas__descripcion' => 'text',
'Programas.descripcion' => 'text',
'descripcion' => 'text',
'Programas__url_imagen' => 'string',
'Programas.url_imagen' => 'string',
'url_imagen' => 'string',
'Programas__activo' => 'boolean',
'Programas.activo' => 'boolean',
'activo' => 'boolean',
'Programas__created' => 'datetime',
'Programas.created' => 'datetime',
'created' => 'datetime',
'Programas__modified' => 'datetime',
'Programas.modified' => 'datetime',
'modified' => 'datetime',
'Programas__url_imagen_banner' => 'string',
'Programas.url_imagen_banner' => 'string',
'url_imagen_banner' => 'string',
'Programas__duracion' => 'text',
'Programas.duracion' => 'text',
'duracion' => 'text',
'Programas__tipo' => 'text',
'Programas.tipo' => 'text',
'tipo' => 'text',
'Programas__posicionamiento' => 'text',
'Programas.posicionamiento' => 'text',
'posicionamiento' => 'text',
'Programas__financiamiento' => 'text',
'Programas.financiamiento' => 'text',
'financiamiento' => 'text',
'Programas__published' => 'boolean',
'Programas.published' => 'boolean',
'published' => 'boolean',
'Programas__slug' => 'string',
'Programas.slug' => 'string',
'slug' => 'string'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\ProgramasTable) {}
}
$textosBorder = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT TextosDescripcion.titulo AS `TextosDescripcion__titulo`, TextosDescripcion.id AS `TextosDescripcion__id`, TextosDescripcion.index_posicion AS `TextosDescripcion__index_posicion`, TextosDescripcion.slug AS `TextosDescripcion__slug` FROM textos_descripcion TextosDescripcion WHERE (TextosDescripcion.published = :c0 AND TextosDescripcion.id > :c1) ORDER BY index_posicion ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'TextosDescripcion__id' => 'integer',
'TextosDescripcion.id' => 'integer',
'id' => 'integer',
'TextosDescripcion__titulo' => 'string',
'TextosDescripcion.titulo' => 'string',
'titulo' => 'string',
'TextosDescripcion__header' => 'text',
'TextosDescripcion.header' => 'text',
'header' => 'text',
'TextosDescripcion__slug' => 'string',
'TextosDescripcion.slug' => 'string',
'slug' => 'string',
'TextosDescripcion__texto' => 'text',
'TextosDescripcion.texto' => 'text',
'texto' => 'text',
'TextosDescripcion__index_posicion' => 'integer',
'TextosDescripcion.index_posicion' => 'integer',
'index_posicion' => 'integer',
'TextosDescripcion__published' => 'boolean',
'TextosDescripcion.published' => 'boolean',
'published' => 'boolean',
'TextosDescripcion__created' => 'datetime',
'TextosDescripcion.created' => 'datetime',
'created' => 'datetime',
'TextosDescripcion__modified' => 'datetime',
'TextosDescripcion.modified' => 'datetime',
'modified' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\TextosDescripcionTable) {}
}
$cakeDescription = 'Bunker' include - APP/Template/Bunker/exposicion.ctp, line 72
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419
Cake\View\View::_render() - CORE/src/View/View.php, line 1380
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 120
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 170
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Notice (8): Trying to get property 'titulo' of non-object [APP/Template/Bunker/exposicion.ctp, line 76]Code Context <div class='contenedor-info-general-expo'>
<p class='titulo-expo'><?=$actividad->titulo ?></p>
<p class='info-general-expo'>
$viewFile = '/home/ivjhl7tgijfk/public_html/src/Template/Bunker/exposicion.ctp'
$dataForView = [
'actividad' => null,
'programas' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Programas.titulo AS `Programas__titulo`, Programas.id AS `Programas__id`, Programas.slug AS `Programas__slug` FROM programas Programas WHERE Programas.activo = :c0 ORDER BY titulo ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [[maximum depth reached]],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\ProgramasTable) {}
},
'textosBorder' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT TextosDescripcion.titulo AS `TextosDescripcion__titulo`, TextosDescripcion.id AS `TextosDescripcion__id`, TextosDescripcion.index_posicion AS `TextosDescripcion__index_posicion`, TextosDescripcion.slug AS `TextosDescripcion__slug` FROM textos_descripcion TextosDescripcion WHERE (TextosDescripcion.published = :c0 AND TextosDescripcion.id > :c1) ORDER BY index_posicion ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [[maximum depth reached]],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\TextosDescripcionTable) {}
}
]
$actividad = null
$programas = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Programas.titulo AS `Programas__titulo`, Programas.id AS `Programas__id`, Programas.slug AS `Programas__slug` FROM programas Programas WHERE Programas.activo = :c0 ORDER BY titulo ASC',
'params' => [
':c0' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Programas__id' => 'integer',
'Programas.id' => 'integer',
'id' => 'integer',
'Programas__titulo' => 'string',
'Programas.titulo' => 'string',
'titulo' => 'string',
'Programas__descripcion' => 'text',
'Programas.descripcion' => 'text',
'descripcion' => 'text',
'Programas__url_imagen' => 'string',
'Programas.url_imagen' => 'string',
'url_imagen' => 'string',
'Programas__activo' => 'boolean',
'Programas.activo' => 'boolean',
'activo' => 'boolean',
'Programas__created' => 'datetime',
'Programas.created' => 'datetime',
'created' => 'datetime',
'Programas__modified' => 'datetime',
'Programas.modified' => 'datetime',
'modified' => 'datetime',
'Programas__url_imagen_banner' => 'string',
'Programas.url_imagen_banner' => 'string',
'url_imagen_banner' => 'string',
'Programas__duracion' => 'text',
'Programas.duracion' => 'text',
'duracion' => 'text',
'Programas__tipo' => 'text',
'Programas.tipo' => 'text',
'tipo' => 'text',
'Programas__posicionamiento' => 'text',
'Programas.posicionamiento' => 'text',
'posicionamiento' => 'text',
'Programas__financiamiento' => 'text',
'Programas.financiamiento' => 'text',
'financiamiento' => 'text',
'Programas__published' => 'boolean',
'Programas.published' => 'boolean',
'published' => 'boolean',
'Programas__slug' => 'string',
'Programas.slug' => 'string',
'slug' => 'string'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\ProgramasTable) {}
}
$textosBorder = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT TextosDescripcion.titulo AS `TextosDescripcion__titulo`, TextosDescripcion.id AS `TextosDescripcion__id`, TextosDescripcion.index_posicion AS `TextosDescripcion__index_posicion`, TextosDescripcion.slug AS `TextosDescripcion__slug` FROM textos_descripcion TextosDescripcion WHERE (TextosDescripcion.published = :c0 AND TextosDescripcion.id > :c1) ORDER BY index_posicion ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'TextosDescripcion__id' => 'integer',
'TextosDescripcion.id' => 'integer',
'id' => 'integer',
'TextosDescripcion__titulo' => 'string',
'TextosDescripcion.titulo' => 'string',
'titulo' => 'string',
'TextosDescripcion__header' => 'text',
'TextosDescripcion.header' => 'text',
'header' => 'text',
'TextosDescripcion__slug' => 'string',
'TextosDescripcion.slug' => 'string',
'slug' => 'string',
'TextosDescripcion__texto' => 'text',
'TextosDescripcion.texto' => 'text',
'texto' => 'text',
'TextosDescripcion__index_posicion' => 'integer',
'TextosDescripcion.index_posicion' => 'integer',
'index_posicion' => 'integer',
'TextosDescripcion__published' => 'boolean',
'TextosDescripcion.published' => 'boolean',
'published' => 'boolean',
'TextosDescripcion__created' => 'datetime',
'TextosDescripcion.created' => 'datetime',
'created' => 'datetime',
'TextosDescripcion__modified' => 'datetime',
'TextosDescripcion.modified' => 'datetime',
'modified' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\TextosDescripcionTable) {}
}
$cakeDescription = 'Bunker' include - APP/Template/Bunker/exposicion.ctp, line 76
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419
Cake\View\View::_render() - CORE/src/View/View.php, line 1380
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 120
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 170
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Notice (8): Trying to get property 'tipo' of non-object [APP/Template/Bunker/exposicion.ctp, line 94]Code Context ];
echo 'Tipo: '.$arrayTipos[$actividad->tipo];
if (!empty($actividad->fecha_inicio)):
$viewFile = '/home/ivjhl7tgijfk/public_html/src/Template/Bunker/exposicion.ctp'
$dataForView = [
'actividad' => null,
'programas' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Programas.titulo AS `Programas__titulo`, Programas.id AS `Programas__id`, Programas.slug AS `Programas__slug` FROM programas Programas WHERE Programas.activo = :c0 ORDER BY titulo ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [[maximum depth reached]],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\ProgramasTable) {}
},
'textosBorder' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT TextosDescripcion.titulo AS `TextosDescripcion__titulo`, TextosDescripcion.id AS `TextosDescripcion__id`, TextosDescripcion.index_posicion AS `TextosDescripcion__index_posicion`, TextosDescripcion.slug AS `TextosDescripcion__slug` FROM textos_descripcion TextosDescripcion WHERE (TextosDescripcion.published = :c0 AND TextosDescripcion.id > :c1) ORDER BY index_posicion ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [[maximum depth reached]],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\TextosDescripcionTable) {}
}
]
$actividad = null
$programas = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Programas.titulo AS `Programas__titulo`, Programas.id AS `Programas__id`, Programas.slug AS `Programas__slug` FROM programas Programas WHERE Programas.activo = :c0 ORDER BY titulo ASC',
'params' => [
':c0' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Programas__id' => 'integer',
'Programas.id' => 'integer',
'id' => 'integer',
'Programas__titulo' => 'string',
'Programas.titulo' => 'string',
'titulo' => 'string',
'Programas__descripcion' => 'text',
'Programas.descripcion' => 'text',
'descripcion' => 'text',
'Programas__url_imagen' => 'string',
'Programas.url_imagen' => 'string',
'url_imagen' => 'string',
'Programas__activo' => 'boolean',
'Programas.activo' => 'boolean',
'activo' => 'boolean',
'Programas__created' => 'datetime',
'Programas.created' => 'datetime',
'created' => 'datetime',
'Programas__modified' => 'datetime',
'Programas.modified' => 'datetime',
'modified' => 'datetime',
'Programas__url_imagen_banner' => 'string',
'Programas.url_imagen_banner' => 'string',
'url_imagen_banner' => 'string',
'Programas__duracion' => 'text',
'Programas.duracion' => 'text',
'duracion' => 'text',
'Programas__tipo' => 'text',
'Programas.tipo' => 'text',
'tipo' => 'text',
'Programas__posicionamiento' => 'text',
'Programas.posicionamiento' => 'text',
'posicionamiento' => 'text',
'Programas__financiamiento' => 'text',
'Programas.financiamiento' => 'text',
'financiamiento' => 'text',
'Programas__published' => 'boolean',
'Programas.published' => 'boolean',
'published' => 'boolean',
'Programas__slug' => 'string',
'Programas.slug' => 'string',
'slug' => 'string'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\ProgramasTable) {}
}
$textosBorder = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT TextosDescripcion.titulo AS `TextosDescripcion__titulo`, TextosDescripcion.id AS `TextosDescripcion__id`, TextosDescripcion.index_posicion AS `TextosDescripcion__index_posicion`, TextosDescripcion.slug AS `TextosDescripcion__slug` FROM textos_descripcion TextosDescripcion WHERE (TextosDescripcion.published = :c0 AND TextosDescripcion.id > :c1) ORDER BY index_posicion ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'TextosDescripcion__id' => 'integer',
'TextosDescripcion.id' => 'integer',
'id' => 'integer',
'TextosDescripcion__titulo' => 'string',
'TextosDescripcion.titulo' => 'string',
'titulo' => 'string',
'TextosDescripcion__header' => 'text',
'TextosDescripcion.header' => 'text',
'header' => 'text',
'TextosDescripcion__slug' => 'string',
'TextosDescripcion.slug' => 'string',
'slug' => 'string',
'TextosDescripcion__texto' => 'text',
'TextosDescripcion.texto' => 'text',
'texto' => 'text',
'TextosDescripcion__index_posicion' => 'integer',
'TextosDescripcion.index_posicion' => 'integer',
'index_posicion' => 'integer',
'TextosDescripcion__published' => 'boolean',
'TextosDescripcion.published' => 'boolean',
'published' => 'boolean',
'TextosDescripcion__created' => 'datetime',
'TextosDescripcion.created' => 'datetime',
'created' => 'datetime',
'TextosDescripcion__modified' => 'datetime',
'TextosDescripcion.modified' => 'datetime',
'modified' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\TextosDescripcionTable) {}
}
$cakeDescription = 'Bunker'
$arrayTipos = [
(int) 0 => 'Exposición individual',
(int) 1 => 'Exposición colectiva',
(int) 2 => 'Exposición de investigación',
(int) 3 => 'Intervención',
(int) 4 => 'Residencia',
(int) 5 => 'Seminario',
(int) 6 => 'Conferencia',
(int) 7 => 'Mesa redonda',
(int) 8 => 'Encuentro',
(int) 9 => 'Presentación',
(int) 10 => 'Taller',
(int) 11 => 'Laboratorio',
(int) 12 => 'Curso'
] include - APP/Template/Bunker/exposicion.ctp, line 94
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419
Cake\View\View::_render() - CORE/src/View/View.php, line 1380
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 120
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 170
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Notice (8): Undefined index: [APP/Template/Bunker/exposicion.ctp, line 94]Code Context ];
echo 'Tipo: '.$arrayTipos[$actividad->tipo];
if (!empty($actividad->fecha_inicio)):
$viewFile = '/home/ivjhl7tgijfk/public_html/src/Template/Bunker/exposicion.ctp'
$dataForView = [
'actividad' => null,
'programas' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Programas.titulo AS `Programas__titulo`, Programas.id AS `Programas__id`, Programas.slug AS `Programas__slug` FROM programas Programas WHERE Programas.activo = :c0 ORDER BY titulo ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [[maximum depth reached]],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\ProgramasTable) {}
},
'textosBorder' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT TextosDescripcion.titulo AS `TextosDescripcion__titulo`, TextosDescripcion.id AS `TextosDescripcion__id`, TextosDescripcion.index_posicion AS `TextosDescripcion__index_posicion`, TextosDescripcion.slug AS `TextosDescripcion__slug` FROM textos_descripcion TextosDescripcion WHERE (TextosDescripcion.published = :c0 AND TextosDescripcion.id > :c1) ORDER BY index_posicion ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [[maximum depth reached]],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\TextosDescripcionTable) {}
}
]
$actividad = null
$programas = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Programas.titulo AS `Programas__titulo`, Programas.id AS `Programas__id`, Programas.slug AS `Programas__slug` FROM programas Programas WHERE Programas.activo = :c0 ORDER BY titulo ASC',
'params' => [
':c0' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Programas__id' => 'integer',
'Programas.id' => 'integer',
'id' => 'integer',
'Programas__titulo' => 'string',
'Programas.titulo' => 'string',
'titulo' => 'string',
'Programas__descripcion' => 'text',
'Programas.descripcion' => 'text',
'descripcion' => 'text',
'Programas__url_imagen' => 'string',
'Programas.url_imagen' => 'string',
'url_imagen' => 'string',
'Programas__activo' => 'boolean',
'Programas.activo' => 'boolean',
'activo' => 'boolean',
'Programas__created' => 'datetime',
'Programas.created' => 'datetime',
'created' => 'datetime',
'Programas__modified' => 'datetime',
'Programas.modified' => 'datetime',
'modified' => 'datetime',
'Programas__url_imagen_banner' => 'string',
'Programas.url_imagen_banner' => 'string',
'url_imagen_banner' => 'string',
'Programas__duracion' => 'text',
'Programas.duracion' => 'text',
'duracion' => 'text',
'Programas__tipo' => 'text',
'Programas.tipo' => 'text',
'tipo' => 'text',
'Programas__posicionamiento' => 'text',
'Programas.posicionamiento' => 'text',
'posicionamiento' => 'text',
'Programas__financiamiento' => 'text',
'Programas.financiamiento' => 'text',
'financiamiento' => 'text',
'Programas__published' => 'boolean',
'Programas.published' => 'boolean',
'published' => 'boolean',
'Programas__slug' => 'string',
'Programas.slug' => 'string',
'slug' => 'string'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\ProgramasTable) {}
}
$textosBorder = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT TextosDescripcion.titulo AS `TextosDescripcion__titulo`, TextosDescripcion.id AS `TextosDescripcion__id`, TextosDescripcion.index_posicion AS `TextosDescripcion__index_posicion`, TextosDescripcion.slug AS `TextosDescripcion__slug` FROM textos_descripcion TextosDescripcion WHERE (TextosDescripcion.published = :c0 AND TextosDescripcion.id > :c1) ORDER BY index_posicion ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'TextosDescripcion__id' => 'integer',
'TextosDescripcion.id' => 'integer',
'id' => 'integer',
'TextosDescripcion__titulo' => 'string',
'TextosDescripcion.titulo' => 'string',
'titulo' => 'string',
'TextosDescripcion__header' => 'text',
'TextosDescripcion.header' => 'text',
'header' => 'text',
'TextosDescripcion__slug' => 'string',
'TextosDescripcion.slug' => 'string',
'slug' => 'string',
'TextosDescripcion__texto' => 'text',
'TextosDescripcion.texto' => 'text',
'texto' => 'text',
'TextosDescripcion__index_posicion' => 'integer',
'TextosDescripcion.index_posicion' => 'integer',
'index_posicion' => 'integer',
'TextosDescripcion__published' => 'boolean',
'TextosDescripcion.published' => 'boolean',
'published' => 'boolean',
'TextosDescripcion__created' => 'datetime',
'TextosDescripcion.created' => 'datetime',
'created' => 'datetime',
'TextosDescripcion__modified' => 'datetime',
'TextosDescripcion.modified' => 'datetime',
'modified' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\TextosDescripcionTable) {}
}
$cakeDescription = 'Bunker'
$arrayTipos = [
(int) 0 => 'Exposición individual',
(int) 1 => 'Exposición colectiva',
(int) 2 => 'Exposición de investigación',
(int) 3 => 'Intervención',
(int) 4 => 'Residencia',
(int) 5 => 'Seminario',
(int) 6 => 'Conferencia',
(int) 7 => 'Mesa redonda',
(int) 8 => 'Encuentro',
(int) 9 => 'Presentación',
(int) 10 => 'Taller',
(int) 11 => 'Laboratorio',
(int) 12 => 'Curso'
] include - APP/Template/Bunker/exposicion.ctp, line 94
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419
Cake\View\View::_render() - CORE/src/View/View.php, line 1380
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 120
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 170
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Tipo:
|
Notice (8): Trying to get property 'descripcion' of non-object [APP/Template/Bunker/exposicion.ctp, line 186]Code Context <td class='contenedor-texto-expo'>
<?=$actividad->descripcion ?>
<?php
$viewFile = '/home/ivjhl7tgijfk/public_html/src/Template/Bunker/exposicion.ctp'
$dataForView = [
'actividad' => null,
'programas' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Programas.titulo AS `Programas__titulo`, Programas.id AS `Programas__id`, Programas.slug AS `Programas__slug` FROM programas Programas WHERE Programas.activo = :c0 ORDER BY titulo ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [[maximum depth reached]],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\ProgramasTable) {}
},
'textosBorder' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT TextosDescripcion.titulo AS `TextosDescripcion__titulo`, TextosDescripcion.id AS `TextosDescripcion__id`, TextosDescripcion.index_posicion AS `TextosDescripcion__index_posicion`, TextosDescripcion.slug AS `TextosDescripcion__slug` FROM textos_descripcion TextosDescripcion WHERE (TextosDescripcion.published = :c0 AND TextosDescripcion.id > :c1) ORDER BY index_posicion ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [[maximum depth reached]],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\TextosDescripcionTable) {}
}
]
$actividad = null
$programas = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Programas.titulo AS `Programas__titulo`, Programas.id AS `Programas__id`, Programas.slug AS `Programas__slug` FROM programas Programas WHERE Programas.activo = :c0 ORDER BY titulo ASC',
'params' => [
':c0' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Programas__id' => 'integer',
'Programas.id' => 'integer',
'id' => 'integer',
'Programas__titulo' => 'string',
'Programas.titulo' => 'string',
'titulo' => 'string',
'Programas__descripcion' => 'text',
'Programas.descripcion' => 'text',
'descripcion' => 'text',
'Programas__url_imagen' => 'string',
'Programas.url_imagen' => 'string',
'url_imagen' => 'string',
'Programas__activo' => 'boolean',
'Programas.activo' => 'boolean',
'activo' => 'boolean',
'Programas__created' => 'datetime',
'Programas.created' => 'datetime',
'created' => 'datetime',
'Programas__modified' => 'datetime',
'Programas.modified' => 'datetime',
'modified' => 'datetime',
'Programas__url_imagen_banner' => 'string',
'Programas.url_imagen_banner' => 'string',
'url_imagen_banner' => 'string',
'Programas__duracion' => 'text',
'Programas.duracion' => 'text',
'duracion' => 'text',
'Programas__tipo' => 'text',
'Programas.tipo' => 'text',
'tipo' => 'text',
'Programas__posicionamiento' => 'text',
'Programas.posicionamiento' => 'text',
'posicionamiento' => 'text',
'Programas__financiamiento' => 'text',
'Programas.financiamiento' => 'text',
'financiamiento' => 'text',
'Programas__published' => 'boolean',
'Programas.published' => 'boolean',
'published' => 'boolean',
'Programas__slug' => 'string',
'Programas.slug' => 'string',
'slug' => 'string'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\ProgramasTable) {}
}
$textosBorder = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT TextosDescripcion.titulo AS `TextosDescripcion__titulo`, TextosDescripcion.id AS `TextosDescripcion__id`, TextosDescripcion.index_posicion AS `TextosDescripcion__index_posicion`, TextosDescripcion.slug AS `TextosDescripcion__slug` FROM textos_descripcion TextosDescripcion WHERE (TextosDescripcion.published = :c0 AND TextosDescripcion.id > :c1) ORDER BY index_posicion ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'TextosDescripcion__id' => 'integer',
'TextosDescripcion.id' => 'integer',
'id' => 'integer',
'TextosDescripcion__titulo' => 'string',
'TextosDescripcion.titulo' => 'string',
'titulo' => 'string',
'TextosDescripcion__header' => 'text',
'TextosDescripcion.header' => 'text',
'header' => 'text',
'TextosDescripcion__slug' => 'string',
'TextosDescripcion.slug' => 'string',
'slug' => 'string',
'TextosDescripcion__texto' => 'text',
'TextosDescripcion.texto' => 'text',
'texto' => 'text',
'TextosDescripcion__index_posicion' => 'integer',
'TextosDescripcion.index_posicion' => 'integer',
'index_posicion' => 'integer',
'TextosDescripcion__published' => 'boolean',
'TextosDescripcion.published' => 'boolean',
'published' => 'boolean',
'TextosDescripcion__created' => 'datetime',
'TextosDescripcion.created' => 'datetime',
'created' => 'datetime',
'TextosDescripcion__modified' => 'datetime',
'TextosDescripcion.modified' => 'datetime',
'modified' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\TextosDescripcionTable) {}
}
$cakeDescription = 'Bunker'
$arrayTipos = [
(int) 0 => 'Exposición individual',
(int) 1 => 'Exposición colectiva',
(int) 2 => 'Exposición de investigación',
(int) 3 => 'Intervención',
(int) 4 => 'Residencia',
(int) 5 => 'Seminario',
(int) 6 => 'Conferencia',
(int) 7 => 'Mesa redonda',
(int) 8 => 'Encuentro',
(int) 9 => 'Presentación',
(int) 10 => 'Taller',
(int) 11 => 'Laboratorio',
(int) 12 => 'Curso'
] include - APP/Template/Bunker/exposicion.ctp, line 186
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419
Cake\View\View::_render() - CORE/src/View/View.php, line 1380
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 120
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 170
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 |