SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'sessao' cannot be null
Error: An Internal Error Has Occurred.
Stack Trace
- CORE/Cake/Model/Datasource/DboSource.php line 461 → PDOStatement->execute(array)
try {
$query = $this->_connection->prepare($sql, $prepareOptions);
$query->setFetchMode(PDO::FETCH_LAZY);
if (!$query->execute($params)) {
$this->_results = $query;
array()
- CORE/Cake/Model/Datasource/DboSource.php line 427 → DboSource->_execute(string, array)
$options += array('log' => $this->fullDebug);
$t = microtime(true);
$this->_result = $this->_execute($sql, $params);
'INSERT INTO `nbcarquitetura_01`.`as_paginas` (`sessao`, `pagina`, `plataforma`, `ip`, `created`, `id`) VALUES (NULL, '/historico/curriculum-vitor', 'desktop', '35.173.48.18', '2024-10-08 14:48:35', '67057073-8fa0-4ab2-a97a-4bda0a9e0002')' array()
- CORE/Cake/Model/Datasource/DboSource.php line 1019 → DboSource->execute(string)
'values' => implode(', ', $valueInsert)
);
if ($this->execute($this->renderStatement('create', $query))) {
if (empty($id)) {
'INSERT INTO `nbcarquitetura_01`.`as_paginas` (`sessao`, `pagina`, `plataforma`, `ip`, `created`, `id`) VALUES (NULL, '/historico/curriculum-vitor', 'desktop', '35.173.48.18', '2024-10-08 14:48:35', '67057073-8fa0-4ab2-a97a-4bda0a9e0002')'
- CORE/Cake/Model/Model.php line 1933 → DboSource->create(AcessoSite, array, array)
}
}
if (!$db->create($this, $fields, $values)) {
$success = false;
object(AcessoSite) { useTable => 'paginas' virtualFields => array( 'cdate' => 'DATE_FORMAT(AcessoSite.created,'%d/%m/%Y %H:%i')' ) tablePrefix => 'as_' useDbConfig => 'default' id => false data => array( 'AcessoSite' => array( 'sessao' => null, 'pagina' => '/historico/curriculum-vitor', 'plataforma' => 'desktop', 'ip' => '35.173.48.18', 'created' => '2024-10-08 14:48:35' ) ) schemaName => 'nbcarquitetura_01' table => 'paginas' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null plugin => 'AcessoSite' name => 'AcessoSite' alias => 'AcessoSite' tableToModel => array( 'paginas' => 'AcessoSite' ) cacheQueries => false belongsTo => array() hasOne => array() hasMany => array() hasAndBelongsToMany => array() actsAs => null Behaviors => object(BehaviorCollection) { modelName => 'AcessoSite' defaultPriority => (int) 10 [protected] _methods => array([maximum depth reached]) [protected] _mappedMethods => array([maximum depth reached]) [protected] _enabled => array([maximum depth reached]) [protected] _loaded => array([maximum depth reached]) } whitelist => array() cacheSources => true findQueryType => null recursive => (int) 1 order => null __backAssociation => array() __backInnerAssociation => array() __backOriginalAssociation => array() __backContainableAssociation => array() __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( 'all' => true, 'first' => true, 'count' => true, 'neighbors' => true, 'list' => true, 'threaded' => true ) [protected] _schema => array( 'id' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 36, 'key' => 'primary', 'collate' => 'utf8_general_ci', 'charset' => 'utf8' ), 'sessao' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 32, 'collate' => 'utf8_general_ci', 'charset' => 'utf8' ), 'pagina' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 188, 'collate' => 'utf8_general_ci', 'charset' => 'utf8' ), 'plataforma' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 8, 'collate' => 'utf8_general_ci', 'charset' => 'utf8' ), 'ip' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 15, 'collate' => 'utf8_general_ci', 'charset' => 'utf8' ), 'created' => array( 'type' => 'datetime', 'null' => true, 'default' => null, 'length' => null ) ) [protected] _associationKeys => array( 'belongsTo' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'counterCache' ), 'hasOne' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'dependent' ), 'hasMany' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'limit', (int) 6 => 'offset', (int) 7 => 'dependent', (int) 8 => 'exclusive', (int) 9 => 'finderQuery', (int) 10 => 'counterQuery' ), 'hasAndBelongsToMany' => array( (int) 0 => 'className', (int) 1 => 'joinTable', (int) 2 => 'with', (int) 3 => 'foreignKey', (int) 4 => 'associationForeignKey', (int) 5 => 'conditions', (int) 6 => 'fields', (int) 7 => 'order', (int) 8 => 'limit', (int) 9 => 'offset', (int) 10 => 'unique', (int) 11 => 'finderQuery' ) ) [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] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } [protected] _validator => object(ModelValidator) { [protected] _fields => array([maximum depth reached]) [protected] _model => object(AcessoSite) {} [protected] _validate => array([maximum depth reached]) [protected] _methods => array( [maximum depth reached] ) [protected] _modelMethods => array( [maximum depth reached] ) [protected] _behaviors => array([maximum depth reached]) } } array( (int) 0 => 'sessao', (int) 1 => 'pagina', (int) 2 => 'plataforma', (int) 3 => 'ip', (int) 4 => 'created', (int) 5 => 'id' ) array( (int) 0 => null, (int) 1 => '/historico/curriculum-vitor', (int) 2 => 'desktop', (int) 3 => '35.173.48.18', (int) 4 => '2024-10-08 14:48:35', (int) 5 => '67057073-8fa0-4ab2-a97a-4bda0a9e0002' )
- CORE/Cake/Model/Model.php line 1751 → Model->_doSave(array, array)
$db = $this->getDataSource();
$transactionBegun = $db->begin();
try {
$success = $this->_doSave($data, $options);
if ($transactionBegun) {
array( 'AcessoSite' => array( 'id' => '', 'sessao' => null, 'pagina' => '/historico/curriculum-vitor', 'plataforma' => 'desktop', 'ip' => '35.173.48.18' ) ) array( 'validate' => true, 'fieldList' => array(), 'callbacks' => true, 'counterCache' => true, 'atomic' => true )
- APP/Controller/AppController.php line 79 → Model->save(array)
'plataforma' => $this->Help->save_platform(),
'ip' => $this->Help->get_ip(),
);
$this->AcessoSite->save($save_page);
}
array( 'AcessoSite' => array( 'id' => '', 'sessao' => null, 'pagina' => '/historico/curriculum-vitor', 'plataforma' => 'desktop', 'ip' => '35.173.48.18' ) )
- APP/Controller/AppController.php line 58 → AppController->acesso_paginas()
}
public function afterFilter() {
$this->acesso_paginas();
- [internal function] → AppController->afterFilter(CakeEvent)
object(CakeEvent) { data => null result => null [protected] _name => 'Controller.shutdown' [protected] _subject => object(PaginasController) { paginate => array( [maximum depth reached] ) uses => array( [maximum depth reached] ) components => array( [maximum depth reached] ) helpers => array( [maximum depth reached] ) name => 'Paginas' request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Paginas' layoutPath => null viewVars => array( [maximum depth reached] ) view => 'view' layout => 'default' autoRender => false autoLayout => true Components => object(ComponentCollection) {} viewClass => 'View' View => object(View) {} ext => '.ctp' plugin => 'Paginas' cacheAction => false passedArgs => array([maximum depth reached]) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'Pagina' modelKey => 'pagina' validationErrors => null Locker => object(LockerComponent) {} Seo => object(SeoComponent) {} Session => object(SessionComponent) {} Cookie => object(CookieComponent) {} Help => object(HelpComponent) {} Pagina => object(Pagina) {} CategoriaProjeto => object(CategoriaProjeto) {} Premio => object(Premio) {} Numero => object(Numero) {} AcessoSite => object(AcessoSite) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} } [protected] _stopped => false }
- CORE/Cake/Event/CakeEventManager.php line 243 → call_user_func(array, CakeEvent)
if ($listener['passParams'] === true) {
$result = call_user_func_array($listener['callable'], $event->data);
} else {
$result = call_user_func($listener['callable'], $event);
}
array( (int) 0 => object(PaginasController) { paginate => array( 'limit' => (int) 18, 'order' => array( [maximum depth reached] ) ) uses => array( (int) 0 => 'Paginas.Pagina', (int) 1 => 'AcessoSite.AcessoSite', (int) 2 => 'Projetos.CategoriaProjeto', (int) 3 => 'Premios.Premio', (int) 4 => 'Numero.Numero' ) components => array( (int) 0 => 'Painel.Locker', (int) 1 => 'Seo.Seo', (int) 2 => 'Session', (int) 3 => 'Cookie', (int) 4 => 'Help' ) helpers => array( (int) 0 => 'Media.Crop', (int) 1 => 'Media.Resize', (int) 2 => 'Media.Fill', (int) 3 => 'Less.Less', (int) 4 => 'Session', (int) 5 => 'Painel.Locker', (int) 6 => 'Seo.Seo' ) name => 'Paginas' request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Paginas' layoutPath => null viewVars => array( 'outras' => array( [maximum depth reached] ), 'post' => array([maximum depth reached]), 'og_title' => null, 'title_for_layout' => ' - NBC Arquitetura', 'numeros' => array( [maximum depth reached] ), 'mm_premios' => array( [maximum depth reached] ), 'mm_projetos' => array( [maximum depth reached] ), 'paginas' => array( [maximum depth reached] ), 'canonical' => 'https://nbcarquitetura.com.br/historico/curriculum-vitor' ) view => 'view' layout => 'default' autoRender => false autoLayout => true Components => object(ComponentCollection) {} viewClass => 'View' View => object(View) {} ext => '.ctp' plugin => 'Paginas' cacheAction => false passedArgs => array() scaffold => false methods => array( (int) 0 => 'view', (int) 1 => 'admin_index', (int) 2 => 'admin_add', (int) 3 => 'admin_edit', (int) 4 => 'admin_delete', (int) 5 => 'admin_order', (int) 8 => 'acesso_paginas' ) modelClass => 'Pagina' modelKey => 'pagina' validationErrors => null Locker => object(LockerComponent) {} Seo => object(SeoComponent) {} Session => object(SessionComponent) {} Cookie => object(CookieComponent) {} Help => object(HelpComponent) {} Pagina => object(Pagina) {} CategoriaProjeto => object(CategoriaProjeto) {} Premio => object(Premio) {} Numero => object(Numero) {} AcessoSite => object(AcessoSite) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} }, (int) 1 => 'afterFilter' ) object(CakeEvent) { data => null result => null [protected] _name => 'Controller.shutdown' [protected] _subject => object(PaginasController) { paginate => array( [maximum depth reached] ) uses => array( [maximum depth reached] ) components => array( [maximum depth reached] ) helpers => array( [maximum depth reached] ) name => 'Paginas' request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Paginas' layoutPath => null viewVars => array( [maximum depth reached] ) view => 'view' layout => 'default' autoRender => false autoLayout => true Components => object(ComponentCollection) {} viewClass => 'View' View => object(View) {} ext => '.ctp' plugin => 'Paginas' cacheAction => false passedArgs => array([maximum depth reached]) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'Pagina' modelKey => 'pagina' validationErrors => null Locker => object(LockerComponent) {} Seo => object(SeoComponent) {} Session => object(SessionComponent) {} Cookie => object(CookieComponent) {} Help => object(HelpComponent) {} Pagina => object(Pagina) {} CategoriaProjeto => object(CategoriaProjeto) {} Premio => object(Premio) {} Numero => object(Numero) {} AcessoSite => object(AcessoSite) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} } [protected] _stopped => false }
- CORE/Cake/Controller/Controller.php line 692 → CakeEventManager->dispatch(CakeEvent)
* @triggers Controller.shutdown $this
*/
public function shutdownProcess() {
$this->getEventManager()->dispatch(new CakeEvent('Controller.shutdown', $this));
}
object(CakeEvent) { data => null result => null [protected] _name => 'Controller.shutdown' [protected] _subject => object(PaginasController) { paginate => array( [maximum depth reached] ) uses => array( [maximum depth reached] ) components => array( [maximum depth reached] ) helpers => array( [maximum depth reached] ) name => 'Paginas' request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Paginas' layoutPath => null viewVars => array( [maximum depth reached] ) view => 'view' layout => 'default' autoRender => false autoLayout => true Components => object(ComponentCollection) {} viewClass => 'View' View => object(View) {} ext => '.ctp' plugin => 'Paginas' cacheAction => false passedArgs => array([maximum depth reached]) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'Pagina' modelKey => 'pagina' validationErrors => null Locker => object(LockerComponent) {} Seo => object(SeoComponent) {} Session => object(SessionComponent) {} Cookie => object(CookieComponent) {} Help => object(HelpComponent) {} Pagina => object(Pagina) {} CategoriaProjeto => object(CategoriaProjeto) {} Premio => object(Premio) {} Numero => object(Numero) {} AcessoSite => object(AcessoSite) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} } [protected] _stopped => false }
- CORE/Cake/Routing/Dispatcher.php line 204 → Controller->shutdownProcess()
} elseif (!($result instanceof CakeResponse) && $response->body() === null) {
$response->body($result);
}
$controller->shutdownProcess();
- CORE/Cake/Routing/Dispatcher.php line 167 → Dispatcher->_invoke(PaginasController, CakeRequest)
));
}
$response = $this->_invoke($controller, $request);
if (isset($request->params['return'])) {
object(PaginasController) { paginate => array( 'limit' => (int) 18, 'order' => array( 'created' => 'DESC' ) ) uses => array( (int) 0 => 'Paginas.Pagina', (int) 1 => 'AcessoSite.AcessoSite', (int) 2 => 'Projetos.CategoriaProjeto', (int) 3 => 'Premios.Premio', (int) 4 => 'Numero.Numero' ) components => array( (int) 0 => 'Painel.Locker', (int) 1 => 'Seo.Seo', (int) 2 => 'Session', (int) 3 => 'Cookie', (int) 4 => 'Help' ) helpers => array( (int) 0 => 'Media.Crop', (int) 1 => 'Media.Resize', (int) 2 => 'Media.Fill', (int) 3 => 'Less.Less', (int) 4 => 'Session', (int) 5 => 'Painel.Locker', (int) 6 => 'Seo.Seo' ) name => 'Paginas' request => object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'historico/curriculum-vitor' base => '' webroot => '/' here => '/historico/curriculum-vitor' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } response => object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => '<!DOCTYPE html> <html lang="pt-BR"> <head> <meta name="keywords" content="arquitetura"/> <meta name="description" content="NBC Arquitetura"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> - NBC Arquitetura</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link href="https://nbcarquitetura.com.br/historico/curriculum-vitor" rel="canonical"/><link href="https://nbcarquitetura.com.br/img/favicon.png" type="image/x-icon" rel="icon"/><link href="https://nbcarquitetura.com.br/img/favicon.png" type="image/x-icon" rel="shortcut icon"/> <meta property="fb:app_id" content="739121846626747" /> <meta property="og:locale" content="pt_BR"> <meta property="og:site_name" content="nbc"> <meta property="og:url" content="https://nbcarquitetura.com.br/historico/curriculum-vitor" /> <meta property="og:title" content="NBC Arquitetura" /> <meta property="og:description" content="" /> <meta property="og:image" content="https://nbcarquitetura.com.br/img/share200.jpg" /> <meta property="og:image:width" content="200" /> <meta property="og:image:height" content="200" /> <meta property="og:type" content="website" /> <link rel="stylesheet" type="text/css" href="/css/styles.css"/> <link rel="stylesheet" href="/slick/slick.css"> </head> <body><header> <div class="container-fix"> <div class="row"> <div class="three columns logo"> <a href="/"><img src="/img/logo.png" alt="NBC Arquitetura"/></a> </div> <div class="nine columns cright"> <div class="openmenu"> <span></span> <span></span> <span></span> </div> <nav id="bgmenu"> <ul> <li class="li-close"><a href="javascript:void(0)" class="button-close"><img src="/img/close.svg" alt="Fechar"/></a></li><li><a href="/" id="al1">Home</a></li><li><a href="javascript:void(0)" class="atc" id="sm1">Histórico <i class="fas fa-chevron-down ffr"></i></a><ul class="submenu" id="sm_sm1"><li><a href="/historico/sobre-o-escritorio">Sobre o Escritório</a></li><li><a href="/historico/arquiteto-victor-hugo-bertolucci">Arquiteto Victor Hugo Bertolucci</a></li><li><a href="/historico/arquiteto-luiz-alberto-cirico">Arquiteto Luiz Alberto Círico</a></li><li><a href="/historico/arquiteto-nelson-nabih-nastas">Arquiteto Nelson Nabih Nástas </a></li></ul></li><li><a href="javascript:void(0)" class="atc" id="sm2">Projetos <i class="fas fa-chevron-down ffr"></i></a><ul class="submenu" id="sm_sm2"><li><a href="/projetos/mercados">Mercados</a></li><li><a href="/projetos/residenciais">Residenciais</a></li><li><a href="/projetos/corporativos">Corporativos</a></li><li><a href="/projetos/educacionais">Educacionais</a></li><li><a href="/projetos/hotelaria">Hotelaria</a></li><li><a href="/projetos/institucionais">Institucionais</a></li></ul></li><li><a href="javascript:void(0)" class="atc" id="sm3">Prêmios <i class="fas fa-chevron-down ffr"></i></a><ul class="submenu" id="sm_sm3"><li><a href="/premios/edificio-da-reitoria-funioeste">Edifício da Reitoria FUNIOESTE</a></li><li><a href="/premios/logotipo-aeac">Logotipo AEAC</a></li><li><a href="/premios/terminal-rodoviario-internacional-de-itajai">Terminal Rodoviário Internacional de Itajaí</a></li><li><a href="/premios/camara-municipal-de-florianopolis">Câmara Municipal de Florianópolis</a></li><li><a href="/premios/logotipo-unioeste">Logotipo UNIOESTE</a></li><li><a href="/premios/teatro-municipal-de-cascavel">Teatro Municipal de Cascavel </a></li></ul></li><li><a href="/lancamentos" id="al3">Lançamentos</a></li><li><a href="/fale-conosco" id="al6">Contato</a></li> </ul> </nav> </div> </div> </div> </header><div class="container-fix content-i"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073c9e67-trace').style.display = (document.getElementById('cakeErr67057073c9e67-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Pagina [<b>APP/Plugin/Paginas/View/Paginas/view.ctp</b>, line <b>3</b>]<div id="cakeErr67057073c9e67-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073c9e67-code').style.display = (document.getElementById('cakeErr67057073c9e67-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073c9e67-context').style.display = (document.getElementById('cakeErr67057073c9e67-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67057073c9e67-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"container-fix content-i"</span><span style="color: #007700">> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?</span><span style="color: #0000BB">PHP </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if(</span><span style="color: #0000BB">$post</span><span style="color: #007700">[</span><span style="color: #DD0000">'Pagina'</span><span style="color: #007700">][</span><span style="color: #DD0000">'imagem'</span><span style="color: #007700">]){ </span></span></code></span></pre><pre id="cakeErr67057073c9e67-context" class="cake-context" style="display: none;">$viewFile = '/home/clientes/www/www.nbcarquitetura.com.br/public_html/app/Plugin/Paginas/View/Paginas/view.ctp' $dataForView = array( 'outras' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'post' => array(), 'og_title' => null, 'title_for_layout' => ' - NBC Arquitetura', 'numeros' => array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ), 'mm_premios' => array( (int) 0 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 4 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 5 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'mm_projetos' => array( (int) 0 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 1 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 2 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 3 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 4 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 5 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ) ), 'paginas' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'canonical' => 'https://nbcarquitetura.com.br/historico/curriculum-vitor' ) $outras = array( (int) 0 => array( 'Pagina' => array( 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff', 'title' => 'Arquiteto Nelson Nabih Nástas ', 'texto' => '<p><span style="font-size:12px;"><em><strong>In memoriam</strong></em></span></p><p>&quot;A arquitetura, por ser a uni&atilde;o de v&aacute;rias artes e ci&ecirc;ncias, permite que, atrav&eacute;s dela, a civiliza&ccedil;&atilde;o que a realizou possa ser analisada em todo o seu patrim&ocirc;nio cultural: as suas riquezas e mis&eacute;rias, as suas grandezas e problemas. Enfim, &eacute; um livro, ao ar livre, de p&aacute;ginas abertas aos olhos do mundo. &Eacute; s&oacute; querer ler. E construir.&quot;</p>', 'imagem' => 'img/uploads/5f183c5110667.jpg', 'slug' => 'arquiteto-nelson-nabih-nastas', 'created' => '2020-06-16 14:12:33', 'modified' => '2020-08-04 10:54:52', 'order_registro' => '3', 'cdate' => '16/06/2020 14:12', 'mdate' => '04/08/2020 10:54' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Pagina' => array( 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff', 'title' => 'Sobre o Escritório', 'texto' => '<p>A NBC Arquitetura, formada por tr&ecirc;s arquitetos, possui 45 anos de experi&ecirc;ncia em trabalhos de arquitetura e urbanismo. Foi fundada em 1975 e j&aacute; projetou mais de 5 milh&otilde;es de metros quadrados pelo Brasil, com mais de 1.500 projetos entregues. &Eacute; uma empresa com alta solidez e tempo de mercado, conferindo qualidade e experi&ecirc;ncia aos seus projetos.</p><p>Atualmente a sede se encontra no 8&ordm; andar do Edif&iacute;cio Day Sa&uacute;de, em Cascavel-PR.</p>', 'imagem' => '', 'slug' => 'sobre-o-escritorio', 'created' => '2020-06-16 14:08:32', 'modified' => '2020-08-05 08:57:08', 'order_registro' => '0', 'cdate' => '16/06/2020 14:08', 'mdate' => '05/08/2020 08:57' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Pagina' => array( 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524', 'title' => 'Arquiteto Luiz Alberto Círico', 'texto' => '<p><span style="font-size:12px;"><strong>Arquiteto e s&oacute;cio-propriet&aacute;rio NBC Arquitetura</strong></span></p><p>&quot;&Eacute; t&atilde;o f&aacute;cil amar a arquitetura quanto gostar de passear. Na verdade todas as coisas constru&iacute;das pelo homem permitem esse passeio, essa viagem no tempo e no espa&ccedil;o, &eacute; s&oacute; abrir os olhos e come&ccedil;ar a descobrir que existe um mundo maravilhoso, que apresenta um perfil in&eacute;dito por detr&aacute;s da mais simples constru&ccedil;&atilde;o.&quot;</p>', 'imagem' => 'img/uploads/5f401f85a8d59.jpeg', 'slug' => 'arquiteto-luiz-alberto-cirico', 'created' => '2020-06-18 14:20:42', 'modified' => '2020-08-21 16:24:57', 'order_registro' => '2', 'cdate' => '18/06/2020 14:20', 'mdate' => '21/08/2020 16:24' ), 'Video' => array(), 'Galleries' => array() ) ) $post = array() $og_title = null $title_for_layout = ' - NBC Arquitetura' $numeros = array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ) $mm_premios = array( (int) 0 => array( 'Premio' => array( 'title' => 'Edifício da Reitoria FUNIOESTE', 'slug' => 'edificio-da-reitoria-funioeste', 'id' => '5f2ab80f-e0fc-4ace-bbf9-1c29bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Premio' => array( 'title' => 'Logotipo AEAC', 'slug' => 'logotipo-aeac', 'id' => '5f2ab7ce-0f98-4f91-aa2c-1b3cbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Premio' => array( 'title' => 'Terminal Rodoviário Internacional de Itajaí', 'slug' => 'terminal-rodoviario-internacional-de-itajai', 'id' => '5f2ab1b6-5764-4042-a796-0c58bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Premio' => array( 'title' => 'Câmara Municipal de Florianópolis', 'slug' => 'camara-municipal-de-florianopolis', 'id' => '5f2ab170-b770-43bc-bee9-0b61bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 4 => array( 'Premio' => array( 'title' => 'Logotipo UNIOESTE', 'slug' => 'logotipo-unioeste', 'id' => '5f2ab0d2-7f4c-45c5-95ff-09fdbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 5 => array( 'Premio' => array( 'title' => 'Teatro Municipal de Cascavel ', 'slug' => 'teatro-municipal-de-cascavel', 'id' => '5f2aa128-2718-463d-88e6-645abffc3d9f' ), 'Video' => array(), 'Galleries' => array() ) ) $mm_projetos = array( (int) 0 => array( 'CategoriaProjeto' => array( 'title' => 'Mercados', 'slug' => 'mercados' ) ), (int) 1 => array( 'CategoriaProjeto' => array( 'title' => 'Residenciais', 'slug' => 'residenciais' ) ), (int) 2 => array( 'CategoriaProjeto' => array( 'title' => 'Corporativos', 'slug' => 'corporativos' ) ), (int) 3 => array( 'CategoriaProjeto' => array( 'title' => 'Educacionais', 'slug' => 'educacionais' ) ), (int) 4 => array( 'CategoriaProjeto' => array( 'title' => 'Hotelaria', 'slug' => 'hotelaria' ) ), (int) 5 => array( 'CategoriaProjeto' => array( 'title' => 'Institucionais', 'slug' => 'institucionais' ) ) ) $paginas = array( (int) 0 => array( 'Pagina' => array( 'title' => 'Sobre o Escritório', 'slug' => 'sobre-o-escritorio', 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Pagina' => array( 'title' => 'Arquiteto Victor Hugo Bertolucci', 'slug' => 'arquiteto-victor-hugo-bertolucci', 'id' => '5ee8f949-9e24-4abd-bebd-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Pagina' => array( 'title' => 'Arquiteto Luiz Alberto Círico', 'slug' => 'arquiteto-luiz-alberto-cirico', 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Pagina' => array( 'title' => 'Arquiteto Nelson Nabih Nástas ', 'slug' => 'arquiteto-nelson-nabih-nastas', 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ) ) $canonical = 'https://nbcarquitetura.com.br/historico/curriculum-vitor'</pre><pre class="stack-trace">include - APP/Plugin/Paginas/View/Paginas/view.ctp, line 3 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073ca784-trace').style.display = (document.getElementById('cakeErr67057073ca784-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Pagina [<b>APP/Plugin/Paginas/View/Paginas/view.ctp</b>, line <b>9</b>]<div id="cakeErr67057073ca784-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073ca784-code').style.display = (document.getElementById('cakeErr67057073ca784-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073ca784-context').style.display = (document.getElementById('cakeErr67057073ca784-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67057073ca784-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #DD0000">'<h1 class="hti">'</span><span style="color: #007700">.</span><span style="color: #0000BB">$post</span><span style="color: #007700">[</span><span style="color: #DD0000">'Pagina'</span><span style="color: #007700">][</span><span style="color: #DD0000">'title'</span><span style="color: #007700">].</span><span style="color: #DD0000">'</h1>'</span><span style="color: #007700">; </span></span></code></span></pre><pre id="cakeErr67057073ca784-context" class="cake-context" style="display: none;">$viewFile = '/home/clientes/www/www.nbcarquitetura.com.br/public_html/app/Plugin/Paginas/View/Paginas/view.ctp' $dataForView = array( 'outras' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'post' => array(), 'og_title' => null, 'title_for_layout' => ' - NBC Arquitetura', 'numeros' => array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ), 'mm_premios' => array( (int) 0 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 4 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 5 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'mm_projetos' => array( (int) 0 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 1 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 2 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 3 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 4 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 5 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ) ), 'paginas' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'canonical' => 'https://nbcarquitetura.com.br/historico/curriculum-vitor' ) $outras = array( (int) 0 => array( 'Pagina' => array( 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff', 'title' => 'Arquiteto Nelson Nabih Nástas ', 'texto' => '<p><span style="font-size:12px;"><em><strong>In memoriam</strong></em></span></p><p>&quot;A arquitetura, por ser a uni&atilde;o de v&aacute;rias artes e ci&ecirc;ncias, permite que, atrav&eacute;s dela, a civiliza&ccedil;&atilde;o que a realizou possa ser analisada em todo o seu patrim&ocirc;nio cultural: as suas riquezas e mis&eacute;rias, as suas grandezas e problemas. Enfim, &eacute; um livro, ao ar livre, de p&aacute;ginas abertas aos olhos do mundo. &Eacute; s&oacute; querer ler. E construir.&quot;</p>', 'imagem' => 'img/uploads/5f183c5110667.jpg', 'slug' => 'arquiteto-nelson-nabih-nastas', 'created' => '2020-06-16 14:12:33', 'modified' => '2020-08-04 10:54:52', 'order_registro' => '3', 'cdate' => '16/06/2020 14:12', 'mdate' => '04/08/2020 10:54' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Pagina' => array( 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff', 'title' => 'Sobre o Escritório', 'texto' => '<p>A NBC Arquitetura, formada por tr&ecirc;s arquitetos, possui 45 anos de experi&ecirc;ncia em trabalhos de arquitetura e urbanismo. Foi fundada em 1975 e j&aacute; projetou mais de 5 milh&otilde;es de metros quadrados pelo Brasil, com mais de 1.500 projetos entregues. &Eacute; uma empresa com alta solidez e tempo de mercado, conferindo qualidade e experi&ecirc;ncia aos seus projetos.</p><p>Atualmente a sede se encontra no 8&ordm; andar do Edif&iacute;cio Day Sa&uacute;de, em Cascavel-PR.</p>', 'imagem' => '', 'slug' => 'sobre-o-escritorio', 'created' => '2020-06-16 14:08:32', 'modified' => '2020-08-05 08:57:08', 'order_registro' => '0', 'cdate' => '16/06/2020 14:08', 'mdate' => '05/08/2020 08:57' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Pagina' => array( 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524', 'title' => 'Arquiteto Luiz Alberto Círico', 'texto' => '<p><span style="font-size:12px;"><strong>Arquiteto e s&oacute;cio-propriet&aacute;rio NBC Arquitetura</strong></span></p><p>&quot;&Eacute; t&atilde;o f&aacute;cil amar a arquitetura quanto gostar de passear. Na verdade todas as coisas constru&iacute;das pelo homem permitem esse passeio, essa viagem no tempo e no espa&ccedil;o, &eacute; s&oacute; abrir os olhos e come&ccedil;ar a descobrir que existe um mundo maravilhoso, que apresenta um perfil in&eacute;dito por detr&aacute;s da mais simples constru&ccedil;&atilde;o.&quot;</p>', 'imagem' => 'img/uploads/5f401f85a8d59.jpeg', 'slug' => 'arquiteto-luiz-alberto-cirico', 'created' => '2020-06-18 14:20:42', 'modified' => '2020-08-21 16:24:57', 'order_registro' => '2', 'cdate' => '18/06/2020 14:20', 'mdate' => '21/08/2020 16:24' ), 'Video' => array(), 'Galleries' => array() ) ) $post = array() $og_title = null $title_for_layout = ' - NBC Arquitetura' $numeros = array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ) $mm_premios = array( (int) 0 => array( 'Premio' => array( 'title' => 'Edifício da Reitoria FUNIOESTE', 'slug' => 'edificio-da-reitoria-funioeste', 'id' => '5f2ab80f-e0fc-4ace-bbf9-1c29bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Premio' => array( 'title' => 'Logotipo AEAC', 'slug' => 'logotipo-aeac', 'id' => '5f2ab7ce-0f98-4f91-aa2c-1b3cbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Premio' => array( 'title' => 'Terminal Rodoviário Internacional de Itajaí', 'slug' => 'terminal-rodoviario-internacional-de-itajai', 'id' => '5f2ab1b6-5764-4042-a796-0c58bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Premio' => array( 'title' => 'Câmara Municipal de Florianópolis', 'slug' => 'camara-municipal-de-florianopolis', 'id' => '5f2ab170-b770-43bc-bee9-0b61bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 4 => array( 'Premio' => array( 'title' => 'Logotipo UNIOESTE', 'slug' => 'logotipo-unioeste', 'id' => '5f2ab0d2-7f4c-45c5-95ff-09fdbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 5 => array( 'Premio' => array( 'title' => 'Teatro Municipal de Cascavel ', 'slug' => 'teatro-municipal-de-cascavel', 'id' => '5f2aa128-2718-463d-88e6-645abffc3d9f' ), 'Video' => array(), 'Galleries' => array() ) ) $mm_projetos = array( (int) 0 => array( 'CategoriaProjeto' => array( 'title' => 'Mercados', 'slug' => 'mercados' ) ), (int) 1 => array( 'CategoriaProjeto' => array( 'title' => 'Residenciais', 'slug' => 'residenciais' ) ), (int) 2 => array( 'CategoriaProjeto' => array( 'title' => 'Corporativos', 'slug' => 'corporativos' ) ), (int) 3 => array( 'CategoriaProjeto' => array( 'title' => 'Educacionais', 'slug' => 'educacionais' ) ), (int) 4 => array( 'CategoriaProjeto' => array( 'title' => 'Hotelaria', 'slug' => 'hotelaria' ) ), (int) 5 => array( 'CategoriaProjeto' => array( 'title' => 'Institucionais', 'slug' => 'institucionais' ) ) ) $paginas = array( (int) 0 => array( 'Pagina' => array( 'title' => 'Sobre o Escritório', 'slug' => 'sobre-o-escritorio', 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Pagina' => array( 'title' => 'Arquiteto Victor Hugo Bertolucci', 'slug' => 'arquiteto-victor-hugo-bertolucci', 'id' => '5ee8f949-9e24-4abd-bebd-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Pagina' => array( 'title' => 'Arquiteto Luiz Alberto Círico', 'slug' => 'arquiteto-luiz-alberto-cirico', 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Pagina' => array( 'title' => 'Arquiteto Nelson Nabih Nástas ', 'slug' => 'arquiteto-nelson-nabih-nastas', 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ) ) $canonical = 'https://nbcarquitetura.com.br/historico/curriculum-vitor'</pre><pre class="stack-trace">include - APP/Plugin/Paginas/View/Paginas/view.ctp, line 9 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110</pre></div></pre><h1 class="hti"></h1><div class="row texto"><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073caf4d-trace').style.display = (document.getElementById('cakeErr67057073caf4d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Pagina [<b>APP/Plugin/Paginas/View/Paginas/view.ctp</b>, line <b>12</b>]<div id="cakeErr67057073caf4d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073caf4d-code').style.display = (document.getElementById('cakeErr67057073caf4d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073caf4d-context').style.display = (document.getElementById('cakeErr67057073caf4d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67057073caf4d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #DD0000">'<div class="row texto">'</span><span style="color: #007700">; </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$post</span><span style="color: #007700">[</span><span style="color: #DD0000">'Pagina'</span><span style="color: #007700">][</span><span style="color: #DD0000">'texto'</span><span style="color: #007700">]; </span></span></code></span></pre><pre id="cakeErr67057073caf4d-context" class="cake-context" style="display: none;">$viewFile = '/home/clientes/www/www.nbcarquitetura.com.br/public_html/app/Plugin/Paginas/View/Paginas/view.ctp' $dataForView = array( 'outras' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'post' => array(), 'og_title' => null, 'title_for_layout' => ' - NBC Arquitetura', 'numeros' => array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ), 'mm_premios' => array( (int) 0 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 4 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 5 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'mm_projetos' => array( (int) 0 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 1 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 2 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 3 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 4 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 5 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ) ), 'paginas' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'canonical' => 'https://nbcarquitetura.com.br/historico/curriculum-vitor' ) $outras = array( (int) 0 => array( 'Pagina' => array( 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff', 'title' => 'Arquiteto Nelson Nabih Nástas ', 'texto' => '<p><span style="font-size:12px;"><em><strong>In memoriam</strong></em></span></p><p>&quot;A arquitetura, por ser a uni&atilde;o de v&aacute;rias artes e ci&ecirc;ncias, permite que, atrav&eacute;s dela, a civiliza&ccedil;&atilde;o que a realizou possa ser analisada em todo o seu patrim&ocirc;nio cultural: as suas riquezas e mis&eacute;rias, as suas grandezas e problemas. Enfim, &eacute; um livro, ao ar livre, de p&aacute;ginas abertas aos olhos do mundo. &Eacute; s&oacute; querer ler. E construir.&quot;</p>', 'imagem' => 'img/uploads/5f183c5110667.jpg', 'slug' => 'arquiteto-nelson-nabih-nastas', 'created' => '2020-06-16 14:12:33', 'modified' => '2020-08-04 10:54:52', 'order_registro' => '3', 'cdate' => '16/06/2020 14:12', 'mdate' => '04/08/2020 10:54' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Pagina' => array( 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff', 'title' => 'Sobre o Escritório', 'texto' => '<p>A NBC Arquitetura, formada por tr&ecirc;s arquitetos, possui 45 anos de experi&ecirc;ncia em trabalhos de arquitetura e urbanismo. Foi fundada em 1975 e j&aacute; projetou mais de 5 milh&otilde;es de metros quadrados pelo Brasil, com mais de 1.500 projetos entregues. &Eacute; uma empresa com alta solidez e tempo de mercado, conferindo qualidade e experi&ecirc;ncia aos seus projetos.</p><p>Atualmente a sede se encontra no 8&ordm; andar do Edif&iacute;cio Day Sa&uacute;de, em Cascavel-PR.</p>', 'imagem' => '', 'slug' => 'sobre-o-escritorio', 'created' => '2020-06-16 14:08:32', 'modified' => '2020-08-05 08:57:08', 'order_registro' => '0', 'cdate' => '16/06/2020 14:08', 'mdate' => '05/08/2020 08:57' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Pagina' => array( 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524', 'title' => 'Arquiteto Luiz Alberto Círico', 'texto' => '<p><span style="font-size:12px;"><strong>Arquiteto e s&oacute;cio-propriet&aacute;rio NBC Arquitetura</strong></span></p><p>&quot;&Eacute; t&atilde;o f&aacute;cil amar a arquitetura quanto gostar de passear. Na verdade todas as coisas constru&iacute;das pelo homem permitem esse passeio, essa viagem no tempo e no espa&ccedil;o, &eacute; s&oacute; abrir os olhos e come&ccedil;ar a descobrir que existe um mundo maravilhoso, que apresenta um perfil in&eacute;dito por detr&aacute;s da mais simples constru&ccedil;&atilde;o.&quot;</p>', 'imagem' => 'img/uploads/5f401f85a8d59.jpeg', 'slug' => 'arquiteto-luiz-alberto-cirico', 'created' => '2020-06-18 14:20:42', 'modified' => '2020-08-21 16:24:57', 'order_registro' => '2', 'cdate' => '18/06/2020 14:20', 'mdate' => '21/08/2020 16:24' ), 'Video' => array(), 'Galleries' => array() ) ) $post = array() $og_title = null $title_for_layout = ' - NBC Arquitetura' $numeros = array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ) $mm_premios = array( (int) 0 => array( 'Premio' => array( 'title' => 'Edifício da Reitoria FUNIOESTE', 'slug' => 'edificio-da-reitoria-funioeste', 'id' => '5f2ab80f-e0fc-4ace-bbf9-1c29bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Premio' => array( 'title' => 'Logotipo AEAC', 'slug' => 'logotipo-aeac', 'id' => '5f2ab7ce-0f98-4f91-aa2c-1b3cbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Premio' => array( 'title' => 'Terminal Rodoviário Internacional de Itajaí', 'slug' => 'terminal-rodoviario-internacional-de-itajai', 'id' => '5f2ab1b6-5764-4042-a796-0c58bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Premio' => array( 'title' => 'Câmara Municipal de Florianópolis', 'slug' => 'camara-municipal-de-florianopolis', 'id' => '5f2ab170-b770-43bc-bee9-0b61bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 4 => array( 'Premio' => array( 'title' => 'Logotipo UNIOESTE', 'slug' => 'logotipo-unioeste', 'id' => '5f2ab0d2-7f4c-45c5-95ff-09fdbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 5 => array( 'Premio' => array( 'title' => 'Teatro Municipal de Cascavel ', 'slug' => 'teatro-municipal-de-cascavel', 'id' => '5f2aa128-2718-463d-88e6-645abffc3d9f' ), 'Video' => array(), 'Galleries' => array() ) ) $mm_projetos = array( (int) 0 => array( 'CategoriaProjeto' => array( 'title' => 'Mercados', 'slug' => 'mercados' ) ), (int) 1 => array( 'CategoriaProjeto' => array( 'title' => 'Residenciais', 'slug' => 'residenciais' ) ), (int) 2 => array( 'CategoriaProjeto' => array( 'title' => 'Corporativos', 'slug' => 'corporativos' ) ), (int) 3 => array( 'CategoriaProjeto' => array( 'title' => 'Educacionais', 'slug' => 'educacionais' ) ), (int) 4 => array( 'CategoriaProjeto' => array( 'title' => 'Hotelaria', 'slug' => 'hotelaria' ) ), (int) 5 => array( 'CategoriaProjeto' => array( 'title' => 'Institucionais', 'slug' => 'institucionais' ) ) ) $paginas = array( (int) 0 => array( 'Pagina' => array( 'title' => 'Sobre o Escritório', 'slug' => 'sobre-o-escritorio', 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Pagina' => array( 'title' => 'Arquiteto Victor Hugo Bertolucci', 'slug' => 'arquiteto-victor-hugo-bertolucci', 'id' => '5ee8f949-9e24-4abd-bebd-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Pagina' => array( 'title' => 'Arquiteto Luiz Alberto Círico', 'slug' => 'arquiteto-luiz-alberto-cirico', 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Pagina' => array( 'title' => 'Arquiteto Nelson Nabih Nástas ', 'slug' => 'arquiteto-nelson-nabih-nastas', 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ) ) $canonical = 'https://nbcarquitetura.com.br/historico/curriculum-vitor'</pre><pre class="stack-trace">include - APP/Plugin/Paginas/View/Paginas/view.ctp, line 12 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110</pre></div></pre></div><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073cb6b5-trace').style.display = (document.getElementById('cakeErr67057073cb6b5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Galleries [<b>APP/Plugin/Paginas/View/Paginas/view.ctp</b>, line <b>15</b>]<div id="cakeErr67057073cb6b5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073cb6b5-code').style.display = (document.getElementById('cakeErr67057073cb6b5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073cb6b5-context').style.display = (document.getElementById('cakeErr67057073cb6b5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67057073cb6b5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #DD0000">'</div>'</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">count</span><span style="color: #007700">(</span><span style="color: #0000BB">$post</span><span style="color: #007700">[</span><span style="color: #DD0000">'Galleries'</span><span style="color: #007700">]) > </span><span style="color: #0000BB">0</span><span style="color: #007700">) { </span></span></code></span></pre><pre id="cakeErr67057073cb6b5-context" class="cake-context" style="display: none;">$viewFile = '/home/clientes/www/www.nbcarquitetura.com.br/public_html/app/Plugin/Paginas/View/Paginas/view.ctp' $dataForView = array( 'outras' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'post' => array(), 'og_title' => null, 'title_for_layout' => ' - NBC Arquitetura', 'numeros' => array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ), 'mm_premios' => array( (int) 0 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 4 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 5 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'mm_projetos' => array( (int) 0 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 1 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 2 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 3 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 4 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 5 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ) ), 'paginas' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'canonical' => 'https://nbcarquitetura.com.br/historico/curriculum-vitor' ) $outras = array( (int) 0 => array( 'Pagina' => array( 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff', 'title' => 'Arquiteto Nelson Nabih Nástas ', 'texto' => '<p><span style="font-size:12px;"><em><strong>In memoriam</strong></em></span></p><p>&quot;A arquitetura, por ser a uni&atilde;o de v&aacute;rias artes e ci&ecirc;ncias, permite que, atrav&eacute;s dela, a civiliza&ccedil;&atilde;o que a realizou possa ser analisada em todo o seu patrim&ocirc;nio cultural: as suas riquezas e mis&eacute;rias, as suas grandezas e problemas. Enfim, &eacute; um livro, ao ar livre, de p&aacute;ginas abertas aos olhos do mundo. &Eacute; s&oacute; querer ler. E construir.&quot;</p>', 'imagem' => 'img/uploads/5f183c5110667.jpg', 'slug' => 'arquiteto-nelson-nabih-nastas', 'created' => '2020-06-16 14:12:33', 'modified' => '2020-08-04 10:54:52', 'order_registro' => '3', 'cdate' => '16/06/2020 14:12', 'mdate' => '04/08/2020 10:54' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Pagina' => array( 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff', 'title' => 'Sobre o Escritório', 'texto' => '<p>A NBC Arquitetura, formada por tr&ecirc;s arquitetos, possui 45 anos de experi&ecirc;ncia em trabalhos de arquitetura e urbanismo. Foi fundada em 1975 e j&aacute; projetou mais de 5 milh&otilde;es de metros quadrados pelo Brasil, com mais de 1.500 projetos entregues. &Eacute; uma empresa com alta solidez e tempo de mercado, conferindo qualidade e experi&ecirc;ncia aos seus projetos.</p><p>Atualmente a sede se encontra no 8&ordm; andar do Edif&iacute;cio Day Sa&uacute;de, em Cascavel-PR.</p>', 'imagem' => '', 'slug' => 'sobre-o-escritorio', 'created' => '2020-06-16 14:08:32', 'modified' => '2020-08-05 08:57:08', 'order_registro' => '0', 'cdate' => '16/06/2020 14:08', 'mdate' => '05/08/2020 08:57' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Pagina' => array( 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524', 'title' => 'Arquiteto Luiz Alberto Círico', 'texto' => '<p><span style="font-size:12px;"><strong>Arquiteto e s&oacute;cio-propriet&aacute;rio NBC Arquitetura</strong></span></p><p>&quot;&Eacute; t&atilde;o f&aacute;cil amar a arquitetura quanto gostar de passear. Na verdade todas as coisas constru&iacute;das pelo homem permitem esse passeio, essa viagem no tempo e no espa&ccedil;o, &eacute; s&oacute; abrir os olhos e come&ccedil;ar a descobrir que existe um mundo maravilhoso, que apresenta um perfil in&eacute;dito por detr&aacute;s da mais simples constru&ccedil;&atilde;o.&quot;</p>', 'imagem' => 'img/uploads/5f401f85a8d59.jpeg', 'slug' => 'arquiteto-luiz-alberto-cirico', 'created' => '2020-06-18 14:20:42', 'modified' => '2020-08-21 16:24:57', 'order_registro' => '2', 'cdate' => '18/06/2020 14:20', 'mdate' => '21/08/2020 16:24' ), 'Video' => array(), 'Galleries' => array() ) ) $post = array() $og_title = null $title_for_layout = ' - NBC Arquitetura' $numeros = array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ) $mm_premios = array( (int) 0 => array( 'Premio' => array( 'title' => 'Edifício da Reitoria FUNIOESTE', 'slug' => 'edificio-da-reitoria-funioeste', 'id' => '5f2ab80f-e0fc-4ace-bbf9-1c29bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Premio' => array( 'title' => 'Logotipo AEAC', 'slug' => 'logotipo-aeac', 'id' => '5f2ab7ce-0f98-4f91-aa2c-1b3cbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Premio' => array( 'title' => 'Terminal Rodoviário Internacional de Itajaí', 'slug' => 'terminal-rodoviario-internacional-de-itajai', 'id' => '5f2ab1b6-5764-4042-a796-0c58bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Premio' => array( 'title' => 'Câmara Municipal de Florianópolis', 'slug' => 'camara-municipal-de-florianopolis', 'id' => '5f2ab170-b770-43bc-bee9-0b61bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 4 => array( 'Premio' => array( 'title' => 'Logotipo UNIOESTE', 'slug' => 'logotipo-unioeste', 'id' => '5f2ab0d2-7f4c-45c5-95ff-09fdbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 5 => array( 'Premio' => array( 'title' => 'Teatro Municipal de Cascavel ', 'slug' => 'teatro-municipal-de-cascavel', 'id' => '5f2aa128-2718-463d-88e6-645abffc3d9f' ), 'Video' => array(), 'Galleries' => array() ) ) $mm_projetos = array( (int) 0 => array( 'CategoriaProjeto' => array( 'title' => 'Mercados', 'slug' => 'mercados' ) ), (int) 1 => array( 'CategoriaProjeto' => array( 'title' => 'Residenciais', 'slug' => 'residenciais' ) ), (int) 2 => array( 'CategoriaProjeto' => array( 'title' => 'Corporativos', 'slug' => 'corporativos' ) ), (int) 3 => array( 'CategoriaProjeto' => array( 'title' => 'Educacionais', 'slug' => 'educacionais' ) ), (int) 4 => array( 'CategoriaProjeto' => array( 'title' => 'Hotelaria', 'slug' => 'hotelaria' ) ), (int) 5 => array( 'CategoriaProjeto' => array( 'title' => 'Institucionais', 'slug' => 'institucionais' ) ) ) $paginas = array( (int) 0 => array( 'Pagina' => array( 'title' => 'Sobre o Escritório', 'slug' => 'sobre-o-escritorio', 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Pagina' => array( 'title' => 'Arquiteto Victor Hugo Bertolucci', 'slug' => 'arquiteto-victor-hugo-bertolucci', 'id' => '5ee8f949-9e24-4abd-bebd-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Pagina' => array( 'title' => 'Arquiteto Luiz Alberto Círico', 'slug' => 'arquiteto-luiz-alberto-cirico', 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Pagina' => array( 'title' => 'Arquiteto Nelson Nabih Nástas ', 'slug' => 'arquiteto-nelson-nabih-nastas', 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ) ) $canonical = 'https://nbcarquitetura.com.br/historico/curriculum-vitor'</pre><pre class="stack-trace">include - APP/Plugin/Paginas/View/Paginas/view.ctp, line 15 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073cbe60-trace').style.display = (document.getElementById('cakeErr67057073cbe60-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Video [<b>APP/Plugin/Paginas/View/Paginas/view.ctp</b>, line <b>31</b>]<div id="cakeErr67057073cbe60-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073cbe60-code').style.display = (document.getElementById('cakeErr67057073cbe60-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073cbe60-context').style.display = (document.getElementById('cakeErr67057073cbe60-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67057073cbe60-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if(</span><span style="color: #0000BB">count</span><span style="color: #007700">(</span><span style="color: #0000BB">$post</span><span style="color: #007700">[</span><span style="color: #DD0000">'Video'</span><span style="color: #007700">]) > </span><span style="color: #0000BB">0</span><span style="color: #007700">){ </span></span></code></span></pre><pre id="cakeErr67057073cbe60-context" class="cake-context" style="display: none;">$viewFile = '/home/clientes/www/www.nbcarquitetura.com.br/public_html/app/Plugin/Paginas/View/Paginas/view.ctp' $dataForView = array( 'outras' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'post' => array(), 'og_title' => null, 'title_for_layout' => ' - NBC Arquitetura', 'numeros' => array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ), 'mm_premios' => array( (int) 0 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 4 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 5 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'mm_projetos' => array( (int) 0 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 1 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 2 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 3 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 4 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 5 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ) ), 'paginas' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'canonical' => 'https://nbcarquitetura.com.br/historico/curriculum-vitor' ) $outras = array( (int) 0 => array( 'Pagina' => array( 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff', 'title' => 'Arquiteto Nelson Nabih Nástas ', 'texto' => '<p><span style="font-size:12px;"><em><strong>In memoriam</strong></em></span></p><p>&quot;A arquitetura, por ser a uni&atilde;o de v&aacute;rias artes e ci&ecirc;ncias, permite que, atrav&eacute;s dela, a civiliza&ccedil;&atilde;o que a realizou possa ser analisada em todo o seu patrim&ocirc;nio cultural: as suas riquezas e mis&eacute;rias, as suas grandezas e problemas. Enfim, &eacute; um livro, ao ar livre, de p&aacute;ginas abertas aos olhos do mundo. &Eacute; s&oacute; querer ler. E construir.&quot;</p>', 'imagem' => 'img/uploads/5f183c5110667.jpg', 'slug' => 'arquiteto-nelson-nabih-nastas', 'created' => '2020-06-16 14:12:33', 'modified' => '2020-08-04 10:54:52', 'order_registro' => '3', 'cdate' => '16/06/2020 14:12', 'mdate' => '04/08/2020 10:54' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Pagina' => array( 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff', 'title' => 'Sobre o Escritório', 'texto' => '<p>A NBC Arquitetura, formada por tr&ecirc;s arquitetos, possui 45 anos de experi&ecirc;ncia em trabalhos de arquitetura e urbanismo. Foi fundada em 1975 e j&aacute; projetou mais de 5 milh&otilde;es de metros quadrados pelo Brasil, com mais de 1.500 projetos entregues. &Eacute; uma empresa com alta solidez e tempo de mercado, conferindo qualidade e experi&ecirc;ncia aos seus projetos.</p><p>Atualmente a sede se encontra no 8&ordm; andar do Edif&iacute;cio Day Sa&uacute;de, em Cascavel-PR.</p>', 'imagem' => '', 'slug' => 'sobre-o-escritorio', 'created' => '2020-06-16 14:08:32', 'modified' => '2020-08-05 08:57:08', 'order_registro' => '0', 'cdate' => '16/06/2020 14:08', 'mdate' => '05/08/2020 08:57' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Pagina' => array( 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524', 'title' => 'Arquiteto Luiz Alberto Círico', 'texto' => '<p><span style="font-size:12px;"><strong>Arquiteto e s&oacute;cio-propriet&aacute;rio NBC Arquitetura</strong></span></p><p>&quot;&Eacute; t&atilde;o f&aacute;cil amar a arquitetura quanto gostar de passear. Na verdade todas as coisas constru&iacute;das pelo homem permitem esse passeio, essa viagem no tempo e no espa&ccedil;o, &eacute; s&oacute; abrir os olhos e come&ccedil;ar a descobrir que existe um mundo maravilhoso, que apresenta um perfil in&eacute;dito por detr&aacute;s da mais simples constru&ccedil;&atilde;o.&quot;</p>', 'imagem' => 'img/uploads/5f401f85a8d59.jpeg', 'slug' => 'arquiteto-luiz-alberto-cirico', 'created' => '2020-06-18 14:20:42', 'modified' => '2020-08-21 16:24:57', 'order_registro' => '2', 'cdate' => '18/06/2020 14:20', 'mdate' => '21/08/2020 16:24' ), 'Video' => array(), 'Galleries' => array() ) ) $post = array() $og_title = null $title_for_layout = ' - NBC Arquitetura' $numeros = array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ) $mm_premios = array( (int) 0 => array( 'Premio' => array( 'title' => 'Edifício da Reitoria FUNIOESTE', 'slug' => 'edificio-da-reitoria-funioeste', 'id' => '5f2ab80f-e0fc-4ace-bbf9-1c29bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Premio' => array( 'title' => 'Logotipo AEAC', 'slug' => 'logotipo-aeac', 'id' => '5f2ab7ce-0f98-4f91-aa2c-1b3cbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Premio' => array( 'title' => 'Terminal Rodoviário Internacional de Itajaí', 'slug' => 'terminal-rodoviario-internacional-de-itajai', 'id' => '5f2ab1b6-5764-4042-a796-0c58bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Premio' => array( 'title' => 'Câmara Municipal de Florianópolis', 'slug' => 'camara-municipal-de-florianopolis', 'id' => '5f2ab170-b770-43bc-bee9-0b61bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 4 => array( 'Premio' => array( 'title' => 'Logotipo UNIOESTE', 'slug' => 'logotipo-unioeste', 'id' => '5f2ab0d2-7f4c-45c5-95ff-09fdbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 5 => array( 'Premio' => array( 'title' => 'Teatro Municipal de Cascavel ', 'slug' => 'teatro-municipal-de-cascavel', 'id' => '5f2aa128-2718-463d-88e6-645abffc3d9f' ), 'Video' => array(), 'Galleries' => array() ) ) $mm_projetos = array( (int) 0 => array( 'CategoriaProjeto' => array( 'title' => 'Mercados', 'slug' => 'mercados' ) ), (int) 1 => array( 'CategoriaProjeto' => array( 'title' => 'Residenciais', 'slug' => 'residenciais' ) ), (int) 2 => array( 'CategoriaProjeto' => array( 'title' => 'Corporativos', 'slug' => 'corporativos' ) ), (int) 3 => array( 'CategoriaProjeto' => array( 'title' => 'Educacionais', 'slug' => 'educacionais' ) ), (int) 4 => array( 'CategoriaProjeto' => array( 'title' => 'Hotelaria', 'slug' => 'hotelaria' ) ), (int) 5 => array( 'CategoriaProjeto' => array( 'title' => 'Institucionais', 'slug' => 'institucionais' ) ) ) $paginas = array( (int) 0 => array( 'Pagina' => array( 'title' => 'Sobre o Escritório', 'slug' => 'sobre-o-escritorio', 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Pagina' => array( 'title' => 'Arquiteto Victor Hugo Bertolucci', 'slug' => 'arquiteto-victor-hugo-bertolucci', 'id' => '5ee8f949-9e24-4abd-bebd-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Pagina' => array( 'title' => 'Arquiteto Luiz Alberto Círico', 'slug' => 'arquiteto-luiz-alberto-cirico', 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Pagina' => array( 'title' => 'Arquiteto Nelson Nabih Nástas ', 'slug' => 'arquiteto-nelson-nabih-nastas', 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ) ) $canonical = 'https://nbcarquitetura.com.br/historico/curriculum-vitor'</pre><pre class="stack-trace">include - APP/Plugin/Paginas/View/Paginas/view.ctp, line 31 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110</pre></div></pre></div><footer> <div class="container-fix"> <div class="row numeros"> <div class="three columns"><h5><b>1.502</b> projetos de arquitetura elaborados</h5></div><div class="three columns"><h5><b>5.000.000</b> m² de <br> projetos de arquitetura</h5></div><div class="three columns"><h5><b>195.143</b> m² de <br> obras executadas</h5></div><div class="three columns"><h5><b>163.644</b> m² de <br> obras em execução</h5></div> </div> <div class="row rf"> <div class="ten columns leftc"> <a href="tel:4532251116">45 3225-1116</a><p>R. Minas Gerais, 2061 - Centro. Cascavel - PR, 85812-030</p><a href="mailto:nbc@nbcarquitetura.com.br" class="mail">nbc@nbcarquitetura.com.br</a> </div> <div class="two columns socials"> <a href="/redireciona-redes-sociais/facebook" target="_blank"><i class="fab fa-facebook"></i></a><a href="/redireciona-redes-sociais/instagram" target="_blank"><i class="fab fa-instagram"></i></a><a href="/redireciona-redes-sociais/youtube" target="_blank"><i class="fab fa-youtube"></i></a> </div> </div> </div> <div class="box-whatsapp"> <a href="/fale-via-whatsapp" target="_blank"><span>Fale Conosco via WhatsApp</span> <img src="/img/button_whatsapp.png" alt="Fale conosco via WhatsApp" title="Fale conosco via WhatsApp"/></a> </div> </footer> <script src="https://nbcarquitetura.com.br/js/jslm.js"></script> <script src="https://nbcarquitetura.com.br/js/less.js"></script> <script src="https://nbcarquitetura.com.br/wow/wow.min.js"></script> <script src="https://nbcarquitetura.com.br/js/app.js"></script> <script> // var screen_height = window.innerHeight; var screen = window.screen.height; var size_home = parseInt(screen) - parseInt(395); $('#bgbb').css('height',size_home+'px'); </script> </body> </html>' [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) } viewPath => 'Paginas' layoutPath => null viewVars => array( 'outras' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ), 'post' => array(), 'og_title' => null, 'title_for_layout' => ' - NBC Arquitetura', 'numeros' => array( 'Numero' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), 'mm_premios' => 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] ), (int) 5 => array( [maximum depth reached] ) ), 'mm_projetos' => 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] ), (int) 5 => array( [maximum depth reached] ) ), 'paginas' => 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] ) ), 'canonical' => 'https://nbcarquitetura.com.br/historico/curriculum-vitor' ) view => 'view' layout => 'default' autoRender => false autoLayout => true Components => object(ComponentCollection) { defaultPriority => (int) 10 [protected] _Controller => object(PaginasController) {} [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } viewClass => 'View' View => object(View) { Helpers => object(HelperCollection) {} Blocks => object(ViewBlock) {} plugin => 'Paginas' name => 'Paginas' passedArgs => array([maximum depth reached]) helpers => array( [maximum depth reached] ) viewPath => 'Paginas' viewVars => array( [maximum depth reached] ) view => 'view' layout => 'default' layoutPath => null autoLayout => true ext => '.ctp' subDir => null theme => null cacheAction => false validationErrors => array( [maximum depth reached] ) hasRendered => true uuids => array([maximum depth reached]) request => object(CakeRequest) {} response => object(CakeResponse) {} elementCache => 'default' elementCacheSettings => array([maximum depth reached]) Crop => object(CropHelper) {} Resize => object(ResizeHelper) {} Fill => object(FillHelper) {} Less => object(LessHelper) {} Session => object(SessionHelper) {} Locker => object(LockerHelper) {} Seo => object(SeoHelper) {} Html => object(HtmlHelper) {} [protected] _passedVars => array( [maximum depth reached] ) [protected] _scripts => array([maximum depth reached]) [protected] _paths => array([maximum depth reached]) [protected] _pathsForPlugin => array( [maximum depth reached] ) [protected] _parents => array([maximum depth reached]) [protected] _current => '/home/clientes/www/www.nbcarquitetura.com.br/public_html/app/View/Layouts/default.ctp' [protected] _currentType => 'layout' [protected] _stack => array([maximum depth reached]) [protected] _eventManager => object(CakeEventManager) {} [protected] _eventManagerConfigured => true } ext => '.ctp' plugin => 'Paginas' cacheAction => false passedArgs => array() scaffold => false methods => array( (int) 0 => 'view', (int) 1 => 'admin_index', (int) 2 => 'admin_add', (int) 3 => 'admin_edit', (int) 4 => 'admin_delete', (int) 5 => 'admin_order', (int) 8 => 'acesso_paginas' ) modelClass => 'Pagina' modelKey => 'pagina' validationErrors => null Locker => object(LockerComponent) { components => array( [maximum depth reached] ) authenticate => array( [maximum depth reached] ) loginRedirect => '/' logoutRedirect => '/admin' loginAction => '/admin' notallowed => '/notallowed' config => object(LOCKER_CONFIG) {} message => null here => null base => null authorize => false ajaxLogin => null flash => array( [maximum depth reached] ) authError => 'You are not authorized to access that location.' unauthorizedRedirect => true allowedActions => array( [maximum depth reached] ) request => object(CakeRequest) {} response => object(CakeResponse) {} settings => array([maximum depth reached]) [protected] _authenticateObjects => array([maximum depth reached]) [protected] _authorizeObjects => array([maximum depth reached]) [protected] _user => array([maximum depth reached]) [protected] _methods => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Seo => object(SeoComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) [private] controller => object(PaginasController) {} } Session => object(SessionComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Cookie => object(CookieComponent) { name => 'CakeCookie' time => null path => '/' domain => '' secure => false key => 'nbc' httpOnly => false settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _values => array( [maximum depth reached] ) [protected] _type => 'cipher' [protected] _reset => null [protected] _expires => (int) 0 [protected] _response => object(CakeResponse) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Help => object(HelpComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Pagina => object(Pagina) { useTable => 'paginas_historico' virtualFields => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) actsAs => array( [maximum depth reached] ) tablePrefix => 'tb_' useDbConfig => 'default' id => false data => array([maximum depth reached]) schemaName => 'nbcarquitetura_01' table => 'paginas_historico' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null plugin => 'Paginas' name => 'Pagina' alias => 'Pagina' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Video => object(Video) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } CategoriaProjeto => object(CategoriaProjeto) { useTable => 'projetos_categoria' virtualFields => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) actsAs => array( [maximum depth reached] ) tablePrefix => 'tb_' useDbConfig => 'default' id => false data => array([maximum depth reached]) schemaName => 'nbcarquitetura_01' table => 'projetos_categoria' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null plugin => 'Projetos' name => 'CategoriaProjeto' alias => 'CategoriaProjeto' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Premio => object(Premio) { useTable => 'premios' virtualFields => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) actsAs => array( [maximum depth reached] ) tablePrefix => 'tb_' useDbConfig => 'default' id => false data => array([maximum depth reached]) schemaName => 'nbcarquitetura_01' table => 'premios' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null plugin => 'Premios' name => 'Premio' alias => 'Premio' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Video => object(Video) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Numero => object(Numero) { useTable => 'numeros' virtualFields => array( [maximum depth reached] ) actsAs => array( [maximum depth reached] ) tablePrefix => 'tb_' useDbConfig => 'default' id => false data => array([maximum depth reached]) schemaName => 'nbcarquitetura_01' table => 'numeros' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => 'Numero' name => 'Numero' alias => 'Numero' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Video => object(Video) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } AcessoSite => object(AcessoSite) { useTable => 'paginas' virtualFields => array( [maximum depth reached] ) tablePrefix => 'as_' useDbConfig => 'default' id => false data => array( [maximum depth reached] ) schemaName => 'nbcarquitetura_01' table => 'paginas' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => 'AcessoSite' name => 'AcessoSite' alias => 'AcessoSite' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => object(ModelValidator) {} } [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } } object(CakeRequest) { params => array( 'plugin' => 'paginas', 'controller' => 'paginas', 'action' => 'view', 'named' => array(), 'pass' => array(), 'slug' => 'curriculum-vitor', 'models' => array( 'Pagina' => array( [maximum depth reached] ), 'AcessoSite' => array( [maximum depth reached] ), 'CategoriaProjeto' => array( [maximum depth reached] ), 'Premio' => array( [maximum depth reached] ), 'Numero' => array( [maximum depth reached] ), 'SeoKeyword' => array( [maximum depth reached] ), 'SeoConfig' => array( [maximum depth reached] ), 'Video' => array( [maximum depth reached] ), 'Gallery' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'historico/curriculum-vitor' base => '' webroot => '/' here => '/historico/curriculum-vitor' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' }
- APP/webroot/index.php line 110 → Dispatcher->dispatch(CakeRequest, CakeResponse)
$Dispatcher->dispatch(
new CakeRequest(),
new CakeResponse()
);
object(CakeRequest) { params => array( 'plugin' => 'paginas', 'controller' => 'paginas', 'action' => 'view', 'named' => array(), 'pass' => array(), 'slug' => 'curriculum-vitor', 'models' => array( 'Pagina' => array( [maximum depth reached] ), 'AcessoSite' => array( [maximum depth reached] ), 'CategoriaProjeto' => array( [maximum depth reached] ), 'Premio' => array( [maximum depth reached] ), 'Numero' => array( [maximum depth reached] ), 'SeoKeyword' => array( [maximum depth reached] ), 'SeoConfig' => array( [maximum depth reached] ), 'Video' => array( [maximum depth reached] ), 'Gallery' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'historico/curriculum-vitor' base => '' webroot => '/' here => '/historico/curriculum-vitor' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( (int) 100 => 'Continue', (int) 101 => 'Switching Protocols', (int) 200 => 'OK', (int) 201 => 'Created', (int) 202 => 'Accepted', (int) 203 => 'Non-Authoritative Information', (int) 204 => 'No Content', (int) 205 => 'Reset Content', (int) 206 => 'Partial Content', (int) 300 => 'Multiple Choices', (int) 301 => 'Moved Permanently', (int) 302 => 'Found', (int) 303 => 'See Other', (int) 304 => 'Not Modified', (int) 305 => 'Use Proxy', (int) 307 => 'Temporary Redirect', (int) 400 => 'Bad Request', (int) 401 => 'Unauthorized', (int) 402 => 'Payment Required', (int) 403 => 'Forbidden', (int) 404 => 'Not Found', (int) 405 => 'Method Not Allowed', (int) 406 => 'Not Acceptable', (int) 407 => 'Proxy Authentication Required', (int) 408 => 'Request Time-out', (int) 409 => 'Conflict', (int) 410 => 'Gone', (int) 411 => 'Length Required', (int) 412 => 'Precondition Failed', (int) 413 => 'Request Entity Too Large', (int) 414 => 'Request-URI Too Large', (int) 415 => 'Unsupported Media Type', (int) 416 => 'Requested range not satisfiable', (int) 417 => 'Expectation Failed', (int) 429 => 'Too Many Requests', (int) 500 => 'Internal Server Error', (int) 501 => 'Not Implemented', (int) 502 => 'Bad Gateway', (int) 503 => 'Service Unavailable', (int) 504 => 'Gateway Time-out', (int) 505 => 'Unsupported Version' ) [protected] _mimeTypes => array( 'html' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'json' => 'application/json', 'xml' => array( (int) 0 => 'application/xml', (int) 1 => 'text/xml' ), 'rss' => 'application/rss+xml', 'ai' => 'application/postscript', 'bcpio' => 'application/x-bcpio', 'bin' => 'application/octet-stream', 'ccad' => 'application/clariscad', 'cdf' => 'application/x-netcdf', 'class' => 'application/octet-stream', 'cpio' => 'application/x-cpio', 'cpt' => 'application/mac-compactpro', 'csh' => 'application/x-csh', 'csv' => array( (int) 0 => 'text/csv', (int) 1 => 'application/vnd.ms-excel' ), 'dcr' => 'application/x-director', 'dir' => 'application/x-director', 'dms' => 'application/octet-stream', 'doc' => 'application/msword', 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'drw' => 'application/drafting', 'dvi' => 'application/x-dvi', 'dwg' => 'application/acad', 'dxf' => 'application/dxf', 'dxr' => 'application/x-director', 'eot' => 'application/vnd.ms-fontobject', 'eps' => 'application/postscript', 'exe' => 'application/octet-stream', 'ez' => 'application/andrew-inset', 'flv' => 'video/x-flv', 'gtar' => 'application/x-gtar', 'gz' => 'application/x-gzip', 'bz2' => 'application/x-bzip', '7z' => 'application/x-7z-compressed', 'hdf' => 'application/x-hdf', 'hqx' => 'application/mac-binhex40', 'ico' => 'image/x-icon', 'ips' => 'application/x-ipscript', 'ipx' => 'application/x-ipix', 'js' => 'application/javascript', 'latex' => 'application/x-latex', 'lha' => 'application/octet-stream', 'lsp' => 'application/x-lisp', 'lzh' => 'application/octet-stream', 'man' => 'application/x-troff-man', 'me' => 'application/x-troff-me', 'mif' => 'application/vnd.mif', 'ms' => 'application/x-troff-ms', 'nc' => 'application/x-netcdf', 'oda' => 'application/oda', 'otf' => 'font/otf', 'pdf' => 'application/pdf', 'pgn' => 'application/x-chess-pgn', 'pot' => 'application/vnd.ms-powerpoint', 'pps' => 'application/vnd.ms-powerpoint', 'ppt' => 'application/vnd.ms-powerpoint', 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'ppz' => 'application/vnd.ms-powerpoint', 'pre' => 'application/x-freelance', 'prt' => 'application/pro_eng', 'ps' => 'application/postscript', 'roff' => 'application/x-troff', 'scm' => 'application/x-lotusscreencam', 'set' => 'application/set', 'sh' => 'application/x-sh', 'shar' => 'application/x-shar', 'sit' => 'application/x-stuffit', 'skd' => 'application/x-koan', 'skm' => 'application/x-koan', 'skp' => 'application/x-koan', 'skt' => 'application/x-koan', 'smi' => 'application/smil', 'smil' => 'application/smil', 'sol' => 'application/solids', 'spl' => 'application/x-futuresplash', 'src' => 'application/x-wais-source', 'step' => 'application/STEP', 'stl' => 'application/SLA', 'stp' => 'application/STEP', 'sv4cpio' => 'application/x-sv4cpio', 'sv4crc' => 'application/x-sv4crc', 'svg' => 'image/svg+xml', 'svgz' => 'image/svg+xml', 'swf' => 'application/x-shockwave-flash', 't' => 'application/x-troff', 'tar' => 'application/x-tar', 'tcl' => 'application/x-tcl', 'tex' => 'application/x-tex', 'texi' => 'application/x-texinfo', 'texinfo' => 'application/x-texinfo', 'tr' => 'application/x-troff', 'tsp' => 'application/dsptype', 'ttc' => 'font/ttf', 'ttf' => 'font/ttf', 'unv' => 'application/i-deas', 'ustar' => 'application/x-ustar', 'vcd' => 'application/x-cdlink', 'vda' => 'application/vda', 'xlc' => 'application/vnd.ms-excel', 'xll' => 'application/vnd.ms-excel', 'xlm' => 'application/vnd.ms-excel', 'xls' => 'application/vnd.ms-excel', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xlw' => 'application/vnd.ms-excel', 'zip' => 'application/zip', 'aif' => 'audio/x-aiff', 'aifc' => 'audio/x-aiff', 'aiff' => 'audio/x-aiff', 'au' => 'audio/basic', 'kar' => 'audio/midi', 'mid' => 'audio/midi', 'midi' => 'audio/midi', 'mp2' => 'audio/mpeg', 'mp3' => 'audio/mpeg', 'mpga' => 'audio/mpeg', 'ogg' => 'audio/ogg', 'oga' => 'audio/ogg', 'spx' => 'audio/ogg', 'ra' => 'audio/x-realaudio', 'ram' => 'audio/x-pn-realaudio', 'rm' => 'audio/x-pn-realaudio', 'rpm' => 'audio/x-pn-realaudio-plugin', 'snd' => 'audio/basic', 'tsi' => 'audio/TSP-audio', 'wav' => 'audio/x-wav', 'aac' => 'audio/aac', 'asc' => 'text/plain', 'c' => 'text/plain', 'cc' => 'text/plain', 'css' => 'text/css', 'etx' => 'text/x-setext', 'f' => 'text/plain', 'f90' => 'text/plain', 'h' => 'text/plain', 'hh' => 'text/plain', 'htm' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'ics' => 'text/calendar', 'm' => 'text/plain', 'rtf' => 'text/rtf', 'rtx' => 'text/richtext', 'sgm' => 'text/sgml', 'sgml' => 'text/sgml', 'tsv' => 'text/tab-separated-values', 'tpl' => 'text/template', 'txt' => 'text/plain', 'text' => 'text/plain', 'avi' => 'video/x-msvideo', 'fli' => 'video/x-fli', 'mov' => 'video/quicktime', 'movie' => 'video/x-sgi-movie', 'mpe' => 'video/mpeg', 'mpeg' => 'video/mpeg', 'mpg' => 'video/mpeg', 'qt' => 'video/quicktime', 'viv' => 'video/vnd.vivo', 'vivo' => 'video/vnd.vivo', 'ogv' => 'video/ogg', 'webm' => 'video/webm', 'mp4' => 'video/mp4', 'm4v' => 'video/mp4', 'f4v' => 'video/mp4', 'f4p' => 'video/mp4', 'm4a' => 'audio/mp4', 'f4a' => 'audio/mp4', 'f4b' => 'audio/mp4', 'gif' => 'image/gif', 'ief' => 'image/ief', 'jpg' => 'image/jpeg', 'jpeg' => 'image/jpeg', 'jpe' => 'image/jpeg', 'pbm' => 'image/x-portable-bitmap', 'pgm' => 'image/x-portable-graymap', 'png' => 'image/png', 'pnm' => 'image/x-portable-anymap', 'ppm' => 'image/x-portable-pixmap', 'ras' => 'image/cmu-raster', 'rgb' => 'image/x-rgb', 'tif' => 'image/tiff', 'tiff' => 'image/tiff', 'xbm' => 'image/x-xbitmap', 'xpm' => 'image/x-xpixmap', 'xwd' => 'image/x-xwindowdump', 'ice' => 'x-conference/x-cooltalk', 'iges' => 'model/iges', 'igs' => 'model/iges', 'mesh' => 'model/mesh', 'msh' => 'model/mesh', 'silo' => 'model/mesh', 'vrml' => 'model/vrml', 'wrl' => 'model/vrml', 'mime' => 'www/mime', 'pdb' => 'chemical/x-pdb', 'xyz' => 'chemical/x-pdb', 'javascript' => 'application/javascript', 'form' => 'application/x-www-form-urlencoded', 'file' => 'multipart/form-data', 'xhtml' => array( (int) 0 => 'application/xhtml+xml', (int) 1 => 'application/xhtml', (int) 2 => 'text/xhtml' ), 'xhtml-mobile' => 'application/vnd.wap.xhtml+xml', 'atom' => 'application/atom+xml', 'amf' => 'application/x-amf', 'wap' => array( (int) 0 => 'text/vnd.wap.wml', (int) 1 => 'text/vnd.wap.wmlscript', (int) 2 => 'image/vnd.wap.wbmp' ), 'wml' => 'text/vnd.wap.wml', 'wmlscript' => 'text/vnd.wap.wmlscript', 'wbmp' => 'image/vnd.wap.wbmp', 'woff' => 'application/x-font-woff', 'webp' => 'image/webp', 'appcache' => 'text/cache-manifest', 'manifest' => 'text/cache-manifest', 'htc' => 'text/x-component', 'rdf' => 'application/xml', 'crx' => 'application/x-chrome-extension', 'oex' => 'application/x-opera-extension', 'xpi' => 'application/x-xpinstall', 'safariextz' => 'application/octet-stream', 'webapp' => 'application/x-web-app-manifest+json', 'vcf' => 'text/x-vcard', 'vtt' => 'text/vtt', 'mkv' => 'video/x-matroska', 'pkpass' => 'application/vnd.apple.pkpass' ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array() [protected] _body => '<!DOCTYPE html> <html lang="pt-BR"> <head> <meta name="keywords" content="arquitetura"/> <meta name="description" content="NBC Arquitetura"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> - NBC Arquitetura</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link href="https://nbcarquitetura.com.br/historico/curriculum-vitor" rel="canonical"/><link href="https://nbcarquitetura.com.br/img/favicon.png" type="image/x-icon" rel="icon"/><link href="https://nbcarquitetura.com.br/img/favicon.png" type="image/x-icon" rel="shortcut icon"/> <meta property="fb:app_id" content="739121846626747" /> <meta property="og:locale" content="pt_BR"> <meta property="og:site_name" content="nbc"> <meta property="og:url" content="https://nbcarquitetura.com.br/historico/curriculum-vitor" /> <meta property="og:title" content="NBC Arquitetura" /> <meta property="og:description" content="" /> <meta property="og:image" content="https://nbcarquitetura.com.br/img/share200.jpg" /> <meta property="og:image:width" content="200" /> <meta property="og:image:height" content="200" /> <meta property="og:type" content="website" /> <link rel="stylesheet" type="text/css" href="/css/styles.css"/> <link rel="stylesheet" href="/slick/slick.css"> </head> <body><header> <div class="container-fix"> <div class="row"> <div class="three columns logo"> <a href="/"><img src="/img/logo.png" alt="NBC Arquitetura"/></a> </div> <div class="nine columns cright"> <div class="openmenu"> <span></span> <span></span> <span></span> </div> <nav id="bgmenu"> <ul> <li class="li-close"><a href="javascript:void(0)" class="button-close"><img src="/img/close.svg" alt="Fechar"/></a></li><li><a href="/" id="al1">Home</a></li><li><a href="javascript:void(0)" class="atc" id="sm1">Histórico <i class="fas fa-chevron-down ffr"></i></a><ul class="submenu" id="sm_sm1"><li><a href="/historico/sobre-o-escritorio">Sobre o Escritório</a></li><li><a href="/historico/arquiteto-victor-hugo-bertolucci">Arquiteto Victor Hugo Bertolucci</a></li><li><a href="/historico/arquiteto-luiz-alberto-cirico">Arquiteto Luiz Alberto Círico</a></li><li><a href="/historico/arquiteto-nelson-nabih-nastas">Arquiteto Nelson Nabih Nástas </a></li></ul></li><li><a href="javascript:void(0)" class="atc" id="sm2">Projetos <i class="fas fa-chevron-down ffr"></i></a><ul class="submenu" id="sm_sm2"><li><a href="/projetos/mercados">Mercados</a></li><li><a href="/projetos/residenciais">Residenciais</a></li><li><a href="/projetos/corporativos">Corporativos</a></li><li><a href="/projetos/educacionais">Educacionais</a></li><li><a href="/projetos/hotelaria">Hotelaria</a></li><li><a href="/projetos/institucionais">Institucionais</a></li></ul></li><li><a href="javascript:void(0)" class="atc" id="sm3">Prêmios <i class="fas fa-chevron-down ffr"></i></a><ul class="submenu" id="sm_sm3"><li><a href="/premios/edificio-da-reitoria-funioeste">Edifício da Reitoria FUNIOESTE</a></li><li><a href="/premios/logotipo-aeac">Logotipo AEAC</a></li><li><a href="/premios/terminal-rodoviario-internacional-de-itajai">Terminal Rodoviário Internacional de Itajaí</a></li><li><a href="/premios/camara-municipal-de-florianopolis">Câmara Municipal de Florianópolis</a></li><li><a href="/premios/logotipo-unioeste">Logotipo UNIOESTE</a></li><li><a href="/premios/teatro-municipal-de-cascavel">Teatro Municipal de Cascavel </a></li></ul></li><li><a href="/lancamentos" id="al3">Lançamentos</a></li><li><a href="/fale-conosco" id="al6">Contato</a></li> </ul> </nav> </div> </div> </div> </header><div class="container-fix content-i"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073c9e67-trace').style.display = (document.getElementById('cakeErr67057073c9e67-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Pagina [<b>APP/Plugin/Paginas/View/Paginas/view.ctp</b>, line <b>3</b>]<div id="cakeErr67057073c9e67-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073c9e67-code').style.display = (document.getElementById('cakeErr67057073c9e67-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073c9e67-context').style.display = (document.getElementById('cakeErr67057073c9e67-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67057073c9e67-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"container-fix content-i"</span><span style="color: #007700">> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?</span><span style="color: #0000BB">PHP </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if(</span><span style="color: #0000BB">$post</span><span style="color: #007700">[</span><span style="color: #DD0000">'Pagina'</span><span style="color: #007700">][</span><span style="color: #DD0000">'imagem'</span><span style="color: #007700">]){ </span></span></code></span></pre><pre id="cakeErr67057073c9e67-context" class="cake-context" style="display: none;">$viewFile = '/home/clientes/www/www.nbcarquitetura.com.br/public_html/app/Plugin/Paginas/View/Paginas/view.ctp' $dataForView = array( 'outras' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'post' => array(), 'og_title' => null, 'title_for_layout' => ' - NBC Arquitetura', 'numeros' => array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ), 'mm_premios' => array( (int) 0 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 4 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 5 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'mm_projetos' => array( (int) 0 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 1 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 2 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 3 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 4 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 5 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ) ), 'paginas' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'canonical' => 'https://nbcarquitetura.com.br/historico/curriculum-vitor' ) $outras = array( (int) 0 => array( 'Pagina' => array( 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff', 'title' => 'Arquiteto Nelson Nabih Nástas ', 'texto' => '<p><span style="font-size:12px;"><em><strong>In memoriam</strong></em></span></p><p>&quot;A arquitetura, por ser a uni&atilde;o de v&aacute;rias artes e ci&ecirc;ncias, permite que, atrav&eacute;s dela, a civiliza&ccedil;&atilde;o que a realizou possa ser analisada em todo o seu patrim&ocirc;nio cultural: as suas riquezas e mis&eacute;rias, as suas grandezas e problemas. Enfim, &eacute; um livro, ao ar livre, de p&aacute;ginas abertas aos olhos do mundo. &Eacute; s&oacute; querer ler. E construir.&quot;</p>', 'imagem' => 'img/uploads/5f183c5110667.jpg', 'slug' => 'arquiteto-nelson-nabih-nastas', 'created' => '2020-06-16 14:12:33', 'modified' => '2020-08-04 10:54:52', 'order_registro' => '3', 'cdate' => '16/06/2020 14:12', 'mdate' => '04/08/2020 10:54' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Pagina' => array( 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff', 'title' => 'Sobre o Escritório', 'texto' => '<p>A NBC Arquitetura, formada por tr&ecirc;s arquitetos, possui 45 anos de experi&ecirc;ncia em trabalhos de arquitetura e urbanismo. Foi fundada em 1975 e j&aacute; projetou mais de 5 milh&otilde;es de metros quadrados pelo Brasil, com mais de 1.500 projetos entregues. &Eacute; uma empresa com alta solidez e tempo de mercado, conferindo qualidade e experi&ecirc;ncia aos seus projetos.</p><p>Atualmente a sede se encontra no 8&ordm; andar do Edif&iacute;cio Day Sa&uacute;de, em Cascavel-PR.</p>', 'imagem' => '', 'slug' => 'sobre-o-escritorio', 'created' => '2020-06-16 14:08:32', 'modified' => '2020-08-05 08:57:08', 'order_registro' => '0', 'cdate' => '16/06/2020 14:08', 'mdate' => '05/08/2020 08:57' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Pagina' => array( 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524', 'title' => 'Arquiteto Luiz Alberto Círico', 'texto' => '<p><span style="font-size:12px;"><strong>Arquiteto e s&oacute;cio-propriet&aacute;rio NBC Arquitetura</strong></span></p><p>&quot;&Eacute; t&atilde;o f&aacute;cil amar a arquitetura quanto gostar de passear. Na verdade todas as coisas constru&iacute;das pelo homem permitem esse passeio, essa viagem no tempo e no espa&ccedil;o, &eacute; s&oacute; abrir os olhos e come&ccedil;ar a descobrir que existe um mundo maravilhoso, que apresenta um perfil in&eacute;dito por detr&aacute;s da mais simples constru&ccedil;&atilde;o.&quot;</p>', 'imagem' => 'img/uploads/5f401f85a8d59.jpeg', 'slug' => 'arquiteto-luiz-alberto-cirico', 'created' => '2020-06-18 14:20:42', 'modified' => '2020-08-21 16:24:57', 'order_registro' => '2', 'cdate' => '18/06/2020 14:20', 'mdate' => '21/08/2020 16:24' ), 'Video' => array(), 'Galleries' => array() ) ) $post = array() $og_title = null $title_for_layout = ' - NBC Arquitetura' $numeros = array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ) $mm_premios = array( (int) 0 => array( 'Premio' => array( 'title' => 'Edifício da Reitoria FUNIOESTE', 'slug' => 'edificio-da-reitoria-funioeste', 'id' => '5f2ab80f-e0fc-4ace-bbf9-1c29bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Premio' => array( 'title' => 'Logotipo AEAC', 'slug' => 'logotipo-aeac', 'id' => '5f2ab7ce-0f98-4f91-aa2c-1b3cbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Premio' => array( 'title' => 'Terminal Rodoviário Internacional de Itajaí', 'slug' => 'terminal-rodoviario-internacional-de-itajai', 'id' => '5f2ab1b6-5764-4042-a796-0c58bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Premio' => array( 'title' => 'Câmara Municipal de Florianópolis', 'slug' => 'camara-municipal-de-florianopolis', 'id' => '5f2ab170-b770-43bc-bee9-0b61bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 4 => array( 'Premio' => array( 'title' => 'Logotipo UNIOESTE', 'slug' => 'logotipo-unioeste', 'id' => '5f2ab0d2-7f4c-45c5-95ff-09fdbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 5 => array( 'Premio' => array( 'title' => 'Teatro Municipal de Cascavel ', 'slug' => 'teatro-municipal-de-cascavel', 'id' => '5f2aa128-2718-463d-88e6-645abffc3d9f' ), 'Video' => array(), 'Galleries' => array() ) ) $mm_projetos = array( (int) 0 => array( 'CategoriaProjeto' => array( 'title' => 'Mercados', 'slug' => 'mercados' ) ), (int) 1 => array( 'CategoriaProjeto' => array( 'title' => 'Residenciais', 'slug' => 'residenciais' ) ), (int) 2 => array( 'CategoriaProjeto' => array( 'title' => 'Corporativos', 'slug' => 'corporativos' ) ), (int) 3 => array( 'CategoriaProjeto' => array( 'title' => 'Educacionais', 'slug' => 'educacionais' ) ), (int) 4 => array( 'CategoriaProjeto' => array( 'title' => 'Hotelaria', 'slug' => 'hotelaria' ) ), (int) 5 => array( 'CategoriaProjeto' => array( 'title' => 'Institucionais', 'slug' => 'institucionais' ) ) ) $paginas = array( (int) 0 => array( 'Pagina' => array( 'title' => 'Sobre o Escritório', 'slug' => 'sobre-o-escritorio', 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Pagina' => array( 'title' => 'Arquiteto Victor Hugo Bertolucci', 'slug' => 'arquiteto-victor-hugo-bertolucci', 'id' => '5ee8f949-9e24-4abd-bebd-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Pagina' => array( 'title' => 'Arquiteto Luiz Alberto Círico', 'slug' => 'arquiteto-luiz-alberto-cirico', 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Pagina' => array( 'title' => 'Arquiteto Nelson Nabih Nástas ', 'slug' => 'arquiteto-nelson-nabih-nastas', 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ) ) $canonical = 'https://nbcarquitetura.com.br/historico/curriculum-vitor'</pre><pre class="stack-trace">include - APP/Plugin/Paginas/View/Paginas/view.ctp, line 3 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073ca784-trace').style.display = (document.getElementById('cakeErr67057073ca784-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Pagina [<b>APP/Plugin/Paginas/View/Paginas/view.ctp</b>, line <b>9</b>]<div id="cakeErr67057073ca784-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073ca784-code').style.display = (document.getElementById('cakeErr67057073ca784-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073ca784-context').style.display = (document.getElementById('cakeErr67057073ca784-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67057073ca784-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #DD0000">'<h1 class="hti">'</span><span style="color: #007700">.</span><span style="color: #0000BB">$post</span><span style="color: #007700">[</span><span style="color: #DD0000">'Pagina'</span><span style="color: #007700">][</span><span style="color: #DD0000">'title'</span><span style="color: #007700">].</span><span style="color: #DD0000">'</h1>'</span><span style="color: #007700">; </span></span></code></span></pre><pre id="cakeErr67057073ca784-context" class="cake-context" style="display: none;">$viewFile = '/home/clientes/www/www.nbcarquitetura.com.br/public_html/app/Plugin/Paginas/View/Paginas/view.ctp' $dataForView = array( 'outras' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'post' => array(), 'og_title' => null, 'title_for_layout' => ' - NBC Arquitetura', 'numeros' => array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ), 'mm_premios' => array( (int) 0 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 4 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 5 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'mm_projetos' => array( (int) 0 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 1 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 2 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 3 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 4 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 5 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ) ), 'paginas' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'canonical' => 'https://nbcarquitetura.com.br/historico/curriculum-vitor' ) $outras = array( (int) 0 => array( 'Pagina' => array( 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff', 'title' => 'Arquiteto Nelson Nabih Nástas ', 'texto' => '<p><span style="font-size:12px;"><em><strong>In memoriam</strong></em></span></p><p>&quot;A arquitetura, por ser a uni&atilde;o de v&aacute;rias artes e ci&ecirc;ncias, permite que, atrav&eacute;s dela, a civiliza&ccedil;&atilde;o que a realizou possa ser analisada em todo o seu patrim&ocirc;nio cultural: as suas riquezas e mis&eacute;rias, as suas grandezas e problemas. Enfim, &eacute; um livro, ao ar livre, de p&aacute;ginas abertas aos olhos do mundo. &Eacute; s&oacute; querer ler. E construir.&quot;</p>', 'imagem' => 'img/uploads/5f183c5110667.jpg', 'slug' => 'arquiteto-nelson-nabih-nastas', 'created' => '2020-06-16 14:12:33', 'modified' => '2020-08-04 10:54:52', 'order_registro' => '3', 'cdate' => '16/06/2020 14:12', 'mdate' => '04/08/2020 10:54' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Pagina' => array( 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff', 'title' => 'Sobre o Escritório', 'texto' => '<p>A NBC Arquitetura, formada por tr&ecirc;s arquitetos, possui 45 anos de experi&ecirc;ncia em trabalhos de arquitetura e urbanismo. Foi fundada em 1975 e j&aacute; projetou mais de 5 milh&otilde;es de metros quadrados pelo Brasil, com mais de 1.500 projetos entregues. &Eacute; uma empresa com alta solidez e tempo de mercado, conferindo qualidade e experi&ecirc;ncia aos seus projetos.</p><p>Atualmente a sede se encontra no 8&ordm; andar do Edif&iacute;cio Day Sa&uacute;de, em Cascavel-PR.</p>', 'imagem' => '', 'slug' => 'sobre-o-escritorio', 'created' => '2020-06-16 14:08:32', 'modified' => '2020-08-05 08:57:08', 'order_registro' => '0', 'cdate' => '16/06/2020 14:08', 'mdate' => '05/08/2020 08:57' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Pagina' => array( 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524', 'title' => 'Arquiteto Luiz Alberto Círico', 'texto' => '<p><span style="font-size:12px;"><strong>Arquiteto e s&oacute;cio-propriet&aacute;rio NBC Arquitetura</strong></span></p><p>&quot;&Eacute; t&atilde;o f&aacute;cil amar a arquitetura quanto gostar de passear. Na verdade todas as coisas constru&iacute;das pelo homem permitem esse passeio, essa viagem no tempo e no espa&ccedil;o, &eacute; s&oacute; abrir os olhos e come&ccedil;ar a descobrir que existe um mundo maravilhoso, que apresenta um perfil in&eacute;dito por detr&aacute;s da mais simples constru&ccedil;&atilde;o.&quot;</p>', 'imagem' => 'img/uploads/5f401f85a8d59.jpeg', 'slug' => 'arquiteto-luiz-alberto-cirico', 'created' => '2020-06-18 14:20:42', 'modified' => '2020-08-21 16:24:57', 'order_registro' => '2', 'cdate' => '18/06/2020 14:20', 'mdate' => '21/08/2020 16:24' ), 'Video' => array(), 'Galleries' => array() ) ) $post = array() $og_title = null $title_for_layout = ' - NBC Arquitetura' $numeros = array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ) $mm_premios = array( (int) 0 => array( 'Premio' => array( 'title' => 'Edifício da Reitoria FUNIOESTE', 'slug' => 'edificio-da-reitoria-funioeste', 'id' => '5f2ab80f-e0fc-4ace-bbf9-1c29bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Premio' => array( 'title' => 'Logotipo AEAC', 'slug' => 'logotipo-aeac', 'id' => '5f2ab7ce-0f98-4f91-aa2c-1b3cbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Premio' => array( 'title' => 'Terminal Rodoviário Internacional de Itajaí', 'slug' => 'terminal-rodoviario-internacional-de-itajai', 'id' => '5f2ab1b6-5764-4042-a796-0c58bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Premio' => array( 'title' => 'Câmara Municipal de Florianópolis', 'slug' => 'camara-municipal-de-florianopolis', 'id' => '5f2ab170-b770-43bc-bee9-0b61bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 4 => array( 'Premio' => array( 'title' => 'Logotipo UNIOESTE', 'slug' => 'logotipo-unioeste', 'id' => '5f2ab0d2-7f4c-45c5-95ff-09fdbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 5 => array( 'Premio' => array( 'title' => 'Teatro Municipal de Cascavel ', 'slug' => 'teatro-municipal-de-cascavel', 'id' => '5f2aa128-2718-463d-88e6-645abffc3d9f' ), 'Video' => array(), 'Galleries' => array() ) ) $mm_projetos = array( (int) 0 => array( 'CategoriaProjeto' => array( 'title' => 'Mercados', 'slug' => 'mercados' ) ), (int) 1 => array( 'CategoriaProjeto' => array( 'title' => 'Residenciais', 'slug' => 'residenciais' ) ), (int) 2 => array( 'CategoriaProjeto' => array( 'title' => 'Corporativos', 'slug' => 'corporativos' ) ), (int) 3 => array( 'CategoriaProjeto' => array( 'title' => 'Educacionais', 'slug' => 'educacionais' ) ), (int) 4 => array( 'CategoriaProjeto' => array( 'title' => 'Hotelaria', 'slug' => 'hotelaria' ) ), (int) 5 => array( 'CategoriaProjeto' => array( 'title' => 'Institucionais', 'slug' => 'institucionais' ) ) ) $paginas = array( (int) 0 => array( 'Pagina' => array( 'title' => 'Sobre o Escritório', 'slug' => 'sobre-o-escritorio', 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Pagina' => array( 'title' => 'Arquiteto Victor Hugo Bertolucci', 'slug' => 'arquiteto-victor-hugo-bertolucci', 'id' => '5ee8f949-9e24-4abd-bebd-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Pagina' => array( 'title' => 'Arquiteto Luiz Alberto Círico', 'slug' => 'arquiteto-luiz-alberto-cirico', 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Pagina' => array( 'title' => 'Arquiteto Nelson Nabih Nástas ', 'slug' => 'arquiteto-nelson-nabih-nastas', 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ) ) $canonical = 'https://nbcarquitetura.com.br/historico/curriculum-vitor'</pre><pre class="stack-trace">include - APP/Plugin/Paginas/View/Paginas/view.ctp, line 9 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110</pre></div></pre><h1 class="hti"></h1><div class="row texto"><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073caf4d-trace').style.display = (document.getElementById('cakeErr67057073caf4d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Pagina [<b>APP/Plugin/Paginas/View/Paginas/view.ctp</b>, line <b>12</b>]<div id="cakeErr67057073caf4d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073caf4d-code').style.display = (document.getElementById('cakeErr67057073caf4d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073caf4d-context').style.display = (document.getElementById('cakeErr67057073caf4d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67057073caf4d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #DD0000">'<div class="row texto">'</span><span style="color: #007700">; </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$post</span><span style="color: #007700">[</span><span style="color: #DD0000">'Pagina'</span><span style="color: #007700">][</span><span style="color: #DD0000">'texto'</span><span style="color: #007700">]; </span></span></code></span></pre><pre id="cakeErr67057073caf4d-context" class="cake-context" style="display: none;">$viewFile = '/home/clientes/www/www.nbcarquitetura.com.br/public_html/app/Plugin/Paginas/View/Paginas/view.ctp' $dataForView = array( 'outras' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'post' => array(), 'og_title' => null, 'title_for_layout' => ' - NBC Arquitetura', 'numeros' => array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ), 'mm_premios' => array( (int) 0 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 4 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 5 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'mm_projetos' => array( (int) 0 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 1 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 2 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 3 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 4 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 5 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ) ), 'paginas' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'canonical' => 'https://nbcarquitetura.com.br/historico/curriculum-vitor' ) $outras = array( (int) 0 => array( 'Pagina' => array( 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff', 'title' => 'Arquiteto Nelson Nabih Nástas ', 'texto' => '<p><span style="font-size:12px;"><em><strong>In memoriam</strong></em></span></p><p>&quot;A arquitetura, por ser a uni&atilde;o de v&aacute;rias artes e ci&ecirc;ncias, permite que, atrav&eacute;s dela, a civiliza&ccedil;&atilde;o que a realizou possa ser analisada em todo o seu patrim&ocirc;nio cultural: as suas riquezas e mis&eacute;rias, as suas grandezas e problemas. Enfim, &eacute; um livro, ao ar livre, de p&aacute;ginas abertas aos olhos do mundo. &Eacute; s&oacute; querer ler. E construir.&quot;</p>', 'imagem' => 'img/uploads/5f183c5110667.jpg', 'slug' => 'arquiteto-nelson-nabih-nastas', 'created' => '2020-06-16 14:12:33', 'modified' => '2020-08-04 10:54:52', 'order_registro' => '3', 'cdate' => '16/06/2020 14:12', 'mdate' => '04/08/2020 10:54' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Pagina' => array( 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff', 'title' => 'Sobre o Escritório', 'texto' => '<p>A NBC Arquitetura, formada por tr&ecirc;s arquitetos, possui 45 anos de experi&ecirc;ncia em trabalhos de arquitetura e urbanismo. Foi fundada em 1975 e j&aacute; projetou mais de 5 milh&otilde;es de metros quadrados pelo Brasil, com mais de 1.500 projetos entregues. &Eacute; uma empresa com alta solidez e tempo de mercado, conferindo qualidade e experi&ecirc;ncia aos seus projetos.</p><p>Atualmente a sede se encontra no 8&ordm; andar do Edif&iacute;cio Day Sa&uacute;de, em Cascavel-PR.</p>', 'imagem' => '', 'slug' => 'sobre-o-escritorio', 'created' => '2020-06-16 14:08:32', 'modified' => '2020-08-05 08:57:08', 'order_registro' => '0', 'cdate' => '16/06/2020 14:08', 'mdate' => '05/08/2020 08:57' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Pagina' => array( 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524', 'title' => 'Arquiteto Luiz Alberto Círico', 'texto' => '<p><span style="font-size:12px;"><strong>Arquiteto e s&oacute;cio-propriet&aacute;rio NBC Arquitetura</strong></span></p><p>&quot;&Eacute; t&atilde;o f&aacute;cil amar a arquitetura quanto gostar de passear. Na verdade todas as coisas constru&iacute;das pelo homem permitem esse passeio, essa viagem no tempo e no espa&ccedil;o, &eacute; s&oacute; abrir os olhos e come&ccedil;ar a descobrir que existe um mundo maravilhoso, que apresenta um perfil in&eacute;dito por detr&aacute;s da mais simples constru&ccedil;&atilde;o.&quot;</p>', 'imagem' => 'img/uploads/5f401f85a8d59.jpeg', 'slug' => 'arquiteto-luiz-alberto-cirico', 'created' => '2020-06-18 14:20:42', 'modified' => '2020-08-21 16:24:57', 'order_registro' => '2', 'cdate' => '18/06/2020 14:20', 'mdate' => '21/08/2020 16:24' ), 'Video' => array(), 'Galleries' => array() ) ) $post = array() $og_title = null $title_for_layout = ' - NBC Arquitetura' $numeros = array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ) $mm_premios = array( (int) 0 => array( 'Premio' => array( 'title' => 'Edifício da Reitoria FUNIOESTE', 'slug' => 'edificio-da-reitoria-funioeste', 'id' => '5f2ab80f-e0fc-4ace-bbf9-1c29bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Premio' => array( 'title' => 'Logotipo AEAC', 'slug' => 'logotipo-aeac', 'id' => '5f2ab7ce-0f98-4f91-aa2c-1b3cbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Premio' => array( 'title' => 'Terminal Rodoviário Internacional de Itajaí', 'slug' => 'terminal-rodoviario-internacional-de-itajai', 'id' => '5f2ab1b6-5764-4042-a796-0c58bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Premio' => array( 'title' => 'Câmara Municipal de Florianópolis', 'slug' => 'camara-municipal-de-florianopolis', 'id' => '5f2ab170-b770-43bc-bee9-0b61bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 4 => array( 'Premio' => array( 'title' => 'Logotipo UNIOESTE', 'slug' => 'logotipo-unioeste', 'id' => '5f2ab0d2-7f4c-45c5-95ff-09fdbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 5 => array( 'Premio' => array( 'title' => 'Teatro Municipal de Cascavel ', 'slug' => 'teatro-municipal-de-cascavel', 'id' => '5f2aa128-2718-463d-88e6-645abffc3d9f' ), 'Video' => array(), 'Galleries' => array() ) ) $mm_projetos = array( (int) 0 => array( 'CategoriaProjeto' => array( 'title' => 'Mercados', 'slug' => 'mercados' ) ), (int) 1 => array( 'CategoriaProjeto' => array( 'title' => 'Residenciais', 'slug' => 'residenciais' ) ), (int) 2 => array( 'CategoriaProjeto' => array( 'title' => 'Corporativos', 'slug' => 'corporativos' ) ), (int) 3 => array( 'CategoriaProjeto' => array( 'title' => 'Educacionais', 'slug' => 'educacionais' ) ), (int) 4 => array( 'CategoriaProjeto' => array( 'title' => 'Hotelaria', 'slug' => 'hotelaria' ) ), (int) 5 => array( 'CategoriaProjeto' => array( 'title' => 'Institucionais', 'slug' => 'institucionais' ) ) ) $paginas = array( (int) 0 => array( 'Pagina' => array( 'title' => 'Sobre o Escritório', 'slug' => 'sobre-o-escritorio', 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Pagina' => array( 'title' => 'Arquiteto Victor Hugo Bertolucci', 'slug' => 'arquiteto-victor-hugo-bertolucci', 'id' => '5ee8f949-9e24-4abd-bebd-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Pagina' => array( 'title' => 'Arquiteto Luiz Alberto Círico', 'slug' => 'arquiteto-luiz-alberto-cirico', 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Pagina' => array( 'title' => 'Arquiteto Nelson Nabih Nástas ', 'slug' => 'arquiteto-nelson-nabih-nastas', 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ) ) $canonical = 'https://nbcarquitetura.com.br/historico/curriculum-vitor'</pre><pre class="stack-trace">include - APP/Plugin/Paginas/View/Paginas/view.ctp, line 12 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110</pre></div></pre></div><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073cb6b5-trace').style.display = (document.getElementById('cakeErr67057073cb6b5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Galleries [<b>APP/Plugin/Paginas/View/Paginas/view.ctp</b>, line <b>15</b>]<div id="cakeErr67057073cb6b5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073cb6b5-code').style.display = (document.getElementById('cakeErr67057073cb6b5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073cb6b5-context').style.display = (document.getElementById('cakeErr67057073cb6b5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67057073cb6b5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #DD0000">'</div>'</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">count</span><span style="color: #007700">(</span><span style="color: #0000BB">$post</span><span style="color: #007700">[</span><span style="color: #DD0000">'Galleries'</span><span style="color: #007700">]) > </span><span style="color: #0000BB">0</span><span style="color: #007700">) { </span></span></code></span></pre><pre id="cakeErr67057073cb6b5-context" class="cake-context" style="display: none;">$viewFile = '/home/clientes/www/www.nbcarquitetura.com.br/public_html/app/Plugin/Paginas/View/Paginas/view.ctp' $dataForView = array( 'outras' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'post' => array(), 'og_title' => null, 'title_for_layout' => ' - NBC Arquitetura', 'numeros' => array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ), 'mm_premios' => array( (int) 0 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 4 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 5 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'mm_projetos' => array( (int) 0 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 1 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 2 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 3 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 4 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 5 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ) ), 'paginas' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'canonical' => 'https://nbcarquitetura.com.br/historico/curriculum-vitor' ) $outras = array( (int) 0 => array( 'Pagina' => array( 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff', 'title' => 'Arquiteto Nelson Nabih Nástas ', 'texto' => '<p><span style="font-size:12px;"><em><strong>In memoriam</strong></em></span></p><p>&quot;A arquitetura, por ser a uni&atilde;o de v&aacute;rias artes e ci&ecirc;ncias, permite que, atrav&eacute;s dela, a civiliza&ccedil;&atilde;o que a realizou possa ser analisada em todo o seu patrim&ocirc;nio cultural: as suas riquezas e mis&eacute;rias, as suas grandezas e problemas. Enfim, &eacute; um livro, ao ar livre, de p&aacute;ginas abertas aos olhos do mundo. &Eacute; s&oacute; querer ler. E construir.&quot;</p>', 'imagem' => 'img/uploads/5f183c5110667.jpg', 'slug' => 'arquiteto-nelson-nabih-nastas', 'created' => '2020-06-16 14:12:33', 'modified' => '2020-08-04 10:54:52', 'order_registro' => '3', 'cdate' => '16/06/2020 14:12', 'mdate' => '04/08/2020 10:54' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Pagina' => array( 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff', 'title' => 'Sobre o Escritório', 'texto' => '<p>A NBC Arquitetura, formada por tr&ecirc;s arquitetos, possui 45 anos de experi&ecirc;ncia em trabalhos de arquitetura e urbanismo. Foi fundada em 1975 e j&aacute; projetou mais de 5 milh&otilde;es de metros quadrados pelo Brasil, com mais de 1.500 projetos entregues. &Eacute; uma empresa com alta solidez e tempo de mercado, conferindo qualidade e experi&ecirc;ncia aos seus projetos.</p><p>Atualmente a sede se encontra no 8&ordm; andar do Edif&iacute;cio Day Sa&uacute;de, em Cascavel-PR.</p>', 'imagem' => '', 'slug' => 'sobre-o-escritorio', 'created' => '2020-06-16 14:08:32', 'modified' => '2020-08-05 08:57:08', 'order_registro' => '0', 'cdate' => '16/06/2020 14:08', 'mdate' => '05/08/2020 08:57' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Pagina' => array( 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524', 'title' => 'Arquiteto Luiz Alberto Círico', 'texto' => '<p><span style="font-size:12px;"><strong>Arquiteto e s&oacute;cio-propriet&aacute;rio NBC Arquitetura</strong></span></p><p>&quot;&Eacute; t&atilde;o f&aacute;cil amar a arquitetura quanto gostar de passear. Na verdade todas as coisas constru&iacute;das pelo homem permitem esse passeio, essa viagem no tempo e no espa&ccedil;o, &eacute; s&oacute; abrir os olhos e come&ccedil;ar a descobrir que existe um mundo maravilhoso, que apresenta um perfil in&eacute;dito por detr&aacute;s da mais simples constru&ccedil;&atilde;o.&quot;</p>', 'imagem' => 'img/uploads/5f401f85a8d59.jpeg', 'slug' => 'arquiteto-luiz-alberto-cirico', 'created' => '2020-06-18 14:20:42', 'modified' => '2020-08-21 16:24:57', 'order_registro' => '2', 'cdate' => '18/06/2020 14:20', 'mdate' => '21/08/2020 16:24' ), 'Video' => array(), 'Galleries' => array() ) ) $post = array() $og_title = null $title_for_layout = ' - NBC Arquitetura' $numeros = array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ) $mm_premios = array( (int) 0 => array( 'Premio' => array( 'title' => 'Edifício da Reitoria FUNIOESTE', 'slug' => 'edificio-da-reitoria-funioeste', 'id' => '5f2ab80f-e0fc-4ace-bbf9-1c29bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Premio' => array( 'title' => 'Logotipo AEAC', 'slug' => 'logotipo-aeac', 'id' => '5f2ab7ce-0f98-4f91-aa2c-1b3cbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Premio' => array( 'title' => 'Terminal Rodoviário Internacional de Itajaí', 'slug' => 'terminal-rodoviario-internacional-de-itajai', 'id' => '5f2ab1b6-5764-4042-a796-0c58bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Premio' => array( 'title' => 'Câmara Municipal de Florianópolis', 'slug' => 'camara-municipal-de-florianopolis', 'id' => '5f2ab170-b770-43bc-bee9-0b61bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 4 => array( 'Premio' => array( 'title' => 'Logotipo UNIOESTE', 'slug' => 'logotipo-unioeste', 'id' => '5f2ab0d2-7f4c-45c5-95ff-09fdbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 5 => array( 'Premio' => array( 'title' => 'Teatro Municipal de Cascavel ', 'slug' => 'teatro-municipal-de-cascavel', 'id' => '5f2aa128-2718-463d-88e6-645abffc3d9f' ), 'Video' => array(), 'Galleries' => array() ) ) $mm_projetos = array( (int) 0 => array( 'CategoriaProjeto' => array( 'title' => 'Mercados', 'slug' => 'mercados' ) ), (int) 1 => array( 'CategoriaProjeto' => array( 'title' => 'Residenciais', 'slug' => 'residenciais' ) ), (int) 2 => array( 'CategoriaProjeto' => array( 'title' => 'Corporativos', 'slug' => 'corporativos' ) ), (int) 3 => array( 'CategoriaProjeto' => array( 'title' => 'Educacionais', 'slug' => 'educacionais' ) ), (int) 4 => array( 'CategoriaProjeto' => array( 'title' => 'Hotelaria', 'slug' => 'hotelaria' ) ), (int) 5 => array( 'CategoriaProjeto' => array( 'title' => 'Institucionais', 'slug' => 'institucionais' ) ) ) $paginas = array( (int) 0 => array( 'Pagina' => array( 'title' => 'Sobre o Escritório', 'slug' => 'sobre-o-escritorio', 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Pagina' => array( 'title' => 'Arquiteto Victor Hugo Bertolucci', 'slug' => 'arquiteto-victor-hugo-bertolucci', 'id' => '5ee8f949-9e24-4abd-bebd-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Pagina' => array( 'title' => 'Arquiteto Luiz Alberto Círico', 'slug' => 'arquiteto-luiz-alberto-cirico', 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Pagina' => array( 'title' => 'Arquiteto Nelson Nabih Nástas ', 'slug' => 'arquiteto-nelson-nabih-nastas', 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ) ) $canonical = 'https://nbcarquitetura.com.br/historico/curriculum-vitor'</pre><pre class="stack-trace">include - APP/Plugin/Paginas/View/Paginas/view.ctp, line 15 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073cbe60-trace').style.display = (document.getElementById('cakeErr67057073cbe60-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Video [<b>APP/Plugin/Paginas/View/Paginas/view.ctp</b>, line <b>31</b>]<div id="cakeErr67057073cbe60-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073cbe60-code').style.display = (document.getElementById('cakeErr67057073cbe60-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67057073cbe60-context').style.display = (document.getElementById('cakeErr67057073cbe60-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67057073cbe60-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if(</span><span style="color: #0000BB">count</span><span style="color: #007700">(</span><span style="color: #0000BB">$post</span><span style="color: #007700">[</span><span style="color: #DD0000">'Video'</span><span style="color: #007700">]) > </span><span style="color: #0000BB">0</span><span style="color: #007700">){ </span></span></code></span></pre><pre id="cakeErr67057073cbe60-context" class="cake-context" style="display: none;">$viewFile = '/home/clientes/www/www.nbcarquitetura.com.br/public_html/app/Plugin/Paginas/View/Paginas/view.ctp' $dataForView = array( 'outras' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'post' => array(), 'og_title' => null, 'title_for_layout' => ' - NBC Arquitetura', 'numeros' => array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ), 'mm_premios' => array( (int) 0 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 1 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 4 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 5 => array( 'Premio' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'mm_projetos' => array( (int) 0 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 1 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 2 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 3 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 4 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ), (int) 5 => array( 'CategoriaProjeto' => array( [maximum depth reached] ) ) ), 'paginas' => array( (int) 0 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array( [maximum depth reached] ) ), (int) 1 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 2 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ), (int) 3 => array( 'Pagina' => array( [maximum depth reached] ), 'Video' => array([maximum depth reached]), 'Galleries' => array([maximum depth reached]) ) ), 'canonical' => 'https://nbcarquitetura.com.br/historico/curriculum-vitor' ) $outras = array( (int) 0 => array( 'Pagina' => array( 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff', 'title' => 'Arquiteto Nelson Nabih Nástas ', 'texto' => '<p><span style="font-size:12px;"><em><strong>In memoriam</strong></em></span></p><p>&quot;A arquitetura, por ser a uni&atilde;o de v&aacute;rias artes e ci&ecirc;ncias, permite que, atrav&eacute;s dela, a civiliza&ccedil;&atilde;o que a realizou possa ser analisada em todo o seu patrim&ocirc;nio cultural: as suas riquezas e mis&eacute;rias, as suas grandezas e problemas. Enfim, &eacute; um livro, ao ar livre, de p&aacute;ginas abertas aos olhos do mundo. &Eacute; s&oacute; querer ler. E construir.&quot;</p>', 'imagem' => 'img/uploads/5f183c5110667.jpg', 'slug' => 'arquiteto-nelson-nabih-nastas', 'created' => '2020-06-16 14:12:33', 'modified' => '2020-08-04 10:54:52', 'order_registro' => '3', 'cdate' => '16/06/2020 14:12', 'mdate' => '04/08/2020 10:54' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Pagina' => array( 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff', 'title' => 'Sobre o Escritório', 'texto' => '<p>A NBC Arquitetura, formada por tr&ecirc;s arquitetos, possui 45 anos de experi&ecirc;ncia em trabalhos de arquitetura e urbanismo. Foi fundada em 1975 e j&aacute; projetou mais de 5 milh&otilde;es de metros quadrados pelo Brasil, com mais de 1.500 projetos entregues. &Eacute; uma empresa com alta solidez e tempo de mercado, conferindo qualidade e experi&ecirc;ncia aos seus projetos.</p><p>Atualmente a sede se encontra no 8&ordm; andar do Edif&iacute;cio Day Sa&uacute;de, em Cascavel-PR.</p>', 'imagem' => '', 'slug' => 'sobre-o-escritorio', 'created' => '2020-06-16 14:08:32', 'modified' => '2020-08-05 08:57:08', 'order_registro' => '0', 'cdate' => '16/06/2020 14:08', 'mdate' => '05/08/2020 08:57' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Pagina' => array( 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524', 'title' => 'Arquiteto Luiz Alberto Círico', 'texto' => '<p><span style="font-size:12px;"><strong>Arquiteto e s&oacute;cio-propriet&aacute;rio NBC Arquitetura</strong></span></p><p>&quot;&Eacute; t&atilde;o f&aacute;cil amar a arquitetura quanto gostar de passear. Na verdade todas as coisas constru&iacute;das pelo homem permitem esse passeio, essa viagem no tempo e no espa&ccedil;o, &eacute; s&oacute; abrir os olhos e come&ccedil;ar a descobrir que existe um mundo maravilhoso, que apresenta um perfil in&eacute;dito por detr&aacute;s da mais simples constru&ccedil;&atilde;o.&quot;</p>', 'imagem' => 'img/uploads/5f401f85a8d59.jpeg', 'slug' => 'arquiteto-luiz-alberto-cirico', 'created' => '2020-06-18 14:20:42', 'modified' => '2020-08-21 16:24:57', 'order_registro' => '2', 'cdate' => '18/06/2020 14:20', 'mdate' => '21/08/2020 16:24' ), 'Video' => array(), 'Galleries' => array() ) ) $post = array() $og_title = null $title_for_layout = ' - NBC Arquitetura' $numeros = array( 'Numero' => array( 'id' => '5f11d701-2240-4095-b2c4-274c3e7806ff', 'numero_projetos' => '1.502', 'm_projetos' => '5.000.000', 'obras_executadas' => '195.143', 'obras_execucao' => '163.644', 'created' => '2020-07-17 13:51:13', 'modified' => '2020-07-17 14:25:01', 'cdate' => '17/07/2020 13:51', 'mdate' => '17/07/2020 14:25' ), 'Video' => array(), 'Galleries' => array() ) $mm_premios = array( (int) 0 => array( 'Premio' => array( 'title' => 'Edifício da Reitoria FUNIOESTE', 'slug' => 'edificio-da-reitoria-funioeste', 'id' => '5f2ab80f-e0fc-4ace-bbf9-1c29bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 1 => array( 'Premio' => array( 'title' => 'Logotipo AEAC', 'slug' => 'logotipo-aeac', 'id' => '5f2ab7ce-0f98-4f91-aa2c-1b3cbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Premio' => array( 'title' => 'Terminal Rodoviário Internacional de Itajaí', 'slug' => 'terminal-rodoviario-internacional-de-itajai', 'id' => '5f2ab1b6-5764-4042-a796-0c58bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Premio' => array( 'title' => 'Câmara Municipal de Florianópolis', 'slug' => 'camara-municipal-de-florianopolis', 'id' => '5f2ab170-b770-43bc-bee9-0b61bffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 4 => array( 'Premio' => array( 'title' => 'Logotipo UNIOESTE', 'slug' => 'logotipo-unioeste', 'id' => '5f2ab0d2-7f4c-45c5-95ff-09fdbffc3d9f' ), 'Video' => array(), 'Galleries' => array() ), (int) 5 => array( 'Premio' => array( 'title' => 'Teatro Municipal de Cascavel ', 'slug' => 'teatro-municipal-de-cascavel', 'id' => '5f2aa128-2718-463d-88e6-645abffc3d9f' ), 'Video' => array(), 'Galleries' => array() ) ) $mm_projetos = array( (int) 0 => array( 'CategoriaProjeto' => array( 'title' => 'Mercados', 'slug' => 'mercados' ) ), (int) 1 => array( 'CategoriaProjeto' => array( 'title' => 'Residenciais', 'slug' => 'residenciais' ) ), (int) 2 => array( 'CategoriaProjeto' => array( 'title' => 'Corporativos', 'slug' => 'corporativos' ) ), (int) 3 => array( 'CategoriaProjeto' => array( 'title' => 'Educacionais', 'slug' => 'educacionais' ) ), (int) 4 => array( 'CategoriaProjeto' => array( 'title' => 'Hotelaria', 'slug' => 'hotelaria' ) ), (int) 5 => array( 'CategoriaProjeto' => array( 'title' => 'Institucionais', 'slug' => 'institucionais' ) ) ) $paginas = array( (int) 0 => array( 'Pagina' => array( 'title' => 'Sobre o Escritório', 'slug' => 'sobre-o-escritorio', 'id' => '5ee8fc90-74fc-4745-b13b-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array( 'images' => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Pagina' => array( 'title' => 'Arquiteto Victor Hugo Bertolucci', 'slug' => 'arquiteto-victor-hugo-bertolucci', 'id' => '5ee8f949-9e24-4abd-bebd-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ), (int) 2 => array( 'Pagina' => array( 'title' => 'Arquiteto Luiz Alberto Círico', 'slug' => 'arquiteto-luiz-alberto-cirico', 'id' => '5eeba26a-24c0-4822-ae56-462dc0b9d524' ), 'Video' => array(), 'Galleries' => array() ), (int) 3 => array( 'Pagina' => array( 'title' => 'Arquiteto Nelson Nabih Nástas ', 'slug' => 'arquiteto-nelson-nabih-nastas', 'id' => '5ee8fd81-9428-4616-9d17-1d683e7806ff' ), 'Video' => array(), 'Galleries' => array() ) ) $canonical = 'https://nbcarquitetura.com.br/historico/curriculum-vitor'</pre><pre class="stack-trace">include - APP/Plugin/Paginas/View/Paginas/view.ctp, line 31 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110</pre></div></pre></div><footer> <div class="container-fix"> <div class="row numeros"> <div class="three columns"><h5><b>1.502</b> projetos de arquitetura elaborados</h5></div><div class="three columns"><h5><b>5.000.000</b> m² de <br> projetos de arquitetura</h5></div><div class="three columns"><h5><b>195.143</b> m² de <br> obras executadas</h5></div><div class="three columns"><h5><b>163.644</b> m² de <br> obras em execução</h5></div> </div> <div class="row rf"> <div class="ten columns leftc"> <a href="tel:4532251116">45 3225-1116</a><p>R. Minas Gerais, 2061 - Centro. Cascavel - PR, 85812-030</p><a href="mailto:nbc@nbcarquitetura.com.br" class="mail">nbc@nbcarquitetura.com.br</a> </div> <div class="two columns socials"> <a href="/redireciona-redes-sociais/facebook" target="_blank"><i class="fab fa-facebook"></i></a><a href="/redireciona-redes-sociais/instagram" target="_blank"><i class="fab fa-instagram"></i></a><a href="/redireciona-redes-sociais/youtube" target="_blank"><i class="fab fa-youtube"></i></a> </div> </div> </div> <div class="box-whatsapp"> <a href="/fale-via-whatsapp" target="_blank"><span>Fale Conosco via WhatsApp</span> <img src="/img/button_whatsapp.png" alt="Fale conosco via WhatsApp" title="Fale conosco via WhatsApp"/></a> </div> </footer> <script src="https://nbcarquitetura.com.br/js/jslm.js"></script> <script src="https://nbcarquitetura.com.br/js/less.js"></script> <script src="https://nbcarquitetura.com.br/wow/wow.min.js"></script> <script src="https://nbcarquitetura.com.br/js/app.js"></script> <script> // var screen_height = window.innerHeight; var screen = window.screen.height; var size_home = parseInt(screen) - parseInt(395); $('#bgbb').css('height',size_home+'px'); </script> </body> </html>' [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array() [protected] _cookies => array() }