Notice (8): Trying to get property 'name' of non-object [APP/Template/Servicios/view.ctp, line 2]Code Context<?php
$title = $servicio->name;
$this->assign('title', $title);
$viewFile = '/home/fraustro/public_html/src/Template/Servicios/view.ctp'
$dataForView = [
'servicio' => null,
'serviciosList' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Servicios.name AS `Servicios__name`, Servicios.slug AS `Servicios__slug`, Servicios.sequence AS `Servicios__sequence` FROM servicios Servicios ORDER BY Servicios.sequence 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\ServiciosTable) {}
},
'current_user' => null
]
$servicio = null
$serviciosList = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Servicios.name AS `Servicios__name`, Servicios.slug AS `Servicios__slug`, Servicios.sequence AS `Servicios__sequence` FROM servicios Servicios ORDER BY Servicios.sequence ASC',
'params' => [],
'defaultTypes' => [
'Servicios__id' => 'integer',
'Servicios.id' => 'integer',
'id' => 'integer',
'Servicios__name' => 'string',
'Servicios.name' => 'string',
'name' => 'string',
'Servicios__slug' => 'string',
'Servicios.slug' => 'string',
'slug' => 'string',
'Servicios__short' => 'string',
'Servicios.short' => 'string',
'short' => 'string',
'Servicios__description' => 'string',
'Servicios.description' => 'string',
'description' => 'string',
'Servicios__photo' => 'proffer.file',
'Servicios.photo' => 'proffer.file',
'photo' => 'proffer.file',
'Servicios__photo_dir' => 'string',
'Servicios.photo_dir' => 'string',
'photo_dir' => 'string',
'Servicios__sequence' => 'smallinteger',
'Servicios.sequence' => 'smallinteger',
'sequence' => 'smallinteger'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\ServiciosTable) {}
}
$current_user = null
include - APP/Template/Servicios/view.ctp, line 2
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
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 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
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
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
Notice (8): Trying to get property 'short' of non-object [APP/Template/Servicios/view.ctp, line 8]Code Context echo $this->Html->meta('keywords',$title,['block' => true]);
echo $this->Html->meta('description',$servicio->short,['property' => 'og:description','block' => true]);
echo $this->Html->meta('og:image','http://www.fraustro-design.com/files/servicios/photo/' . $servicio->photo_dir . '/header_' . $servicio->photo,['property' => 'og:image','block' => true]);
$viewFile = '/home/fraustro/public_html/src/Template/Servicios/view.ctp'
$dataForView = [
'servicio' => null,
'serviciosList' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Servicios.name AS `Servicios__name`, Servicios.slug AS `Servicios__slug`, Servicios.sequence AS `Servicios__sequence` FROM servicios Servicios ORDER BY Servicios.sequence 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\ServiciosTable) {}
},
'current_user' => null
]
$servicio = null
$serviciosList = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Servicios.name AS `Servicios__name`, Servicios.slug AS `Servicios__slug`, Servicios.sequence AS `Servicios__sequence` FROM servicios Servicios ORDER BY Servicios.sequence ASC',
'params' => [],
'defaultTypes' => [
'Servicios__id' => 'integer',
'Servicios.id' => 'integer',
'id' => 'integer',
'Servicios__name' => 'string',
'Servicios.name' => 'string',
'name' => 'string',
'Servicios__slug' => 'string',
'Servicios.slug' => 'string',
'slug' => 'string',
'Servicios__short' => 'string',
'Servicios.short' => 'string',
'short' => 'string',
'Servicios__description' => 'string',
'Servicios.description' => 'string',
'description' => 'string',
'Servicios__photo' => 'proffer.file',
'Servicios.photo' => 'proffer.file',
'photo' => 'proffer.file',
'Servicios__photo_dir' => 'string',
'Servicios.photo_dir' => 'string',
'photo_dir' => 'string',
'Servicios__sequence' => 'smallinteger',
'Servicios.sequence' => 'smallinteger',
'sequence' => 'smallinteger'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\ServiciosTable) {}
}
$current_user = null
$title = null
include - APP/Template/Servicios/view.ctp, line 8
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
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 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
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
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
Notice (8): Trying to get property 'photo_dir' of non-object [APP/Template/Servicios/view.ctp, line 9]Code Context echo $this->Html->meta('description',$servicio->short,['property' => 'og:description','block' => true]);
echo $this->Html->meta('og:image','http://www.fraustro-design.com/files/servicios/photo/' . $servicio->photo_dir . '/header_' . $servicio->photo,['property' => 'og:image','block' => true]);
?>
$viewFile = '/home/fraustro/public_html/src/Template/Servicios/view.ctp'
$dataForView = [
'servicio' => null,
'serviciosList' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Servicios.name AS `Servicios__name`, Servicios.slug AS `Servicios__slug`, Servicios.sequence AS `Servicios__sequence` FROM servicios Servicios ORDER BY Servicios.sequence 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\ServiciosTable) {}
},
'current_user' => null
]
$servicio = null
$serviciosList = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Servicios.name AS `Servicios__name`, Servicios.slug AS `Servicios__slug`, Servicios.sequence AS `Servicios__sequence` FROM servicios Servicios ORDER BY Servicios.sequence ASC',
'params' => [],
'defaultTypes' => [
'Servicios__id' => 'integer',
'Servicios.id' => 'integer',
'id' => 'integer',
'Servicios__name' => 'string',
'Servicios.name' => 'string',
'name' => 'string',
'Servicios__slug' => 'string',
'Servicios.slug' => 'string',
'slug' => 'string',
'Servicios__short' => 'string',
'Servicios.short' => 'string',
'short' => 'string',
'Servicios__description' => 'string',
'Servicios.description' => 'string',
'description' => 'string',
'Servicios__photo' => 'proffer.file',
'Servicios.photo' => 'proffer.file',
'photo' => 'proffer.file',
'Servicios__photo_dir' => 'string',
'Servicios.photo_dir' => 'string',
'photo_dir' => 'string',
'Servicios__sequence' => 'smallinteger',
'Servicios.sequence' => 'smallinteger',
'sequence' => 'smallinteger'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\ServiciosTable) {}
}
$current_user = null
$title = null
include - APP/Template/Servicios/view.ctp, line 9
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
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 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
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
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
Notice (8): Trying to get property 'photo' of non-object [APP/Template/Servicios/view.ctp, line 9]Code Context echo $this->Html->meta('description',$servicio->short,['property' => 'og:description','block' => true]);
echo $this->Html->meta('og:image','http://www.fraustro-design.com/files/servicios/photo/' . $servicio->photo_dir . '/header_' . $servicio->photo,['property' => 'og:image','block' => true]);
?>
$viewFile = '/home/fraustro/public_html/src/Template/Servicios/view.ctp'
$dataForView = [
'servicio' => null,
'serviciosList' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Servicios.name AS `Servicios__name`, Servicios.slug AS `Servicios__slug`, Servicios.sequence AS `Servicios__sequence` FROM servicios Servicios ORDER BY Servicios.sequence 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\ServiciosTable) {}
},
'current_user' => null
]
$servicio = null
$serviciosList = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Servicios.name AS `Servicios__name`, Servicios.slug AS `Servicios__slug`, Servicios.sequence AS `Servicios__sequence` FROM servicios Servicios ORDER BY Servicios.sequence ASC',
'params' => [],
'defaultTypes' => [
'Servicios__id' => 'integer',
'Servicios.id' => 'integer',
'id' => 'integer',
'Servicios__name' => 'string',
'Servicios.name' => 'string',
'name' => 'string',
'Servicios__slug' => 'string',
'Servicios.slug' => 'string',
'slug' => 'string',
'Servicios__short' => 'string',
'Servicios.short' => 'string',
'short' => 'string',
'Servicios__description' => 'string',
'Servicios.description' => 'string',
'description' => 'string',
'Servicios__photo' => 'proffer.file',
'Servicios.photo' => 'proffer.file',
'photo' => 'proffer.file',
'Servicios__photo_dir' => 'string',
'Servicios.photo_dir' => 'string',
'photo_dir' => 'string',
'Servicios__sequence' => 'smallinteger',
'Servicios.sequence' => 'smallinteger',
'sequence' => 'smallinteger'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\ServiciosTable) {}
}
$current_user = null
$title = null
include - APP/Template/Servicios/view.ctp, line 9
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
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 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
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
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
Notice (8): Trying to get property 'photo_dir' of non-object [APP/Template/Servicios/view.ctp, line 12]Code Context<div class="col-10-12 push-1-12" style="margin-bottom:30px;">
<?= $this->Html->image('/files/servicios/photo/' . $servicio->photo_dir . '/header_' . $servicio->photo,['class' => 'rounded','style' => 'width:100%;display:block;','alt' => $servicio->name]) ?>
</div>
$viewFile = '/home/fraustro/public_html/src/Template/Servicios/view.ctp'
$dataForView = [
'servicio' => null,
'serviciosList' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Servicios.name AS `Servicios__name`, Servicios.slug AS `Servicios__slug`, Servicios.sequence AS `Servicios__sequence` FROM servicios Servicios ORDER BY Servicios.sequence 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\ServiciosTable) {}
},
'current_user' => null
]
$servicio = null
$serviciosList = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Servicios.name AS `Servicios__name`, Servicios.slug AS `Servicios__slug`, Servicios.sequence AS `Servicios__sequence` FROM servicios Servicios ORDER BY Servicios.sequence ASC',
'params' => [],
'defaultTypes' => [
'Servicios__id' => 'integer',
'Servicios.id' => 'integer',
'id' => 'integer',
'Servicios__name' => 'string',
'Servicios.name' => 'string',
'name' => 'string',
'Servicios__slug' => 'string',
'Servicios.slug' => 'string',
'slug' => 'string',
'Servicios__short' => 'string',
'Servicios.short' => 'string',
'short' => 'string',
'Servicios__description' => 'string',
'Servicios.description' => 'string',
'description' => 'string',
'Servicios__photo' => 'proffer.file',
'Servicios.photo' => 'proffer.file',
'photo' => 'proffer.file',
'Servicios__photo_dir' => 'string',
'Servicios.photo_dir' => 'string',
'photo_dir' => 'string',
'Servicios__sequence' => 'smallinteger',
'Servicios.sequence' => 'smallinteger',
'sequence' => 'smallinteger'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\ServiciosTable) {}
}
$current_user = null
$title = null
include - APP/Template/Servicios/view.ctp, line 12
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
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 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
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
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
Notice (8): Trying to get property 'photo' of non-object [APP/Template/Servicios/view.ctp, line 12]Code Context<div class="col-10-12 push-1-12" style="margin-bottom:30px;">
<?= $this->Html->image('/files/servicios/photo/' . $servicio->photo_dir . '/header_' . $servicio->photo,['class' => 'rounded','style' => 'width:100%;display:block;','alt' => $servicio->name]) ?>
</div>
$viewFile = '/home/fraustro/public_html/src/Template/Servicios/view.ctp'
$dataForView = [
'servicio' => null,
'serviciosList' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Servicios.name AS `Servicios__name`, Servicios.slug AS `Servicios__slug`, Servicios.sequence AS `Servicios__sequence` FROM servicios Servicios ORDER BY Servicios.sequence 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\ServiciosTable) {}
},
'current_user' => null
]
$servicio = null
$serviciosList = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Servicios.name AS `Servicios__name`, Servicios.slug AS `Servicios__slug`, Servicios.sequence AS `Servicios__sequence` FROM servicios Servicios ORDER BY Servicios.sequence ASC',
'params' => [],
'defaultTypes' => [
'Servicios__id' => 'integer',
'Servicios.id' => 'integer',
'id' => 'integer',
'Servicios__name' => 'string',
'Servicios.name' => 'string',
'name' => 'string',
'Servicios__slug' => 'string',
'Servicios.slug' => 'string',
'slug' => 'string',
'Servicios__short' => 'string',
'Servicios.short' => 'string',
'short' => 'string',
'Servicios__description' => 'string',
'Servicios.description' => 'string',
'description' => 'string',
'Servicios__photo' => 'proffer.file',
'Servicios.photo' => 'proffer.file',
'photo' => 'proffer.file',
'Servicios__photo_dir' => 'string',
'Servicios.photo_dir' => 'string',
'photo_dir' => 'string',
'Servicios__sequence' => 'smallinteger',
'Servicios.sequence' => 'smallinteger',
'sequence' => 'smallinteger'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\ServiciosTable) {}
}
$current_user = null
$title = null
include - APP/Template/Servicios/view.ctp, line 12
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
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 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
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
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
Notice (8): Trying to get property 'name' of non-object [APP/Template/Servicios/view.ctp, line 12]Code Context<div class="col-10-12 push-1-12" style="margin-bottom:30px;">
<?= $this->Html->image('/files/servicios/photo/' . $servicio->photo_dir . '/header_' . $servicio->photo,['class' => 'rounded','style' => 'width:100%;display:block;','alt' => $servicio->name]) ?>
</div>
$viewFile = '/home/fraustro/public_html/src/Template/Servicios/view.ctp'
$dataForView = [
'servicio' => null,
'serviciosList' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Servicios.name AS `Servicios__name`, Servicios.slug AS `Servicios__slug`, Servicios.sequence AS `Servicios__sequence` FROM servicios Servicios ORDER BY Servicios.sequence 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\ServiciosTable) {}
},
'current_user' => null
]
$servicio = null
$serviciosList = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Servicios.name AS `Servicios__name`, Servicios.slug AS `Servicios__slug`, Servicios.sequence AS `Servicios__sequence` FROM servicios Servicios ORDER BY Servicios.sequence ASC',
'params' => [],
'defaultTypes' => [
'Servicios__id' => 'integer',
'Servicios.id' => 'integer',
'id' => 'integer',
'Servicios__name' => 'string',
'Servicios.name' => 'string',
'name' => 'string',
'Servicios__slug' => 'string',
'Servicios.slug' => 'string',
'slug' => 'string',
'Servicios__short' => 'string',
'Servicios.short' => 'string',
'short' => 'string',
'Servicios__description' => 'string',
'Servicios.description' => 'string',
'description' => 'string',
'Servicios__photo' => 'proffer.file',
'Servicios.photo' => 'proffer.file',
'photo' => 'proffer.file',
'Servicios__photo_dir' => 'string',
'Servicios.photo_dir' => 'string',
'photo_dir' => 'string',
'Servicios__sequence' => 'smallinteger',
'Servicios.sequence' => 'smallinteger',
'sequence' => 'smallinteger'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\ServiciosTable) {}
}
$current_user = null
$title = null
include - APP/Template/Servicios/view.ctp, line 12
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
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 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
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
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97

Notice (8): Trying to get property 'short' of non-object [APP/Template/Servicios/view.ctp, line 16]Code Context <div class="block">
<h4><?= $servicio->short ?></h4>
<div><?= $servicio->description ?></div>
$viewFile = '/home/fraustro/public_html/src/Template/Servicios/view.ctp'
$dataForView = [
'servicio' => null,
'serviciosList' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Servicios.name AS `Servicios__name`, Servicios.slug AS `Servicios__slug`, Servicios.sequence AS `Servicios__sequence` FROM servicios Servicios ORDER BY Servicios.sequence 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\ServiciosTable) {}
},
'current_user' => null
]
$servicio = null
$serviciosList = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Servicios.name AS `Servicios__name`, Servicios.slug AS `Servicios__slug`, Servicios.sequence AS `Servicios__sequence` FROM servicios Servicios ORDER BY Servicios.sequence ASC',
'params' => [],
'defaultTypes' => [
'Servicios__id' => 'integer',
'Servicios.id' => 'integer',
'id' => 'integer',
'Servicios__name' => 'string',
'Servicios.name' => 'string',
'name' => 'string',
'Servicios__slug' => 'string',
'Servicios.slug' => 'string',
'slug' => 'string',
'Servicios__short' => 'string',
'Servicios.short' => 'string',
'short' => 'string',
'Servicios__description' => 'string',
'Servicios.description' => 'string',
'description' => 'string',
'Servicios__photo' => 'proffer.file',
'Servicios.photo' => 'proffer.file',
'photo' => 'proffer.file',
'Servicios__photo_dir' => 'string',
'Servicios.photo_dir' => 'string',
'photo_dir' => 'string',
'Servicios__sequence' => 'smallinteger',
'Servicios.sequence' => 'smallinteger',
'sequence' => 'smallinteger'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\ServiciosTable) {}
}
$current_user = null
$title = null
include - APP/Template/Servicios/view.ctp, line 16
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
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 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
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
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
Notice (8): Trying to get property 'description' of non-object [APP/Template/Servicios/view.ctp, line 17]Code Context <h4><?= $servicio->short ?></h4>
<div><?= $servicio->description ?></div>
<?php if($current_user['role'] == 'admin') : ?>
$viewFile = '/home/fraustro/public_html/src/Template/Servicios/view.ctp'
$dataForView = [
'servicio' => null,
'serviciosList' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Servicios.name AS `Servicios__name`, Servicios.slug AS `Servicios__slug`, Servicios.sequence AS `Servicios__sequence` FROM servicios Servicios ORDER BY Servicios.sequence 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\ServiciosTable) {}
},
'current_user' => null
]
$servicio = null
$serviciosList = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Servicios.name AS `Servicios__name`, Servicios.slug AS `Servicios__slug`, Servicios.sequence AS `Servicios__sequence` FROM servicios Servicios ORDER BY Servicios.sequence ASC',
'params' => [],
'defaultTypes' => [
'Servicios__id' => 'integer',
'Servicios.id' => 'integer',
'id' => 'integer',
'Servicios__name' => 'string',
'Servicios.name' => 'string',
'name' => 'string',
'Servicios__slug' => 'string',
'Servicios.slug' => 'string',
'slug' => 'string',
'Servicios__short' => 'string',
'Servicios.short' => 'string',
'short' => 'string',
'Servicios__description' => 'string',
'Servicios.description' => 'string',
'description' => 'string',
'Servicios__photo' => 'proffer.file',
'Servicios.photo' => 'proffer.file',
'photo' => 'proffer.file',
'Servicios__photo_dir' => 'string',
'Servicios.photo_dir' => 'string',
'photo_dir' => 'string',
'Servicios__sequence' => 'smallinteger',
'Servicios.sequence' => 'smallinteger',
'sequence' => 'smallinteger'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\ServiciosTable) {}
}
$current_user = null
$title = null
include - APP/Template/Servicios/view.ctp, line 17
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
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 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
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
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97