Warning (2): ini_set() [<a href='http://php.net/function.ini-set'>function.ini-set</a>]: Headers already sent. You cannot change the session module's ini settings at this time [CORE/Cake/Model/Datasource/CakeSession.php, line 553]Code Contextif (!empty($sessionConfig['ini']) && is_array($sessionConfig['ini'])) {
foreach ($sessionConfig['ini'] as $setting => $value) {
if (ini_set($setting, $value) === false) {
$sessionConfig = array( 'cookie' => 'CAKEPHP', 'timeout' => (int) 240, 'ini' => array( 'session.use_trans_sid' => (int) 0, 'session.cookie_path' => '/', 'session.cookie_secure' => (int) 1, 'session.cookie_lifetime' => (int) 14400, 'session.name' => 'CAKEPHP', 'session.gc_maxlifetime' => (int) 14400, 'session.cookie_httponly' => (int) 1 ), 'defaults' => 'php', 'cookieTimeout' => (int) 240, 'cacheLimiter' => 'must-revalidate' ) $defaults = array( 'cookie' => 'CAKEPHP', 'timeout' => (int) 240, 'ini' => array( 'session.use_trans_sid' => (int) 0, 'session.cookie_path' => '/' ) ) $value = (int) 0 $setting = 'session.use_trans_sid'ini_set - [internal], line ?? CakeSession::_configureSession() - CORE/Cake/Model/Datasource/CakeSession.php, line 553 CakeSession::_cookieName() - CORE/Cake/Model/Datasource/CakeSession.php, line 588 CakeSession::_hasSession() - CORE/Cake/Model/Datasource/CakeSession.php, line 599 CakeSession::check() - CORE/Cake/Model/Datasource/CakeSession.php, line 233 FlashHelper::render() - CORE/Cake/View/Helper/FlashHelper.php, line 72 include - APP/View/Layouts/default.ctp, line 27 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 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
Unable to configure the session, setting session.use_trans_sid failed.
Error: An Internal Error Has Occurred.
Stack Trace
- CORE/Cake/Model/Datasource/CakeSession.php line 588 → CakeSession::_configureSession()
}
static::init();
static::_configureSession();
- CORE/Cake/Model/Datasource/CakeSession.php line 599 → CakeSession::_cookieName()
* @return bool
*/
protected static function _hasSession() {
return static::started() || isset($_COOKIE[static::_cookieName()]) || (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg');
}
- CORE/Cake/Model/Datasource/CakeSession.php line 233 → CakeSession::_hasSession()
* @return bool True if variable is there
*/
public static function check($name) {
if (!static::_hasSession() || !static::start()) {
return false;
- CORE/Cake/View/Helper/FlashHelper.php line 72 → CakeSession::check(string)
* @throws UnexpectedValueException If value for flash settings key is not an array.
*/
public function render($key = 'flash', $options = array()) {
if (!CakeSession::check("Message.$key")) {
return null;
'Message.flash'
- APP/View/Layouts/default.ctp line 27 → FlashHelper->render()
<?php echo $this->Element('header') ?>
<!--Conteudo da pagina-->
<main role="main">
<?php echo $this->Flash->render(); ?>
<?php echo $this->fetch('content'); ?>
- CORE/Cake/View/View.php line 971 → include(string)
extract($dataForView);
ob_start();
include $this->__viewFile;
'/opt/sites/foigf/www/app/View/Layouts/default.ctp'
- CORE/Cake/View/View.php line 933 → View->_evaluate(string, array)
$beforeEvent = new CakeEvent('View.beforeRenderFile', $this, array($viewFile));
$eventManager->dispatch($beforeEvent);
$content = $this->_evaluate($viewFile, $data);
'/opt/sites/foigf/www/app/View/Layouts/default.ctp' array( 'videos' => array(), 'related_sessions' => array(), 'sessao' => array(), 'edition' => array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( 'id' => '15', 'edition_id' => '12', 'dayname_id' => '1', 'date' => '2013-10-21', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 1 => array( 'id' => '16', 'edition_id' => '12', 'dayname_id' => '2', 'date' => '2013-10-22', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 2 => array( 'id' => '17', 'edition_id' => '12', 'dayname_id' => '3', 'date' => '2013-10-23', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 3 => array( 'id' => '18', 'edition_id' => '12', 'dayname_id' => '4', 'date' => '2013-10-24', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 4 => array( 'id' => '19', 'edition_id' => '12', 'dayname_id' => '5', 'date' => '2013-10-25', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ) ) ), 'countries' => array( (int) 0 => array( 'Forum' => array( 'id' => '2', 'title' => 'Fórum da Internet no Brasil', 'slug' => 'brazil', 'nickname' => 'Brazil', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/brazil.png', 'country_id' => '13', 'created' => '2017-06-07 14:11:22', 'modified' => '2018-06-22 15:12:06' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '13', 'code' => 'br', 'name' => 'Brazil', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => 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] ), (int) 6 => array( [maximum depth reached] ) ), 'User' => 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) 1 => array( 'Forum' => array( 'id' => '4', 'title' => 'Youth LACIGF', 'slug' => 'youthlacigf', 'nickname' => 'Youth LACIGF', 'description' => '<p>El YouthLACIGF es una iniciativa que nace de la creciente comunidad de jóvenes de América Latina interesada en asuntos relacionados a Internet. Dado el rol más activo que han comenzado a tomar los jóvenes, este espacio de características multisectorial, busca ser una instancia de debate de nuevas ideas y perspectivas para fomentar la creación de líneas de discusión que serán llevadas a otros foros en la temática.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/7280f5bf-youth.png', 'country_id' => '0', 'created' => '2017-12-13 11:52:21', 'modified' => '2018-03-06 12:20:53' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => null, 'code' => null, 'name' => null, 'created' => null, 'modified' => null ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Forum' => array( 'id' => '5', 'title' => 'EuroDIG', 'slug' => 'eurodig', 'nickname' => 'EuroDIG', 'description' => '<p>The Pan-European dialogue on Internet governance (EuroDIG) is an open platform for informal and inclusive discussion and exchange on public policy issues related to Internet Governance (IG) between stakeholders from all over Europe.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/89179358-logo_euro_dig.jpg', 'country_id' => '112', 'created' => '2017-12-20 13:28:01', 'modified' => '2018-05-14 11:15:30' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => '112', 'code' => 'de', 'name' => 'Germany', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 3 => array( 'Forum' => array( 'id' => '6', 'title' => 'IGF-USA', 'slug' => 'igf-usa', 'nickname' => 'IGF-USA', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/b274e7a9-proxy.duckduckgo.com.png', 'country_id' => '3', 'created' => '2019-09-27 10:03:03', 'modified' => '2019-09-27 15:33:34' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '3', 'code' => 'us', 'name' => 'United States of America', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ) ) ) ), 'daynames' => array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ), 'igf_editions' => array( (int) 0 => array( 'Edition' => array( 'id' => '44', 'forum_id' => '1', 'slug' => '2018-paris', 'logo_url' => 'https://igf2018.fr/wp-content/uploads/2018/09/header-bonlogo.jpg', 'site' => 'https://igf2018.fr/', 'title' => 'The Internet of Trust', 'subtitle' => 'The Internet of Trust', 'edition' => '2018', 'country' => 'France', 'city' => 'Paris', 'year' => '2018', 'date_start' => '2018-11-12', 'date_finish' => '2018-11-14', 'qtd_sessions' => '147', 'created' => '2019-01-31 16:23:18', 'modified' => '2019-01-31 16:23:18', 'title_local' => '2018 - Paris' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Edition' => array( 'id' => '43', 'forum_id' => '1', 'slug' => '2017-geneve', 'logo_url' => 'https://igf2017.swiss/wp-content/uploads/2017/06/logo_navi.jpg', 'site' => 'https://igf2017.swiss/', 'title' => 'Geneve 2017', 'subtitle' => '', 'edition' => '2017', 'country' => 'Switzerland', 'city' => 'Geneve', 'year' => '2017', 'date_start' => '2017-12-17', 'date_finish' => '2017-12-21', 'qtd_sessions' => '208', 'created' => '2018-05-24 12:53:58', 'modified' => '2018-05-24 12:53:58', 'title_local' => '2017 - Geneve' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 2 => array( 'Edition' => array( 'id' => '18', 'forum_id' => '1', 'slug' => '2016-guadalajara', 'logo_url' => '/img/igfs/igf2016.png', 'site' => 'http://www.igf2016.mx/', 'title' => 'Enabling Inclusive and Sustainable Growth', 'subtitle' => 'Enabling Inclusive and Sustainable Growth', 'edition' => '2016', 'country' => 'Mexico', 'city' => 'Guadalajara', 'year' => '2016', 'date_start' => '2016-12-05', 'date_finish' => '2016-12-09', 'qtd_sessions' => '197', 'created' => '2017-10-30 10:08:06', 'modified' => '2017-10-30 10:08:06', 'title_local' => '2016 - Guadalajara' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 3 => array( 'Edition' => array( 'id' => '15', 'forum_id' => '1', 'slug' => '2015-joao-pessoa', 'logo_url' => '/img/igfs/igf2015.png', 'site' => 'http://www.igf2015.br', 'title' => 'Evolution of Internet Governance: Empowering Sustainable Development', 'subtitle' => null, 'edition' => '2015', 'country' => 'Brazil', 'city' => 'João Pessoa', 'year' => '2015', 'date_start' => '2015-11-09', 'date_finish' => '2015-11-12', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:43:17', 'modified' => '2017-10-30 10:43:17', 'title_local' => '2015 - João Pessoa' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '13', 'forum_id' => '1', 'slug' => '2014-istanbul', 'logo_url' => '/img/igfs/igf2014.jpg', 'site' => 'http://www.igf2014.org.tr/', 'title' => 'Connecting Continents for Enhanced Multistakeholder Internet Governance', 'subtitle' => null, 'edition' => '2014', 'country' => 'Turkey', 'city' => 'Istanbul', 'year' => '2014', 'date_start' => '2014-09-01', 'date_finish' => '2014-09-05', 'qtd_sessions' => '160', 'created' => '2017-10-30 10:46:25', 'modified' => '2017-10-30 10:46:25', 'title_local' => '2014 - Istanbul' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 6 => array( 'Edition' => array( 'id' => '7', 'forum_id' => '1', 'slug' => '2012-baku', 'logo_url' => '/img/igfs/igf2012.png', 'site' => 'http://igf2012.com/', 'title' => 'Internet Governance for Sustainable Human, Economic and Social Development', 'subtitle' => null, 'edition' => '2012', 'country' => 'Azerbaijan', 'city' => 'Baku', 'year' => '2012', 'date_start' => '2012-11-05', 'date_finish' => '2012-11-09', 'qtd_sessions' => '146', 'created' => '2017-10-30 10:48:13', 'modified' => '2017-10-30 10:48:13', 'title_local' => '2012 - Baku' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 7 => array( 'Edition' => array( 'id' => '6', 'forum_id' => '1', 'slug' => '2011-nairobi', 'logo_url' => '/img/igfs/igf2011.png', 'site' => 'http://igf.or.ke/', 'title' => 'Internet as a Catalyst for Change: Access, Development, Freedoms and Innovation', 'subtitle' => null, 'edition' => '2011', 'country' => 'Kenya', 'city' => 'Nairobi', 'year' => '2011', 'date_start' => '2011-09-27', 'date_finish' => '2011-09-30', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:49:11', 'modified' => '2017-10-30 10:49:11', 'title_local' => '2011 - Nairobi' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 8 => array( 'Edition' => array( 'id' => '11', 'forum_id' => '1', 'slug' => '2010-vilnius', 'logo_url' => '/img/igfs/igf2010.png', 'site' => '', 'title' => 'Developing the Future Together', 'subtitle' => null, 'edition' => '2010', 'country' => 'Lithuania', 'city' => 'Vilnius', 'year' => '2010', 'date_start' => '2010-09-14', 'date_finish' => '2017-09-17', 'qtd_sessions' => '114', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07', 'title_local' => '2010 - Vilnius' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 9 => array( 'Edition' => array( 'id' => '8', 'forum_id' => '1', 'slug' => '2009-sharm-el-sheikh', 'logo_url' => '/img/igfs/igf2009.png', 'site' => '', 'title' => 'Internet Governance Creating Opportunities for All', 'subtitle' => null, 'edition' => '2009', 'country' => 'Egypt', 'city' => 'Sharm el Sheikh', 'year' => '2009', 'date_start' => '2009-11-15', 'date_finish' => '2009-11-18', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:51:20', 'modified' => '2017-10-30 10:51:20', 'title_local' => '2009 - Sharm el Sheikh' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 10 => array( 'Edition' => array( 'id' => '5', 'forum_id' => '1', 'slug' => '2008-hyderabad', 'logo_url' => '/img/igfs/igf2008.jpg', 'site' => '', 'title' => 'Internet for All', 'subtitle' => null, 'edition' => '2008', 'country' => 'India', 'city' => 'Hyderabad', 'year' => '2008', 'date_start' => '2008-12-03', 'date_finish' => '2008-12-06', 'qtd_sessions' => '102', 'created' => '2017-10-30 10:52:12', 'modified' => '2017-10-30 10:52:12', 'title_local' => '2008 - Hyderabad' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 11 => array( 'Edition' => array( 'id' => '4', 'forum_id' => '1', 'slug' => '2007-rio-de-janeiro', 'logo_url' => '/img/igfs/igf2007.png', 'site' => 'http://www.igfbrazil2007.br/', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2007', 'country' => 'Brazil', 'city' => 'Rio de Janeiro', 'year' => '2007', 'date_start' => '2007-11-11', 'date_finish' => '2007-11-15', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:52:56', 'modified' => '2017-10-30 10:52:56', 'title_local' => '2007 - Rio de Janeiro' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 12 => array( 'Edition' => array( 'id' => '10', 'forum_id' => '1', 'slug' => '2006-athens', 'logo_url' => '/img/igfs/igf2006.jpg', 'site' => '', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2006', 'country' => 'Greece', 'city' => 'Athens', 'year' => '2006', 'date_start' => '2006-10-30', 'date_finish' => '2006-11-02', 'qtd_sessions' => '10', 'created' => '2017-10-30 10:53:34', 'modified' => '2017-10-30 10:53:34', 'title_local' => '2006 - Athens' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ) ), 'content_for_layout' => '<section> <div class="container center-block"> <div class="breadcrumb"> <ul> <li class="home"><a href="/">Home</a></li> <li class="link-level"> <a href="/igfs/edition/2013-bali">2013 - Bali</a> </li> <li class="current"><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c31c4b-trace').style.display = (document.getElementById('cakeErr603dec8c31c4b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Sessao [<b>APP/View/Sessoes/show.ctp</b>, line <b>9</b>]<div id="cakeErr603dec8c31c4b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c31c4b-code').style.display = (document.getElementById('cakeErr603dec8c31c4b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c31c4b-context').style.display = (document.getElementById('cakeErr603dec8c31c4b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603dec8c31c4b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <a href="/igfs/edition/<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$edition</span><span style="color: #007700">[</span><span style="color: #DD0000">'Edition'</span><span style="color: #007700">][</span><span style="color: #DD0000">'slug'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$edition</span><span style="color: #007700">[</span><span style="color: #DD0000">'Edition'</span><span style="color: #007700">][</span><span style="color: #DD0000">'year'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span> - <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$edition</span><span style="color: #007700">[</span><span style="color: #DD0000">'Edition'</span><span style="color: #007700">][</span><span style="color: #DD0000">'city'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span></a></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">li</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <li class="current"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'Sessao'</span><span style="color: #007700">][</span><span style="color: #DD0000">'title'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span></li></span></code></span></pre><pre id="cakeErr603dec8c31c4b-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Sessoes/show.ctp' $dataForView = array( 'videos' => array(), 'related_sessions' => array(), 'sessao' => array(), 'edition' => array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ), 'countries' => array( (int) 0 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'daynames' => array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ), 'igf_editions' => array( (int) 0 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 1 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 2 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 3 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 4 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 5 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 6 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 7 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 8 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 9 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 10 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 11 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 12 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ) ) ) $videos = array() $related_sessions = array() $sessao = array() $edition = array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( 'id' => '15', 'edition_id' => '12', 'dayname_id' => '1', 'date' => '2013-10-21', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 1 => array( 'id' => '16', 'edition_id' => '12', 'dayname_id' => '2', 'date' => '2013-10-22', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 2 => array( 'id' => '17', 'edition_id' => '12', 'dayname_id' => '3', 'date' => '2013-10-23', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 3 => array( 'id' => '18', 'edition_id' => '12', 'dayname_id' => '4', 'date' => '2013-10-24', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 4 => array( 'id' => '19', 'edition_id' => '12', 'dayname_id' => '5', 'date' => '2013-10-25', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ) ) ) $countries = array( (int) 0 => array( 'Forum' => array( 'id' => '2', 'title' => 'Fórum da Internet no Brasil', 'slug' => 'brazil', 'nickname' => 'Brazil', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/brazil.png', 'country_id' => '13', 'created' => '2017-06-07 14:11:22', 'modified' => '2018-06-22 15:12:06' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '13', 'code' => 'br', 'name' => 'Brazil', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => 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] ), (int) 6 => array( [maximum depth reached] ) ), 'User' => 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) 1 => array( 'Forum' => array( 'id' => '4', 'title' => 'Youth LACIGF', 'slug' => 'youthlacigf', 'nickname' => 'Youth LACIGF', 'description' => '<p>El YouthLACIGF es una iniciativa que nace de la creciente comunidad de j&oacute;venes de Am&eacute;rica Latina interesada en asuntos relacionados a Internet. Dado el rol m&aacute;s activo que han comenzado a tomar los j&oacute;venes, este espacio de caracter&iacute;sticas multisectorial, busca ser una instancia de debate de nuevas ideas y perspectivas para fomentar la creaci&oacute;n de l&iacute;neas de discusi&oacute;n que ser&aacute;n llevadas a otros foros en la tem&aacute;tica.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/7280f5bf-youth.png', 'country_id' => '0', 'created' => '2017-12-13 11:52:21', 'modified' => '2018-03-06 12:20:53' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => null, 'code' => null, 'name' => null, 'created' => null, 'modified' => null ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Forum' => array( 'id' => '5', 'title' => 'EuroDIG', 'slug' => 'eurodig', 'nickname' => 'EuroDIG', 'description' => '<p>The Pan-European dialogue on Internet governance (EuroDIG) is an open platform for informal and inclusive discussion and exchange on public policy issues related to Internet Governance (IG) between stakeholders from all over Europe.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/89179358-logo_euro_dig.jpg', 'country_id' => '112', 'created' => '2017-12-20 13:28:01', 'modified' => '2018-05-14 11:15:30' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => '112', 'code' => 'de', 'name' => 'Germany', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 3 => array( 'Forum' => array( 'id' => '6', 'title' => 'IGF-USA', 'slug' => 'igf-usa', 'nickname' => 'IGF-USA', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/b274e7a9-proxy.duckduckgo.com.png', 'country_id' => '3', 'created' => '2019-09-27 10:03:03', 'modified' => '2019-09-27 15:33:34' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '3', 'code' => 'us', 'name' => 'United States of America', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ) ) ) ) $daynames = array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ) $igf_editions = array( (int) 0 => array( 'Edition' => array( 'id' => '44', 'forum_id' => '1', 'slug' => '2018-paris', 'logo_url' => 'https://igf2018.fr/wp-content/uploads/2018/09/header-bonlogo.jpg', 'site' => 'https://igf2018.fr/', 'title' => 'The Internet of Trust', 'subtitle' => 'The Internet of Trust', 'edition' => '2018', 'country' => 'France', 'city' => 'Paris', 'year' => '2018', 'date_start' => '2018-11-12', 'date_finish' => '2018-11-14', 'qtd_sessions' => '147', 'created' => '2019-01-31 16:23:18', 'modified' => '2019-01-31 16:23:18', 'title_local' => '2018 - Paris' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Edition' => array( 'id' => '43', 'forum_id' => '1', 'slug' => '2017-geneve', 'logo_url' => 'https://igf2017.swiss/wp-content/uploads/2017/06/logo_navi.jpg', 'site' => 'https://igf2017.swiss/', 'title' => 'Geneve 2017', 'subtitle' => '', 'edition' => '2017', 'country' => 'Switzerland', 'city' => 'Geneve', 'year' => '2017', 'date_start' => '2017-12-17', 'date_finish' => '2017-12-21', 'qtd_sessions' => '208', 'created' => '2018-05-24 12:53:58', 'modified' => '2018-05-24 12:53:58', 'title_local' => '2017 - Geneve' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 2 => array( 'Edition' => array( 'id' => '18', 'forum_id' => '1', 'slug' => '2016-guadalajara', 'logo_url' => '/img/igfs/igf2016.png', 'site' => 'http://www.igf2016.mx/', 'title' => 'Enabling Inclusive and Sustainable Growth', 'subtitle' => 'Enabling Inclusive and Sustainable Growth', 'edition' => '2016', 'country' => 'Mexico', 'city' => 'Guadalajara', 'year' => '2016', 'date_start' => '2016-12-05', 'date_finish' => '2016-12-09', 'qtd_sessions' => '197', 'created' => '2017-10-30 10:08:06', 'modified' => '2017-10-30 10:08:06', 'title_local' => '2016 - Guadalajara' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 3 => array( 'Edition' => array( 'id' => '15', 'forum_id' => '1', 'slug' => '2015-joao-pessoa', 'logo_url' => '/img/igfs/igf2015.png', 'site' => 'http://www.igf2015.br', 'title' => 'Evolution of Internet Governance: Empowering Sustainable Development', 'subtitle' => null, 'edition' => '2015', 'country' => 'Brazil', 'city' => 'João Pessoa', 'year' => '2015', 'date_start' => '2015-11-09', 'date_finish' => '2015-11-12', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:43:17', 'modified' => '2017-10-30 10:43:17', 'title_local' => '2015 - João Pessoa' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '13', 'forum_id' => '1', 'slug' => '2014-istanbul', 'logo_url' => '/img/igfs/igf2014.jpg', 'site' => 'http://www.igf2014.org.tr/', 'title' => 'Connecting Continents for Enhanced Multistakeholder Internet Governance', 'subtitle' => null, 'edition' => '2014', 'country' => 'Turkey', 'city' => 'Istanbul', 'year' => '2014', 'date_start' => '2014-09-01', 'date_finish' => '2014-09-05', 'qtd_sessions' => '160', 'created' => '2017-10-30 10:46:25', 'modified' => '2017-10-30 10:46:25', 'title_local' => '2014 - Istanbul' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 6 => array( 'Edition' => array( 'id' => '7', 'forum_id' => '1', 'slug' => '2012-baku', 'logo_url' => '/img/igfs/igf2012.png', 'site' => 'http://igf2012.com/', 'title' => 'Internet Governance for Sustainable Human, Economic and Social Development', 'subtitle' => null, 'edition' => '2012', 'country' => 'Azerbaijan', 'city' => 'Baku', 'year' => '2012', 'date_start' => '2012-11-05', 'date_finish' => '2012-11-09', 'qtd_sessions' => '146', 'created' => '2017-10-30 10:48:13', 'modified' => '2017-10-30 10:48:13', 'title_local' => '2012 - Baku' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 7 => array( 'Edition' => array( 'id' => '6', 'forum_id' => '1', 'slug' => '2011-nairobi', 'logo_url' => '/img/igfs/igf2011.png', 'site' => 'http://igf.or.ke/', 'title' => 'Internet as a Catalyst for Change: Access, Development, Freedoms and Innovation', 'subtitle' => null, 'edition' => '2011', 'country' => 'Kenya', 'city' => 'Nairobi', 'year' => '2011', 'date_start' => '2011-09-27', 'date_finish' => '2011-09-30', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:49:11', 'modified' => '2017-10-30 10:49:11', 'title_local' => '2011 - Nairobi' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 8 => array( 'Edition' => array( 'id' => '11', 'forum_id' => '1', 'slug' => '2010-vilnius', 'logo_url' => '/img/igfs/igf2010.png', 'site' => '', 'title' => 'Developing the Future Together', 'subtitle' => null, 'edition' => '2010', 'country' => 'Lithuania', 'city' => 'Vilnius', 'year' => '2010', 'date_start' => '2010-09-14', 'date_finish' => '2017-09-17', 'qtd_sessions' => '114', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07', 'title_local' => '2010 - Vilnius' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 9 => array( 'Edition' => array( 'id' => '8', 'forum_id' => '1', 'slug' => '2009-sharm-el-sheikh', 'logo_url' => '/img/igfs/igf2009.png', 'site' => '', 'title' => 'Internet Governance Creating Opportunities for All', 'subtitle' => null, 'edition' => '2009', 'country' => 'Egypt', 'city' => 'Sharm el Sheikh', 'year' => '2009', 'date_start' => '2009-11-15', 'date_finish' => '2009-11-18', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:51:20', 'modified' => '2017-10-30 10:51:20', 'title_local' => '2009 - Sharm el Sheikh' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 10 => array( 'Edition' => array( 'id' => '5', 'forum_id' => '1', 'slug' => '2008-hyderabad', 'logo_url' => '/img/igfs/igf2008.jpg', 'site' => '', 'title' => 'Internet for All', 'subtitle' => null, 'edition' => '2008', 'country' => 'India', 'city' => 'Hyderabad', 'year' => '2008', 'date_start' => '2008-12-03', 'date_finish' => '2008-12-06', 'qtd_sessions' => '102', 'created' => '2017-10-30 10:52:12', 'modified' => '2017-10-30 10:52:12', 'title_local' => '2008 - Hyderabad' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 11 => array( 'Edition' => array( 'id' => '4', 'forum_id' => '1', 'slug' => '2007-rio-de-janeiro', 'logo_url' => '/img/igfs/igf2007.png', 'site' => 'http://www.igfbrazil2007.br/', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2007', 'country' => 'Brazil', 'city' => 'Rio de Janeiro', 'year' => '2007', 'date_start' => '2007-11-11', 'date_finish' => '2007-11-15', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:52:56', 'modified' => '2017-10-30 10:52:56', 'title_local' => '2007 - Rio de Janeiro' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 12 => array( 'Edition' => array( 'id' => '10', 'forum_id' => '1', 'slug' => '2006-athens', 'logo_url' => '/img/igfs/igf2006.jpg', 'site' => '', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2006', 'country' => 'Greece', 'city' => 'Athens', 'year' => '2006', 'date_start' => '2006-10-30', 'date_finish' => '2006-11-02', 'qtd_sessions' => '10', 'created' => '2017-10-30 10:53:34', 'modified' => '2017-10-30 10:53:34', 'title_local' => '2006 - Athens' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ) )</pre><pre class="stack-trace">include - APP/View/Sessoes/show.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></li> </ul> </div> <div class="wrapper with-sidebar"> <header> <div class="container"> <div class="row middle-xs"> <div class="col col-xs-12 col-sm-12 col-md-8 col-lg-8"> <h1> <span><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c32522-trace').style.display = (document.getElementById('cakeErr603dec8c32522-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Sessao [<b>APP/View/Sessoes/show.ctp</b>, line <b>18</b>]<div id="cakeErr603dec8c32522-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c32522-code').style.display = (document.getElementById('cakeErr603dec8c32522-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c32522-context').style.display = (document.getElementById('cakeErr603dec8c32522-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603dec8c32522-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">"col col-xs-12 col-sm-12 col-md-8 col-lg-8"</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">h1</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'Sessao'</span><span style="color: #007700">][</span><span style="color: #DD0000">'title'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span></span></span></code></span></pre><pre id="cakeErr603dec8c32522-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Sessoes/show.ctp' $dataForView = array( 'videos' => array(), 'related_sessions' => array(), 'sessao' => array(), 'edition' => array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ), 'countries' => array( (int) 0 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'daynames' => array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ), 'igf_editions' => array( (int) 0 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 1 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 2 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 3 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 4 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 5 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 6 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 7 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 8 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 9 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 10 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 11 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 12 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ) ) ) $videos = array() $related_sessions = array() $sessao = array() $edition = array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( 'id' => '15', 'edition_id' => '12', 'dayname_id' => '1', 'date' => '2013-10-21', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 1 => array( 'id' => '16', 'edition_id' => '12', 'dayname_id' => '2', 'date' => '2013-10-22', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 2 => array( 'id' => '17', 'edition_id' => '12', 'dayname_id' => '3', 'date' => '2013-10-23', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 3 => array( 'id' => '18', 'edition_id' => '12', 'dayname_id' => '4', 'date' => '2013-10-24', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 4 => array( 'id' => '19', 'edition_id' => '12', 'dayname_id' => '5', 'date' => '2013-10-25', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ) ) ) $countries = array( (int) 0 => array( 'Forum' => array( 'id' => '2', 'title' => 'Fórum da Internet no Brasil', 'slug' => 'brazil', 'nickname' => 'Brazil', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/brazil.png', 'country_id' => '13', 'created' => '2017-06-07 14:11:22', 'modified' => '2018-06-22 15:12:06' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '13', 'code' => 'br', 'name' => 'Brazil', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => 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] ), (int) 6 => array( [maximum depth reached] ) ), 'User' => 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) 1 => array( 'Forum' => array( 'id' => '4', 'title' => 'Youth LACIGF', 'slug' => 'youthlacigf', 'nickname' => 'Youth LACIGF', 'description' => '<p>El YouthLACIGF es una iniciativa que nace de la creciente comunidad de j&oacute;venes de Am&eacute;rica Latina interesada en asuntos relacionados a Internet. Dado el rol m&aacute;s activo que han comenzado a tomar los j&oacute;venes, este espacio de caracter&iacute;sticas multisectorial, busca ser una instancia de debate de nuevas ideas y perspectivas para fomentar la creaci&oacute;n de l&iacute;neas de discusi&oacute;n que ser&aacute;n llevadas a otros foros en la tem&aacute;tica.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/7280f5bf-youth.png', 'country_id' => '0', 'created' => '2017-12-13 11:52:21', 'modified' => '2018-03-06 12:20:53' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => null, 'code' => null, 'name' => null, 'created' => null, 'modified' => null ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Forum' => array( 'id' => '5', 'title' => 'EuroDIG', 'slug' => 'eurodig', 'nickname' => 'EuroDIG', 'description' => '<p>The Pan-European dialogue on Internet governance (EuroDIG) is an open platform for informal and inclusive discussion and exchange on public policy issues related to Internet Governance (IG) between stakeholders from all over Europe.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/89179358-logo_euro_dig.jpg', 'country_id' => '112', 'created' => '2017-12-20 13:28:01', 'modified' => '2018-05-14 11:15:30' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => '112', 'code' => 'de', 'name' => 'Germany', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 3 => array( 'Forum' => array( 'id' => '6', 'title' => 'IGF-USA', 'slug' => 'igf-usa', 'nickname' => 'IGF-USA', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/b274e7a9-proxy.duckduckgo.com.png', 'country_id' => '3', 'created' => '2019-09-27 10:03:03', 'modified' => '2019-09-27 15:33:34' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '3', 'code' => 'us', 'name' => 'United States of America', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ) ) ) ) $daynames = array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ) $igf_editions = array( (int) 0 => array( 'Edition' => array( 'id' => '44', 'forum_id' => '1', 'slug' => '2018-paris', 'logo_url' => 'https://igf2018.fr/wp-content/uploads/2018/09/header-bonlogo.jpg', 'site' => 'https://igf2018.fr/', 'title' => 'The Internet of Trust', 'subtitle' => 'The Internet of Trust', 'edition' => '2018', 'country' => 'France', 'city' => 'Paris', 'year' => '2018', 'date_start' => '2018-11-12', 'date_finish' => '2018-11-14', 'qtd_sessions' => '147', 'created' => '2019-01-31 16:23:18', 'modified' => '2019-01-31 16:23:18', 'title_local' => '2018 - Paris' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Edition' => array( 'id' => '43', 'forum_id' => '1', 'slug' => '2017-geneve', 'logo_url' => 'https://igf2017.swiss/wp-content/uploads/2017/06/logo_navi.jpg', 'site' => 'https://igf2017.swiss/', 'title' => 'Geneve 2017', 'subtitle' => '', 'edition' => '2017', 'country' => 'Switzerland', 'city' => 'Geneve', 'year' => '2017', 'date_start' => '2017-12-17', 'date_finish' => '2017-12-21', 'qtd_sessions' => '208', 'created' => '2018-05-24 12:53:58', 'modified' => '2018-05-24 12:53:58', 'title_local' => '2017 - Geneve' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 2 => array( 'Edition' => array( 'id' => '18', 'forum_id' => '1', 'slug' => '2016-guadalajara', 'logo_url' => '/img/igfs/igf2016.png', 'site' => 'http://www.igf2016.mx/', 'title' => 'Enabling Inclusive and Sustainable Growth', 'subtitle' => 'Enabling Inclusive and Sustainable Growth', 'edition' => '2016', 'country' => 'Mexico', 'city' => 'Guadalajara', 'year' => '2016', 'date_start' => '2016-12-05', 'date_finish' => '2016-12-09', 'qtd_sessions' => '197', 'created' => '2017-10-30 10:08:06', 'modified' => '2017-10-30 10:08:06', 'title_local' => '2016 - Guadalajara' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 3 => array( 'Edition' => array( 'id' => '15', 'forum_id' => '1', 'slug' => '2015-joao-pessoa', 'logo_url' => '/img/igfs/igf2015.png', 'site' => 'http://www.igf2015.br', 'title' => 'Evolution of Internet Governance: Empowering Sustainable Development', 'subtitle' => null, 'edition' => '2015', 'country' => 'Brazil', 'city' => 'João Pessoa', 'year' => '2015', 'date_start' => '2015-11-09', 'date_finish' => '2015-11-12', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:43:17', 'modified' => '2017-10-30 10:43:17', 'title_local' => '2015 - João Pessoa' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '13', 'forum_id' => '1', 'slug' => '2014-istanbul', 'logo_url' => '/img/igfs/igf2014.jpg', 'site' => 'http://www.igf2014.org.tr/', 'title' => 'Connecting Continents for Enhanced Multistakeholder Internet Governance', 'subtitle' => null, 'edition' => '2014', 'country' => 'Turkey', 'city' => 'Istanbul', 'year' => '2014', 'date_start' => '2014-09-01', 'date_finish' => '2014-09-05', 'qtd_sessions' => '160', 'created' => '2017-10-30 10:46:25', 'modified' => '2017-10-30 10:46:25', 'title_local' => '2014 - Istanbul' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 6 => array( 'Edition' => array( 'id' => '7', 'forum_id' => '1', 'slug' => '2012-baku', 'logo_url' => '/img/igfs/igf2012.png', 'site' => 'http://igf2012.com/', 'title' => 'Internet Governance for Sustainable Human, Economic and Social Development', 'subtitle' => null, 'edition' => '2012', 'country' => 'Azerbaijan', 'city' => 'Baku', 'year' => '2012', 'date_start' => '2012-11-05', 'date_finish' => '2012-11-09', 'qtd_sessions' => '146', 'created' => '2017-10-30 10:48:13', 'modified' => '2017-10-30 10:48:13', 'title_local' => '2012 - Baku' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 7 => array( 'Edition' => array( 'id' => '6', 'forum_id' => '1', 'slug' => '2011-nairobi', 'logo_url' => '/img/igfs/igf2011.png', 'site' => 'http://igf.or.ke/', 'title' => 'Internet as a Catalyst for Change: Access, Development, Freedoms and Innovation', 'subtitle' => null, 'edition' => '2011', 'country' => 'Kenya', 'city' => 'Nairobi', 'year' => '2011', 'date_start' => '2011-09-27', 'date_finish' => '2011-09-30', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:49:11', 'modified' => '2017-10-30 10:49:11', 'title_local' => '2011 - Nairobi' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 8 => array( 'Edition' => array( 'id' => '11', 'forum_id' => '1', 'slug' => '2010-vilnius', 'logo_url' => '/img/igfs/igf2010.png', 'site' => '', 'title' => 'Developing the Future Together', 'subtitle' => null, 'edition' => '2010', 'country' => 'Lithuania', 'city' => 'Vilnius', 'year' => '2010', 'date_start' => '2010-09-14', 'date_finish' => '2017-09-17', 'qtd_sessions' => '114', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07', 'title_local' => '2010 - Vilnius' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 9 => array( 'Edition' => array( 'id' => '8', 'forum_id' => '1', 'slug' => '2009-sharm-el-sheikh', 'logo_url' => '/img/igfs/igf2009.png', 'site' => '', 'title' => 'Internet Governance Creating Opportunities for All', 'subtitle' => null, 'edition' => '2009', 'country' => 'Egypt', 'city' => 'Sharm el Sheikh', 'year' => '2009', 'date_start' => '2009-11-15', 'date_finish' => '2009-11-18', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:51:20', 'modified' => '2017-10-30 10:51:20', 'title_local' => '2009 - Sharm el Sheikh' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 10 => array( 'Edition' => array( 'id' => '5', 'forum_id' => '1', 'slug' => '2008-hyderabad', 'logo_url' => '/img/igfs/igf2008.jpg', 'site' => '', 'title' => 'Internet for All', 'subtitle' => null, 'edition' => '2008', 'country' => 'India', 'city' => 'Hyderabad', 'year' => '2008', 'date_start' => '2008-12-03', 'date_finish' => '2008-12-06', 'qtd_sessions' => '102', 'created' => '2017-10-30 10:52:12', 'modified' => '2017-10-30 10:52:12', 'title_local' => '2008 - Hyderabad' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 11 => array( 'Edition' => array( 'id' => '4', 'forum_id' => '1', 'slug' => '2007-rio-de-janeiro', 'logo_url' => '/img/igfs/igf2007.png', 'site' => 'http://www.igfbrazil2007.br/', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2007', 'country' => 'Brazil', 'city' => 'Rio de Janeiro', 'year' => '2007', 'date_start' => '2007-11-11', 'date_finish' => '2007-11-15', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:52:56', 'modified' => '2017-10-30 10:52:56', 'title_local' => '2007 - Rio de Janeiro' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 12 => array( 'Edition' => array( 'id' => '10', 'forum_id' => '1', 'slug' => '2006-athens', 'logo_url' => '/img/igfs/igf2006.jpg', 'site' => '', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2006', 'country' => 'Greece', 'city' => 'Athens', 'year' => '2006', 'date_start' => '2006-10-30', 'date_finish' => '2006-11-02', 'qtd_sessions' => '10', 'created' => '2017-10-30 10:53:34', 'modified' => '2017-10-30 10:53:34', 'title_local' => '2006 - Athens' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ) )</pre><pre class="stack-trace">include - APP/View/Sessoes/show.ctp, line 18 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></span> </h1> <h4 class="subtext"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c32d4f-trace').style.display = (document.getElementById('cakeErr603dec8c32d4f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Sessao [<b>APP/View/Sessoes/show.ctp</b>, line <b>21</b>]<div id="cakeErr603dec8c32d4f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c32d4f-code').style.display = (document.getElementById('cakeErr603dec8c32d4f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c32d4f-context').style.display = (document.getElementById('cakeErr603dec8c32d4f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603dec8c32d4f-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">h1</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">h4 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"subtext"</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php $date </span><span style="color: #007700">= </span><span style="color: #0000BB">date</span><span style="color: #007700">(</span><span style="color: #DD0000">"d F Y"</span><span style="color: #007700">,</span><span style="color: #0000BB">strtotime</span><span style="color: #007700">(</span><span style="color: #0000BB">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'Sessao'</span><span style="color: #007700">][</span><span style="color: #DD0000">'date'</span><span style="color: #007700">])); </span><span style="color: #0000BB">?></span></span></code></span></pre><pre id="cakeErr603dec8c32d4f-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Sessoes/show.ctp' $dataForView = array( 'videos' => array(), 'related_sessions' => array(), 'sessao' => array(), 'edition' => array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ), 'countries' => array( (int) 0 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'daynames' => array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ), 'igf_editions' => array( (int) 0 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 1 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 2 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 3 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 4 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 5 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 6 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 7 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 8 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 9 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 10 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 11 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 12 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ) ) ) $videos = array() $related_sessions = array() $sessao = array() $edition = array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( 'id' => '15', 'edition_id' => '12', 'dayname_id' => '1', 'date' => '2013-10-21', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 1 => array( 'id' => '16', 'edition_id' => '12', 'dayname_id' => '2', 'date' => '2013-10-22', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 2 => array( 'id' => '17', 'edition_id' => '12', 'dayname_id' => '3', 'date' => '2013-10-23', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 3 => array( 'id' => '18', 'edition_id' => '12', 'dayname_id' => '4', 'date' => '2013-10-24', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 4 => array( 'id' => '19', 'edition_id' => '12', 'dayname_id' => '5', 'date' => '2013-10-25', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ) ) ) $countries = array( (int) 0 => array( 'Forum' => array( 'id' => '2', 'title' => 'Fórum da Internet no Brasil', 'slug' => 'brazil', 'nickname' => 'Brazil', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/brazil.png', 'country_id' => '13', 'created' => '2017-06-07 14:11:22', 'modified' => '2018-06-22 15:12:06' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '13', 'code' => 'br', 'name' => 'Brazil', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => 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] ), (int) 6 => array( [maximum depth reached] ) ), 'User' => 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) 1 => array( 'Forum' => array( 'id' => '4', 'title' => 'Youth LACIGF', 'slug' => 'youthlacigf', 'nickname' => 'Youth LACIGF', 'description' => '<p>El YouthLACIGF es una iniciativa que nace de la creciente comunidad de j&oacute;venes de Am&eacute;rica Latina interesada en asuntos relacionados a Internet. Dado el rol m&aacute;s activo que han comenzado a tomar los j&oacute;venes, este espacio de caracter&iacute;sticas multisectorial, busca ser una instancia de debate de nuevas ideas y perspectivas para fomentar la creaci&oacute;n de l&iacute;neas de discusi&oacute;n que ser&aacute;n llevadas a otros foros en la tem&aacute;tica.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/7280f5bf-youth.png', 'country_id' => '0', 'created' => '2017-12-13 11:52:21', 'modified' => '2018-03-06 12:20:53' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => null, 'code' => null, 'name' => null, 'created' => null, 'modified' => null ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Forum' => array( 'id' => '5', 'title' => 'EuroDIG', 'slug' => 'eurodig', 'nickname' => 'EuroDIG', 'description' => '<p>The Pan-European dialogue on Internet governance (EuroDIG) is an open platform for informal and inclusive discussion and exchange on public policy issues related to Internet Governance (IG) between stakeholders from all over Europe.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/89179358-logo_euro_dig.jpg', 'country_id' => '112', 'created' => '2017-12-20 13:28:01', 'modified' => '2018-05-14 11:15:30' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => '112', 'code' => 'de', 'name' => 'Germany', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 3 => array( 'Forum' => array( 'id' => '6', 'title' => 'IGF-USA', 'slug' => 'igf-usa', 'nickname' => 'IGF-USA', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/b274e7a9-proxy.duckduckgo.com.png', 'country_id' => '3', 'created' => '2019-09-27 10:03:03', 'modified' => '2019-09-27 15:33:34' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '3', 'code' => 'us', 'name' => 'United States of America', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ) ) ) ) $daynames = array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ) $igf_editions = array( (int) 0 => array( 'Edition' => array( 'id' => '44', 'forum_id' => '1', 'slug' => '2018-paris', 'logo_url' => 'https://igf2018.fr/wp-content/uploads/2018/09/header-bonlogo.jpg', 'site' => 'https://igf2018.fr/', 'title' => 'The Internet of Trust', 'subtitle' => 'The Internet of Trust', 'edition' => '2018', 'country' => 'France', 'city' => 'Paris', 'year' => '2018', 'date_start' => '2018-11-12', 'date_finish' => '2018-11-14', 'qtd_sessions' => '147', 'created' => '2019-01-31 16:23:18', 'modified' => '2019-01-31 16:23:18', 'title_local' => '2018 - Paris' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Edition' => array( 'id' => '43', 'forum_id' => '1', 'slug' => '2017-geneve', 'logo_url' => 'https://igf2017.swiss/wp-content/uploads/2017/06/logo_navi.jpg', 'site' => 'https://igf2017.swiss/', 'title' => 'Geneve 2017', 'subtitle' => '', 'edition' => '2017', 'country' => 'Switzerland', 'city' => 'Geneve', 'year' => '2017', 'date_start' => '2017-12-17', 'date_finish' => '2017-12-21', 'qtd_sessions' => '208', 'created' => '2018-05-24 12:53:58', 'modified' => '2018-05-24 12:53:58', 'title_local' => '2017 - Geneve' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 2 => array( 'Edition' => array( 'id' => '18', 'forum_id' => '1', 'slug' => '2016-guadalajara', 'logo_url' => '/img/igfs/igf2016.png', 'site' => 'http://www.igf2016.mx/', 'title' => 'Enabling Inclusive and Sustainable Growth', 'subtitle' => 'Enabling Inclusive and Sustainable Growth', 'edition' => '2016', 'country' => 'Mexico', 'city' => 'Guadalajara', 'year' => '2016', 'date_start' => '2016-12-05', 'date_finish' => '2016-12-09', 'qtd_sessions' => '197', 'created' => '2017-10-30 10:08:06', 'modified' => '2017-10-30 10:08:06', 'title_local' => '2016 - Guadalajara' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 3 => array( 'Edition' => array( 'id' => '15', 'forum_id' => '1', 'slug' => '2015-joao-pessoa', 'logo_url' => '/img/igfs/igf2015.png', 'site' => 'http://www.igf2015.br', 'title' => 'Evolution of Internet Governance: Empowering Sustainable Development', 'subtitle' => null, 'edition' => '2015', 'country' => 'Brazil', 'city' => 'João Pessoa', 'year' => '2015', 'date_start' => '2015-11-09', 'date_finish' => '2015-11-12', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:43:17', 'modified' => '2017-10-30 10:43:17', 'title_local' => '2015 - João Pessoa' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '13', 'forum_id' => '1', 'slug' => '2014-istanbul', 'logo_url' => '/img/igfs/igf2014.jpg', 'site' => 'http://www.igf2014.org.tr/', 'title' => 'Connecting Continents for Enhanced Multistakeholder Internet Governance', 'subtitle' => null, 'edition' => '2014', 'country' => 'Turkey', 'city' => 'Istanbul', 'year' => '2014', 'date_start' => '2014-09-01', 'date_finish' => '2014-09-05', 'qtd_sessions' => '160', 'created' => '2017-10-30 10:46:25', 'modified' => '2017-10-30 10:46:25', 'title_local' => '2014 - Istanbul' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 6 => array( 'Edition' => array( 'id' => '7', 'forum_id' => '1', 'slug' => '2012-baku', 'logo_url' => '/img/igfs/igf2012.png', 'site' => 'http://igf2012.com/', 'title' => 'Internet Governance for Sustainable Human, Economic and Social Development', 'subtitle' => null, 'edition' => '2012', 'country' => 'Azerbaijan', 'city' => 'Baku', 'year' => '2012', 'date_start' => '2012-11-05', 'date_finish' => '2012-11-09', 'qtd_sessions' => '146', 'created' => '2017-10-30 10:48:13', 'modified' => '2017-10-30 10:48:13', 'title_local' => '2012 - Baku' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 7 => array( 'Edition' => array( 'id' => '6', 'forum_id' => '1', 'slug' => '2011-nairobi', 'logo_url' => '/img/igfs/igf2011.png', 'site' => 'http://igf.or.ke/', 'title' => 'Internet as a Catalyst for Change: Access, Development, Freedoms and Innovation', 'subtitle' => null, 'edition' => '2011', 'country' => 'Kenya', 'city' => 'Nairobi', 'year' => '2011', 'date_start' => '2011-09-27', 'date_finish' => '2011-09-30', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:49:11', 'modified' => '2017-10-30 10:49:11', 'title_local' => '2011 - Nairobi' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 8 => array( 'Edition' => array( 'id' => '11', 'forum_id' => '1', 'slug' => '2010-vilnius', 'logo_url' => '/img/igfs/igf2010.png', 'site' => '', 'title' => 'Developing the Future Together', 'subtitle' => null, 'edition' => '2010', 'country' => 'Lithuania', 'city' => 'Vilnius', 'year' => '2010', 'date_start' => '2010-09-14', 'date_finish' => '2017-09-17', 'qtd_sessions' => '114', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07', 'title_local' => '2010 - Vilnius' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 9 => array( 'Edition' => array( 'id' => '8', 'forum_id' => '1', 'slug' => '2009-sharm-el-sheikh', 'logo_url' => '/img/igfs/igf2009.png', 'site' => '', 'title' => 'Internet Governance Creating Opportunities for All', 'subtitle' => null, 'edition' => '2009', 'country' => 'Egypt', 'city' => 'Sharm el Sheikh', 'year' => '2009', 'date_start' => '2009-11-15', 'date_finish' => '2009-11-18', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:51:20', 'modified' => '2017-10-30 10:51:20', 'title_local' => '2009 - Sharm el Sheikh' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 10 => array( 'Edition' => array( 'id' => '5', 'forum_id' => '1', 'slug' => '2008-hyderabad', 'logo_url' => '/img/igfs/igf2008.jpg', 'site' => '', 'title' => 'Internet for All', 'subtitle' => null, 'edition' => '2008', 'country' => 'India', 'city' => 'Hyderabad', 'year' => '2008', 'date_start' => '2008-12-03', 'date_finish' => '2008-12-06', 'qtd_sessions' => '102', 'created' => '2017-10-30 10:52:12', 'modified' => '2017-10-30 10:52:12', 'title_local' => '2008 - Hyderabad' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 11 => array( 'Edition' => array( 'id' => '4', 'forum_id' => '1', 'slug' => '2007-rio-de-janeiro', 'logo_url' => '/img/igfs/igf2007.png', 'site' => 'http://www.igfbrazil2007.br/', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2007', 'country' => 'Brazil', 'city' => 'Rio de Janeiro', 'year' => '2007', 'date_start' => '2007-11-11', 'date_finish' => '2007-11-15', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:52:56', 'modified' => '2017-10-30 10:52:56', 'title_local' => '2007 - Rio de Janeiro' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 12 => array( 'Edition' => array( 'id' => '10', 'forum_id' => '1', 'slug' => '2006-athens', 'logo_url' => '/img/igfs/igf2006.jpg', 'site' => '', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2006', 'country' => 'Greece', 'city' => 'Athens', 'year' => '2006', 'date_start' => '2006-10-30', 'date_finish' => '2006-11-02', 'qtd_sessions' => '10', 'created' => '2017-10-30 10:53:34', 'modified' => '2017-10-30 10:53:34', 'title_local' => '2006 - Athens' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ) )</pre><pre class="stack-trace">include - APP/View/Sessoes/show.ctp, line 21 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> 31 December 1969 - <a title="Search Session by Workshop" href="">A <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c335c5-trace').style.display = (document.getElementById('cakeErr603dec8c335c5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Format [<b>APP/View/Sessoes/show.ctp</b>, line <b>23</b>]<div id="cakeErr603dec8c335c5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c335c5-code').style.display = (document.getElementById('cakeErr603dec8c335c5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c335c5-context').style.display = (document.getElementById('cakeErr603dec8c335c5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603dec8c335c5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php $date </span><span style="color: #007700">= </span><span style="color: #0000BB">date</span><span style="color: #007700">(</span><span style="color: #DD0000">"d F Y"</span><span style="color: #007700">,</span><span style="color: #0000BB">strtotime</span><span style="color: #007700">(</span><span style="color: #0000BB">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'Sessao'</span><span style="color: #007700">][</span><span style="color: #DD0000">'date'</span><span style="color: #007700">])); </span><span style="color: #0000BB">?></span></span></code> <code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$date ?></span> -</span></code> <span class="code-highlight"><code><span style="color: #000000"> <a title="Search Session by Workshop" href="">A <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'Format'</span><span style="color: #007700">][</span><span style="color: #DD0000">'title'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span></a> on</span></code></span></pre><pre id="cakeErr603dec8c335c5-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Sessoes/show.ctp' $dataForView = array( 'videos' => array(), 'related_sessions' => array(), 'sessao' => array(), 'edition' => array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ), 'countries' => array( (int) 0 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'daynames' => array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ), 'igf_editions' => array( (int) 0 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 1 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 2 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 3 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 4 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 5 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 6 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 7 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 8 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 9 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 10 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 11 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 12 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ) ) ) $videos = array() $related_sessions = array() $sessao = array() $edition = array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( 'id' => '15', 'edition_id' => '12', 'dayname_id' => '1', 'date' => '2013-10-21', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 1 => array( 'id' => '16', 'edition_id' => '12', 'dayname_id' => '2', 'date' => '2013-10-22', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 2 => array( 'id' => '17', 'edition_id' => '12', 'dayname_id' => '3', 'date' => '2013-10-23', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 3 => array( 'id' => '18', 'edition_id' => '12', 'dayname_id' => '4', 'date' => '2013-10-24', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 4 => array( 'id' => '19', 'edition_id' => '12', 'dayname_id' => '5', 'date' => '2013-10-25', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ) ) ) $countries = array( (int) 0 => array( 'Forum' => array( 'id' => '2', 'title' => 'Fórum da Internet no Brasil', 'slug' => 'brazil', 'nickname' => 'Brazil', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/brazil.png', 'country_id' => '13', 'created' => '2017-06-07 14:11:22', 'modified' => '2018-06-22 15:12:06' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '13', 'code' => 'br', 'name' => 'Brazil', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => 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] ), (int) 6 => array( [maximum depth reached] ) ), 'User' => 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) 1 => array( 'Forum' => array( 'id' => '4', 'title' => 'Youth LACIGF', 'slug' => 'youthlacigf', 'nickname' => 'Youth LACIGF', 'description' => '<p>El YouthLACIGF es una iniciativa que nace de la creciente comunidad de j&oacute;venes de Am&eacute;rica Latina interesada en asuntos relacionados a Internet. Dado el rol m&aacute;s activo que han comenzado a tomar los j&oacute;venes, este espacio de caracter&iacute;sticas multisectorial, busca ser una instancia de debate de nuevas ideas y perspectivas para fomentar la creaci&oacute;n de l&iacute;neas de discusi&oacute;n que ser&aacute;n llevadas a otros foros en la tem&aacute;tica.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/7280f5bf-youth.png', 'country_id' => '0', 'created' => '2017-12-13 11:52:21', 'modified' => '2018-03-06 12:20:53' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => null, 'code' => null, 'name' => null, 'created' => null, 'modified' => null ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Forum' => array( 'id' => '5', 'title' => 'EuroDIG', 'slug' => 'eurodig', 'nickname' => 'EuroDIG', 'description' => '<p>The Pan-European dialogue on Internet governance (EuroDIG) is an open platform for informal and inclusive discussion and exchange on public policy issues related to Internet Governance (IG) between stakeholders from all over Europe.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/89179358-logo_euro_dig.jpg', 'country_id' => '112', 'created' => '2017-12-20 13:28:01', 'modified' => '2018-05-14 11:15:30' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => '112', 'code' => 'de', 'name' => 'Germany', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 3 => array( 'Forum' => array( 'id' => '6', 'title' => 'IGF-USA', 'slug' => 'igf-usa', 'nickname' => 'IGF-USA', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/b274e7a9-proxy.duckduckgo.com.png', 'country_id' => '3', 'created' => '2019-09-27 10:03:03', 'modified' => '2019-09-27 15:33:34' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '3', 'code' => 'us', 'name' => 'United States of America', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ) ) ) ) $daynames = array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ) $igf_editions = array( (int) 0 => array( 'Edition' => array( 'id' => '44', 'forum_id' => '1', 'slug' => '2018-paris', 'logo_url' => 'https://igf2018.fr/wp-content/uploads/2018/09/header-bonlogo.jpg', 'site' => 'https://igf2018.fr/', 'title' => 'The Internet of Trust', 'subtitle' => 'The Internet of Trust', 'edition' => '2018', 'country' => 'France', 'city' => 'Paris', 'year' => '2018', 'date_start' => '2018-11-12', 'date_finish' => '2018-11-14', 'qtd_sessions' => '147', 'created' => '2019-01-31 16:23:18', 'modified' => '2019-01-31 16:23:18', 'title_local' => '2018 - Paris' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Edition' => array( 'id' => '43', 'forum_id' => '1', 'slug' => '2017-geneve', 'logo_url' => 'https://igf2017.swiss/wp-content/uploads/2017/06/logo_navi.jpg', 'site' => 'https://igf2017.swiss/', 'title' => 'Geneve 2017', 'subtitle' => '', 'edition' => '2017', 'country' => 'Switzerland', 'city' => 'Geneve', 'year' => '2017', 'date_start' => '2017-12-17', 'date_finish' => '2017-12-21', 'qtd_sessions' => '208', 'created' => '2018-05-24 12:53:58', 'modified' => '2018-05-24 12:53:58', 'title_local' => '2017 - Geneve' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 2 => array( 'Edition' => array( 'id' => '18', 'forum_id' => '1', 'slug' => '2016-guadalajara', 'logo_url' => '/img/igfs/igf2016.png', 'site' => 'http://www.igf2016.mx/', 'title' => 'Enabling Inclusive and Sustainable Growth', 'subtitle' => 'Enabling Inclusive and Sustainable Growth', 'edition' => '2016', 'country' => 'Mexico', 'city' => 'Guadalajara', 'year' => '2016', 'date_start' => '2016-12-05', 'date_finish' => '2016-12-09', 'qtd_sessions' => '197', 'created' => '2017-10-30 10:08:06', 'modified' => '2017-10-30 10:08:06', 'title_local' => '2016 - Guadalajara' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 3 => array( 'Edition' => array( 'id' => '15', 'forum_id' => '1', 'slug' => '2015-joao-pessoa', 'logo_url' => '/img/igfs/igf2015.png', 'site' => 'http://www.igf2015.br', 'title' => 'Evolution of Internet Governance: Empowering Sustainable Development', 'subtitle' => null, 'edition' => '2015', 'country' => 'Brazil', 'city' => 'João Pessoa', 'year' => '2015', 'date_start' => '2015-11-09', 'date_finish' => '2015-11-12', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:43:17', 'modified' => '2017-10-30 10:43:17', 'title_local' => '2015 - João Pessoa' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '13', 'forum_id' => '1', 'slug' => '2014-istanbul', 'logo_url' => '/img/igfs/igf2014.jpg', 'site' => 'http://www.igf2014.org.tr/', 'title' => 'Connecting Continents for Enhanced Multistakeholder Internet Governance', 'subtitle' => null, 'edition' => '2014', 'country' => 'Turkey', 'city' => 'Istanbul', 'year' => '2014', 'date_start' => '2014-09-01', 'date_finish' => '2014-09-05', 'qtd_sessions' => '160', 'created' => '2017-10-30 10:46:25', 'modified' => '2017-10-30 10:46:25', 'title_local' => '2014 - Istanbul' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 6 => array( 'Edition' => array( 'id' => '7', 'forum_id' => '1', 'slug' => '2012-baku', 'logo_url' => '/img/igfs/igf2012.png', 'site' => 'http://igf2012.com/', 'title' => 'Internet Governance for Sustainable Human, Economic and Social Development', 'subtitle' => null, 'edition' => '2012', 'country' => 'Azerbaijan', 'city' => 'Baku', 'year' => '2012', 'date_start' => '2012-11-05', 'date_finish' => '2012-11-09', 'qtd_sessions' => '146', 'created' => '2017-10-30 10:48:13', 'modified' => '2017-10-30 10:48:13', 'title_local' => '2012 - Baku' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 7 => array( 'Edition' => array( 'id' => '6', 'forum_id' => '1', 'slug' => '2011-nairobi', 'logo_url' => '/img/igfs/igf2011.png', 'site' => 'http://igf.or.ke/', 'title' => 'Internet as a Catalyst for Change: Access, Development, Freedoms and Innovation', 'subtitle' => null, 'edition' => '2011', 'country' => 'Kenya', 'city' => 'Nairobi', 'year' => '2011', 'date_start' => '2011-09-27', 'date_finish' => '2011-09-30', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:49:11', 'modified' => '2017-10-30 10:49:11', 'title_local' => '2011 - Nairobi' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 8 => array( 'Edition' => array( 'id' => '11', 'forum_id' => '1', 'slug' => '2010-vilnius', 'logo_url' => '/img/igfs/igf2010.png', 'site' => '', 'title' => 'Developing the Future Together', 'subtitle' => null, 'edition' => '2010', 'country' => 'Lithuania', 'city' => 'Vilnius', 'year' => '2010', 'date_start' => '2010-09-14', 'date_finish' => '2017-09-17', 'qtd_sessions' => '114', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07', 'title_local' => '2010 - Vilnius' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 9 => array( 'Edition' => array( 'id' => '8', 'forum_id' => '1', 'slug' => '2009-sharm-el-sheikh', 'logo_url' => '/img/igfs/igf2009.png', 'site' => '', 'title' => 'Internet Governance Creating Opportunities for All', 'subtitle' => null, 'edition' => '2009', 'country' => 'Egypt', 'city' => 'Sharm el Sheikh', 'year' => '2009', 'date_start' => '2009-11-15', 'date_finish' => '2009-11-18', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:51:20', 'modified' => '2017-10-30 10:51:20', 'title_local' => '2009 - Sharm el Sheikh' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 10 => array( 'Edition' => array( 'id' => '5', 'forum_id' => '1', 'slug' => '2008-hyderabad', 'logo_url' => '/img/igfs/igf2008.jpg', 'site' => '', 'title' => 'Internet for All', 'subtitle' => null, 'edition' => '2008', 'country' => 'India', 'city' => 'Hyderabad', 'year' => '2008', 'date_start' => '2008-12-03', 'date_finish' => '2008-12-06', 'qtd_sessions' => '102', 'created' => '2017-10-30 10:52:12', 'modified' => '2017-10-30 10:52:12', 'title_local' => '2008 - Hyderabad' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 11 => array( 'Edition' => array( 'id' => '4', 'forum_id' => '1', 'slug' => '2007-rio-de-janeiro', 'logo_url' => '/img/igfs/igf2007.png', 'site' => 'http://www.igfbrazil2007.br/', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2007', 'country' => 'Brazil', 'city' => 'Rio de Janeiro', 'year' => '2007', 'date_start' => '2007-11-11', 'date_finish' => '2007-11-15', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:52:56', 'modified' => '2017-10-30 10:52:56', 'title_local' => '2007 - Rio de Janeiro' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 12 => array( 'Edition' => array( 'id' => '10', 'forum_id' => '1', 'slug' => '2006-athens', 'logo_url' => '/img/igfs/igf2006.jpg', 'site' => '', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2006', 'country' => 'Greece', 'city' => 'Athens', 'year' => '2006', 'date_start' => '2006-10-30', 'date_finish' => '2006-11-02', 'qtd_sessions' => '10', 'created' => '2017-10-30 10:53:34', 'modified' => '2017-10-30 10:53:34', 'title_local' => '2006 - Athens' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ) ) $date = '31 December 1969'</pre><pre class="stack-trace">include - APP/View/Sessoes/show.ctp, line 23 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></a> on <a title="Search Session by Guadalajara, Mexico" href="/igfs/edition/2013-bali">Bali,Indonesia</a> </h4> </div> <div class="col-xs-12 col-sm-12 col-md-4 col-lg-4"> <div class="box header-util"> <ul class="social-block"> <li class="group email-share"> <button class="email"><i class="icon-mail"></i> <span>Email</span></button> </li> <li class="group embed-share"> <button class="embed"><i class="icon-embed"></i> <span>Embed</span></button> </li> <li class="group share-share"> <button class="share"><i class="icon-share"></i> <span>Share</span></button> <!--Sum menu compartilhamento--> <ul> <li class="group facebook-share"> <button class="fb"><i class="icon-facebook"></i> <span>Facebook</span></button> </li> <li class="group twitter-share"> <button class="twitter"><i class=" icon-twitter"></i> <span>Twitter</span></button> </li> <li class="group gplus-share"> <button class="gp"><i class="icon-gplus"></i><span>Google+</span></button> </li> </ul> </li> <li class="group views-counter"> <span class="counter"><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c33ddb-trace').style.display = (document.getElementById('cakeErr603dec8c33ddb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Sessao [<b>APP/View/Sessoes/show.ctp</b>, line <b>52</b>]<div id="cakeErr603dec8c33ddb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c33ddb-code').style.display = (document.getElementById('cakeErr603dec8c33ddb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c33ddb-context').style.display = (document.getElementById('cakeErr603dec8c33ddb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603dec8c33ddb-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">li</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">li </span><span style="color: #007700">class=</span><span style="color: #DD0000">"group views-counter"</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span class="counter"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'Sessao'</span><span style="color: #007700">][</span><span style="color: #DD0000">'views'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span></span></span></code></span></pre><pre id="cakeErr603dec8c33ddb-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Sessoes/show.ctp' $dataForView = array( 'videos' => array(), 'related_sessions' => array(), 'sessao' => array(), 'edition' => array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ), 'countries' => array( (int) 0 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'daynames' => array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ), 'igf_editions' => array( (int) 0 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 1 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 2 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 3 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 4 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 5 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 6 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 7 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 8 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 9 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 10 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 11 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 12 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ) ) ) $videos = array() $related_sessions = array() $sessao = array() $edition = array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( 'id' => '15', 'edition_id' => '12', 'dayname_id' => '1', 'date' => '2013-10-21', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 1 => array( 'id' => '16', 'edition_id' => '12', 'dayname_id' => '2', 'date' => '2013-10-22', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 2 => array( 'id' => '17', 'edition_id' => '12', 'dayname_id' => '3', 'date' => '2013-10-23', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 3 => array( 'id' => '18', 'edition_id' => '12', 'dayname_id' => '4', 'date' => '2013-10-24', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 4 => array( 'id' => '19', 'edition_id' => '12', 'dayname_id' => '5', 'date' => '2013-10-25', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ) ) ) $countries = array( (int) 0 => array( 'Forum' => array( 'id' => '2', 'title' => 'Fórum da Internet no Brasil', 'slug' => 'brazil', 'nickname' => 'Brazil', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/brazil.png', 'country_id' => '13', 'created' => '2017-06-07 14:11:22', 'modified' => '2018-06-22 15:12:06' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '13', 'code' => 'br', 'name' => 'Brazil', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => 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] ), (int) 6 => array( [maximum depth reached] ) ), 'User' => 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) 1 => array( 'Forum' => array( 'id' => '4', 'title' => 'Youth LACIGF', 'slug' => 'youthlacigf', 'nickname' => 'Youth LACIGF', 'description' => '<p>El YouthLACIGF es una iniciativa que nace de la creciente comunidad de j&oacute;venes de Am&eacute;rica Latina interesada en asuntos relacionados a Internet. Dado el rol m&aacute;s activo que han comenzado a tomar los j&oacute;venes, este espacio de caracter&iacute;sticas multisectorial, busca ser una instancia de debate de nuevas ideas y perspectivas para fomentar la creaci&oacute;n de l&iacute;neas de discusi&oacute;n que ser&aacute;n llevadas a otros foros en la tem&aacute;tica.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/7280f5bf-youth.png', 'country_id' => '0', 'created' => '2017-12-13 11:52:21', 'modified' => '2018-03-06 12:20:53' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => null, 'code' => null, 'name' => null, 'created' => null, 'modified' => null ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Forum' => array( 'id' => '5', 'title' => 'EuroDIG', 'slug' => 'eurodig', 'nickname' => 'EuroDIG', 'description' => '<p>The Pan-European dialogue on Internet governance (EuroDIG) is an open platform for informal and inclusive discussion and exchange on public policy issues related to Internet Governance (IG) between stakeholders from all over Europe.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/89179358-logo_euro_dig.jpg', 'country_id' => '112', 'created' => '2017-12-20 13:28:01', 'modified' => '2018-05-14 11:15:30' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => '112', 'code' => 'de', 'name' => 'Germany', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 3 => array( 'Forum' => array( 'id' => '6', 'title' => 'IGF-USA', 'slug' => 'igf-usa', 'nickname' => 'IGF-USA', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/b274e7a9-proxy.duckduckgo.com.png', 'country_id' => '3', 'created' => '2019-09-27 10:03:03', 'modified' => '2019-09-27 15:33:34' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '3', 'code' => 'us', 'name' => 'United States of America', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ) ) ) ) $daynames = array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ) $igf_editions = array( (int) 0 => array( 'Edition' => array( 'id' => '44', 'forum_id' => '1', 'slug' => '2018-paris', 'logo_url' => 'https://igf2018.fr/wp-content/uploads/2018/09/header-bonlogo.jpg', 'site' => 'https://igf2018.fr/', 'title' => 'The Internet of Trust', 'subtitle' => 'The Internet of Trust', 'edition' => '2018', 'country' => 'France', 'city' => 'Paris', 'year' => '2018', 'date_start' => '2018-11-12', 'date_finish' => '2018-11-14', 'qtd_sessions' => '147', 'created' => '2019-01-31 16:23:18', 'modified' => '2019-01-31 16:23:18', 'title_local' => '2018 - Paris' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Edition' => array( 'id' => '43', 'forum_id' => '1', 'slug' => '2017-geneve', 'logo_url' => 'https://igf2017.swiss/wp-content/uploads/2017/06/logo_navi.jpg', 'site' => 'https://igf2017.swiss/', 'title' => 'Geneve 2017', 'subtitle' => '', 'edition' => '2017', 'country' => 'Switzerland', 'city' => 'Geneve', 'year' => '2017', 'date_start' => '2017-12-17', 'date_finish' => '2017-12-21', 'qtd_sessions' => '208', 'created' => '2018-05-24 12:53:58', 'modified' => '2018-05-24 12:53:58', 'title_local' => '2017 - Geneve' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 2 => array( 'Edition' => array( 'id' => '18', 'forum_id' => '1', 'slug' => '2016-guadalajara', 'logo_url' => '/img/igfs/igf2016.png', 'site' => 'http://www.igf2016.mx/', 'title' => 'Enabling Inclusive and Sustainable Growth', 'subtitle' => 'Enabling Inclusive and Sustainable Growth', 'edition' => '2016', 'country' => 'Mexico', 'city' => 'Guadalajara', 'year' => '2016', 'date_start' => '2016-12-05', 'date_finish' => '2016-12-09', 'qtd_sessions' => '197', 'created' => '2017-10-30 10:08:06', 'modified' => '2017-10-30 10:08:06', 'title_local' => '2016 - Guadalajara' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 3 => array( 'Edition' => array( 'id' => '15', 'forum_id' => '1', 'slug' => '2015-joao-pessoa', 'logo_url' => '/img/igfs/igf2015.png', 'site' => 'http://www.igf2015.br', 'title' => 'Evolution of Internet Governance: Empowering Sustainable Development', 'subtitle' => null, 'edition' => '2015', 'country' => 'Brazil', 'city' => 'João Pessoa', 'year' => '2015', 'date_start' => '2015-11-09', 'date_finish' => '2015-11-12', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:43:17', 'modified' => '2017-10-30 10:43:17', 'title_local' => '2015 - João Pessoa' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '13', 'forum_id' => '1', 'slug' => '2014-istanbul', 'logo_url' => '/img/igfs/igf2014.jpg', 'site' => 'http://www.igf2014.org.tr/', 'title' => 'Connecting Continents for Enhanced Multistakeholder Internet Governance', 'subtitle' => null, 'edition' => '2014', 'country' => 'Turkey', 'city' => 'Istanbul', 'year' => '2014', 'date_start' => '2014-09-01', 'date_finish' => '2014-09-05', 'qtd_sessions' => '160', 'created' => '2017-10-30 10:46:25', 'modified' => '2017-10-30 10:46:25', 'title_local' => '2014 - Istanbul' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 6 => array( 'Edition' => array( 'id' => '7', 'forum_id' => '1', 'slug' => '2012-baku', 'logo_url' => '/img/igfs/igf2012.png', 'site' => 'http://igf2012.com/', 'title' => 'Internet Governance for Sustainable Human, Economic and Social Development', 'subtitle' => null, 'edition' => '2012', 'country' => 'Azerbaijan', 'city' => 'Baku', 'year' => '2012', 'date_start' => '2012-11-05', 'date_finish' => '2012-11-09', 'qtd_sessions' => '146', 'created' => '2017-10-30 10:48:13', 'modified' => '2017-10-30 10:48:13', 'title_local' => '2012 - Baku' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 7 => array( 'Edition' => array( 'id' => '6', 'forum_id' => '1', 'slug' => '2011-nairobi', 'logo_url' => '/img/igfs/igf2011.png', 'site' => 'http://igf.or.ke/', 'title' => 'Internet as a Catalyst for Change: Access, Development, Freedoms and Innovation', 'subtitle' => null, 'edition' => '2011', 'country' => 'Kenya', 'city' => 'Nairobi', 'year' => '2011', 'date_start' => '2011-09-27', 'date_finish' => '2011-09-30', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:49:11', 'modified' => '2017-10-30 10:49:11', 'title_local' => '2011 - Nairobi' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 8 => array( 'Edition' => array( 'id' => '11', 'forum_id' => '1', 'slug' => '2010-vilnius', 'logo_url' => '/img/igfs/igf2010.png', 'site' => '', 'title' => 'Developing the Future Together', 'subtitle' => null, 'edition' => '2010', 'country' => 'Lithuania', 'city' => 'Vilnius', 'year' => '2010', 'date_start' => '2010-09-14', 'date_finish' => '2017-09-17', 'qtd_sessions' => '114', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07', 'title_local' => '2010 - Vilnius' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 9 => array( 'Edition' => array( 'id' => '8', 'forum_id' => '1', 'slug' => '2009-sharm-el-sheikh', 'logo_url' => '/img/igfs/igf2009.png', 'site' => '', 'title' => 'Internet Governance Creating Opportunities for All', 'subtitle' => null, 'edition' => '2009', 'country' => 'Egypt', 'city' => 'Sharm el Sheikh', 'year' => '2009', 'date_start' => '2009-11-15', 'date_finish' => '2009-11-18', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:51:20', 'modified' => '2017-10-30 10:51:20', 'title_local' => '2009 - Sharm el Sheikh' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 10 => array( 'Edition' => array( 'id' => '5', 'forum_id' => '1', 'slug' => '2008-hyderabad', 'logo_url' => '/img/igfs/igf2008.jpg', 'site' => '', 'title' => 'Internet for All', 'subtitle' => null, 'edition' => '2008', 'country' => 'India', 'city' => 'Hyderabad', 'year' => '2008', 'date_start' => '2008-12-03', 'date_finish' => '2008-12-06', 'qtd_sessions' => '102', 'created' => '2017-10-30 10:52:12', 'modified' => '2017-10-30 10:52:12', 'title_local' => '2008 - Hyderabad' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 11 => array( 'Edition' => array( 'id' => '4', 'forum_id' => '1', 'slug' => '2007-rio-de-janeiro', 'logo_url' => '/img/igfs/igf2007.png', 'site' => 'http://www.igfbrazil2007.br/', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2007', 'country' => 'Brazil', 'city' => 'Rio de Janeiro', 'year' => '2007', 'date_start' => '2007-11-11', 'date_finish' => '2007-11-15', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:52:56', 'modified' => '2017-10-30 10:52:56', 'title_local' => '2007 - Rio de Janeiro' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 12 => array( 'Edition' => array( 'id' => '10', 'forum_id' => '1', 'slug' => '2006-athens', 'logo_url' => '/img/igfs/igf2006.jpg', 'site' => '', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2006', 'country' => 'Greece', 'city' => 'Athens', 'year' => '2006', 'date_start' => '2006-10-30', 'date_finish' => '2006-11-02', 'qtd_sessions' => '10', 'created' => '2017-10-30 10:53:34', 'modified' => '2017-10-30 10:53:34', 'title_local' => '2006 - Athens' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ) ) $date = '31 December 1969'</pre><pre class="stack-trace">include - APP/View/Sessoes/show.ctp, line 52 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></span> <p>VIEWS</p> </li> </ul> </div> </div> </div> </div> </header> <div class="content"> <div class="container-fluid clear-boxgrid"> <div class="row"> <div class="col-xs-12 col-sm-9 col-md-8 col-lg-8"> <article> <div class="video-container"> <nav> <ul> </ul> </nav> </div> <div class="parent-container"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c34607-trace').style.display = (document.getElementById('cakeErr603dec8c34607-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: File [<b>APP/View/Sessoes/show.ctp</b>, line <b>96</b>]<div id="cakeErr603dec8c34607-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c34607-code').style.display = (document.getElementById('cakeErr603dec8c34607-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c34607-context').style.display = (document.getElementById('cakeErr603dec8c34607-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603dec8c34607-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></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"><?php </span><span style="color: #007700">foreach(</span><span style="color: #0000BB">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'File'</span><span style="color: #007700">] as </span><span style="color: #0000BB">$file</span><span style="color: #007700">): </span><span style="color: #0000BB">?></span></span></code></span></pre><pre id="cakeErr603dec8c34607-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Sessoes/show.ctp' $dataForView = array( 'videos' => array(), 'related_sessions' => array(), 'sessao' => array(), 'edition' => array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ), 'countries' => array( (int) 0 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'daynames' => array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ), 'igf_editions' => array( (int) 0 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 1 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 2 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 3 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 4 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 5 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 6 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 7 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 8 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 9 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 10 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 11 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 12 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ) ) ) $videos = array() $related_sessions = array() $sessao = array() $edition = array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( 'id' => '15', 'edition_id' => '12', 'dayname_id' => '1', 'date' => '2013-10-21', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 1 => array( 'id' => '16', 'edition_id' => '12', 'dayname_id' => '2', 'date' => '2013-10-22', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 2 => array( 'id' => '17', 'edition_id' => '12', 'dayname_id' => '3', 'date' => '2013-10-23', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 3 => array( 'id' => '18', 'edition_id' => '12', 'dayname_id' => '4', 'date' => '2013-10-24', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 4 => array( 'id' => '19', 'edition_id' => '12', 'dayname_id' => '5', 'date' => '2013-10-25', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ) ) ) $countries = array( (int) 0 => array( 'Forum' => array( 'id' => '2', 'title' => 'Fórum da Internet no Brasil', 'slug' => 'brazil', 'nickname' => 'Brazil', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/brazil.png', 'country_id' => '13', 'created' => '2017-06-07 14:11:22', 'modified' => '2018-06-22 15:12:06' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '13', 'code' => 'br', 'name' => 'Brazil', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => 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] ), (int) 6 => array( [maximum depth reached] ) ), 'User' => 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) 1 => array( 'Forum' => array( 'id' => '4', 'title' => 'Youth LACIGF', 'slug' => 'youthlacigf', 'nickname' => 'Youth LACIGF', 'description' => '<p>El YouthLACIGF es una iniciativa que nace de la creciente comunidad de j&oacute;venes de Am&eacute;rica Latina interesada en asuntos relacionados a Internet. Dado el rol m&aacute;s activo que han comenzado a tomar los j&oacute;venes, este espacio de caracter&iacute;sticas multisectorial, busca ser una instancia de debate de nuevas ideas y perspectivas para fomentar la creaci&oacute;n de l&iacute;neas de discusi&oacute;n que ser&aacute;n llevadas a otros foros en la tem&aacute;tica.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/7280f5bf-youth.png', 'country_id' => '0', 'created' => '2017-12-13 11:52:21', 'modified' => '2018-03-06 12:20:53' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => null, 'code' => null, 'name' => null, 'created' => null, 'modified' => null ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Forum' => array( 'id' => '5', 'title' => 'EuroDIG', 'slug' => 'eurodig', 'nickname' => 'EuroDIG', 'description' => '<p>The Pan-European dialogue on Internet governance (EuroDIG) is an open platform for informal and inclusive discussion and exchange on public policy issues related to Internet Governance (IG) between stakeholders from all over Europe.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/89179358-logo_euro_dig.jpg', 'country_id' => '112', 'created' => '2017-12-20 13:28:01', 'modified' => '2018-05-14 11:15:30' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => '112', 'code' => 'de', 'name' => 'Germany', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 3 => array( 'Forum' => array( 'id' => '6', 'title' => 'IGF-USA', 'slug' => 'igf-usa', 'nickname' => 'IGF-USA', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/b274e7a9-proxy.duckduckgo.com.png', 'country_id' => '3', 'created' => '2019-09-27 10:03:03', 'modified' => '2019-09-27 15:33:34' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '3', 'code' => 'us', 'name' => 'United States of America', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ) ) ) ) $daynames = array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ) $igf_editions = array( (int) 0 => array( 'Edition' => array( 'id' => '44', 'forum_id' => '1', 'slug' => '2018-paris', 'logo_url' => 'https://igf2018.fr/wp-content/uploads/2018/09/header-bonlogo.jpg', 'site' => 'https://igf2018.fr/', 'title' => 'The Internet of Trust', 'subtitle' => 'The Internet of Trust', 'edition' => '2018', 'country' => 'France', 'city' => 'Paris', 'year' => '2018', 'date_start' => '2018-11-12', 'date_finish' => '2018-11-14', 'qtd_sessions' => '147', 'created' => '2019-01-31 16:23:18', 'modified' => '2019-01-31 16:23:18', 'title_local' => '2018 - Paris' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Edition' => array( 'id' => '43', 'forum_id' => '1', 'slug' => '2017-geneve', 'logo_url' => 'https://igf2017.swiss/wp-content/uploads/2017/06/logo_navi.jpg', 'site' => 'https://igf2017.swiss/', 'title' => 'Geneve 2017', 'subtitle' => '', 'edition' => '2017', 'country' => 'Switzerland', 'city' => 'Geneve', 'year' => '2017', 'date_start' => '2017-12-17', 'date_finish' => '2017-12-21', 'qtd_sessions' => '208', 'created' => '2018-05-24 12:53:58', 'modified' => '2018-05-24 12:53:58', 'title_local' => '2017 - Geneve' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 2 => array( 'Edition' => array( 'id' => '18', 'forum_id' => '1', 'slug' => '2016-guadalajara', 'logo_url' => '/img/igfs/igf2016.png', 'site' => 'http://www.igf2016.mx/', 'title' => 'Enabling Inclusive and Sustainable Growth', 'subtitle' => 'Enabling Inclusive and Sustainable Growth', 'edition' => '2016', 'country' => 'Mexico', 'city' => 'Guadalajara', 'year' => '2016', 'date_start' => '2016-12-05', 'date_finish' => '2016-12-09', 'qtd_sessions' => '197', 'created' => '2017-10-30 10:08:06', 'modified' => '2017-10-30 10:08:06', 'title_local' => '2016 - Guadalajara' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 3 => array( 'Edition' => array( 'id' => '15', 'forum_id' => '1', 'slug' => '2015-joao-pessoa', 'logo_url' => '/img/igfs/igf2015.png', 'site' => 'http://www.igf2015.br', 'title' => 'Evolution of Internet Governance: Empowering Sustainable Development', 'subtitle' => null, 'edition' => '2015', 'country' => 'Brazil', 'city' => 'João Pessoa', 'year' => '2015', 'date_start' => '2015-11-09', 'date_finish' => '2015-11-12', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:43:17', 'modified' => '2017-10-30 10:43:17', 'title_local' => '2015 - João Pessoa' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '13', 'forum_id' => '1', 'slug' => '2014-istanbul', 'logo_url' => '/img/igfs/igf2014.jpg', 'site' => 'http://www.igf2014.org.tr/', 'title' => 'Connecting Continents for Enhanced Multistakeholder Internet Governance', 'subtitle' => null, 'edition' => '2014', 'country' => 'Turkey', 'city' => 'Istanbul', 'year' => '2014', 'date_start' => '2014-09-01', 'date_finish' => '2014-09-05', 'qtd_sessions' => '160', 'created' => '2017-10-30 10:46:25', 'modified' => '2017-10-30 10:46:25', 'title_local' => '2014 - Istanbul' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 6 => array( 'Edition' => array( 'id' => '7', 'forum_id' => '1', 'slug' => '2012-baku', 'logo_url' => '/img/igfs/igf2012.png', 'site' => 'http://igf2012.com/', 'title' => 'Internet Governance for Sustainable Human, Economic and Social Development', 'subtitle' => null, 'edition' => '2012', 'country' => 'Azerbaijan', 'city' => 'Baku', 'year' => '2012', 'date_start' => '2012-11-05', 'date_finish' => '2012-11-09', 'qtd_sessions' => '146', 'created' => '2017-10-30 10:48:13', 'modified' => '2017-10-30 10:48:13', 'title_local' => '2012 - Baku' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 7 => array( 'Edition' => array( 'id' => '6', 'forum_id' => '1', 'slug' => '2011-nairobi', 'logo_url' => '/img/igfs/igf2011.png', 'site' => 'http://igf.or.ke/', 'title' => 'Internet as a Catalyst for Change: Access, Development, Freedoms and Innovation', 'subtitle' => null, 'edition' => '2011', 'country' => 'Kenya', 'city' => 'Nairobi', 'year' => '2011', 'date_start' => '2011-09-27', 'date_finish' => '2011-09-30', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:49:11', 'modified' => '2017-10-30 10:49:11', 'title_local' => '2011 - Nairobi' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 8 => array( 'Edition' => array( 'id' => '11', 'forum_id' => '1', 'slug' => '2010-vilnius', 'logo_url' => '/img/igfs/igf2010.png', 'site' => '', 'title' => 'Developing the Future Together', 'subtitle' => null, 'edition' => '2010', 'country' => 'Lithuania', 'city' => 'Vilnius', 'year' => '2010', 'date_start' => '2010-09-14', 'date_finish' => '2017-09-17', 'qtd_sessions' => '114', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07', 'title_local' => '2010 - Vilnius' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 9 => array( 'Edition' => array( 'id' => '8', 'forum_id' => '1', 'slug' => '2009-sharm-el-sheikh', 'logo_url' => '/img/igfs/igf2009.png', 'site' => '', 'title' => 'Internet Governance Creating Opportunities for All', 'subtitle' => null, 'edition' => '2009', 'country' => 'Egypt', 'city' => 'Sharm el Sheikh', 'year' => '2009', 'date_start' => '2009-11-15', 'date_finish' => '2009-11-18', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:51:20', 'modified' => '2017-10-30 10:51:20', 'title_local' => '2009 - Sharm el Sheikh' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 10 => array( 'Edition' => array( 'id' => '5', 'forum_id' => '1', 'slug' => '2008-hyderabad', 'logo_url' => '/img/igfs/igf2008.jpg', 'site' => '', 'title' => 'Internet for All', 'subtitle' => null, 'edition' => '2008', 'country' => 'India', 'city' => 'Hyderabad', 'year' => '2008', 'date_start' => '2008-12-03', 'date_finish' => '2008-12-06', 'qtd_sessions' => '102', 'created' => '2017-10-30 10:52:12', 'modified' => '2017-10-30 10:52:12', 'title_local' => '2008 - Hyderabad' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 11 => array( 'Edition' => array( 'id' => '4', 'forum_id' => '1', 'slug' => '2007-rio-de-janeiro', 'logo_url' => '/img/igfs/igf2007.png', 'site' => 'http://www.igfbrazil2007.br/', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2007', 'country' => 'Brazil', 'city' => 'Rio de Janeiro', 'year' => '2007', 'date_start' => '2007-11-11', 'date_finish' => '2007-11-15', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:52:56', 'modified' => '2017-10-30 10:52:56', 'title_local' => '2007 - Rio de Janeiro' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 12 => array( 'Edition' => array( 'id' => '10', 'forum_id' => '1', 'slug' => '2006-athens', 'logo_url' => '/img/igfs/igf2006.jpg', 'site' => '', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2006', 'country' => 'Greece', 'city' => 'Athens', 'year' => '2006', 'date_start' => '2006-10-30', 'date_finish' => '2006-11-02', 'qtd_sessions' => '10', 'created' => '2017-10-30 10:53:34', 'modified' => '2017-10-30 10:53:34', 'title_local' => '2006 - Athens' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ) ) $date = '31 December 1969' $i = (int) 0</pre><pre class="stack-trace">include - APP/View/Sessoes/show.ctp, line 96 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('cakeErr603dec8c34e73-trace').style.display = (document.getElementById('cakeErr603dec8c34e73-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Invalid argument supplied for foreach() [<b>APP/View/Sessoes/show.ctp</b>, line <b>96</b>]<div id="cakeErr603dec8c34e73-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c34e73-code').style.display = (document.getElementById('cakeErr603dec8c34e73-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c34e73-context').style.display = (document.getElementById('cakeErr603dec8c34e73-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603dec8c34e73-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></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"><?php </span><span style="color: #007700">foreach(</span><span style="color: #0000BB">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'File'</span><span style="color: #007700">] as </span><span style="color: #0000BB">$file</span><span style="color: #007700">): </span><span style="color: #0000BB">?></span></span></code></span></pre><pre id="cakeErr603dec8c34e73-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Sessoes/show.ctp' $dataForView = array( 'videos' => array(), 'related_sessions' => array(), 'sessao' => array(), 'edition' => array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ), 'countries' => array( (int) 0 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'daynames' => array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ), 'igf_editions' => array( (int) 0 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 1 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 2 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 3 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 4 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 5 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 6 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 7 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 8 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 9 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 10 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 11 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 12 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ) ) ) $videos = array() $related_sessions = array() $sessao = array() $edition = array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( 'id' => '15', 'edition_id' => '12', 'dayname_id' => '1', 'date' => '2013-10-21', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 1 => array( 'id' => '16', 'edition_id' => '12', 'dayname_id' => '2', 'date' => '2013-10-22', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 2 => array( 'id' => '17', 'edition_id' => '12', 'dayname_id' => '3', 'date' => '2013-10-23', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 3 => array( 'id' => '18', 'edition_id' => '12', 'dayname_id' => '4', 'date' => '2013-10-24', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 4 => array( 'id' => '19', 'edition_id' => '12', 'dayname_id' => '5', 'date' => '2013-10-25', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ) ) ) $countries = array( (int) 0 => array( 'Forum' => array( 'id' => '2', 'title' => 'Fórum da Internet no Brasil', 'slug' => 'brazil', 'nickname' => 'Brazil', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/brazil.png', 'country_id' => '13', 'created' => '2017-06-07 14:11:22', 'modified' => '2018-06-22 15:12:06' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '13', 'code' => 'br', 'name' => 'Brazil', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => 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] ), (int) 6 => array( [maximum depth reached] ) ), 'User' => 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) 1 => array( 'Forum' => array( 'id' => '4', 'title' => 'Youth LACIGF', 'slug' => 'youthlacigf', 'nickname' => 'Youth LACIGF', 'description' => '<p>El YouthLACIGF es una iniciativa que nace de la creciente comunidad de j&oacute;venes de Am&eacute;rica Latina interesada en asuntos relacionados a Internet. Dado el rol m&aacute;s activo que han comenzado a tomar los j&oacute;venes, este espacio de caracter&iacute;sticas multisectorial, busca ser una instancia de debate de nuevas ideas y perspectivas para fomentar la creaci&oacute;n de l&iacute;neas de discusi&oacute;n que ser&aacute;n llevadas a otros foros en la tem&aacute;tica.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/7280f5bf-youth.png', 'country_id' => '0', 'created' => '2017-12-13 11:52:21', 'modified' => '2018-03-06 12:20:53' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => null, 'code' => null, 'name' => null, 'created' => null, 'modified' => null ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Forum' => array( 'id' => '5', 'title' => 'EuroDIG', 'slug' => 'eurodig', 'nickname' => 'EuroDIG', 'description' => '<p>The Pan-European dialogue on Internet governance (EuroDIG) is an open platform for informal and inclusive discussion and exchange on public policy issues related to Internet Governance (IG) between stakeholders from all over Europe.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/89179358-logo_euro_dig.jpg', 'country_id' => '112', 'created' => '2017-12-20 13:28:01', 'modified' => '2018-05-14 11:15:30' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => '112', 'code' => 'de', 'name' => 'Germany', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 3 => array( 'Forum' => array( 'id' => '6', 'title' => 'IGF-USA', 'slug' => 'igf-usa', 'nickname' => 'IGF-USA', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/b274e7a9-proxy.duckduckgo.com.png', 'country_id' => '3', 'created' => '2019-09-27 10:03:03', 'modified' => '2019-09-27 15:33:34' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '3', 'code' => 'us', 'name' => 'United States of America', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ) ) ) ) $daynames = array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ) $igf_editions = array( (int) 0 => array( 'Edition' => array( 'id' => '44', 'forum_id' => '1', 'slug' => '2018-paris', 'logo_url' => 'https://igf2018.fr/wp-content/uploads/2018/09/header-bonlogo.jpg', 'site' => 'https://igf2018.fr/', 'title' => 'The Internet of Trust', 'subtitle' => 'The Internet of Trust', 'edition' => '2018', 'country' => 'France', 'city' => 'Paris', 'year' => '2018', 'date_start' => '2018-11-12', 'date_finish' => '2018-11-14', 'qtd_sessions' => '147', 'created' => '2019-01-31 16:23:18', 'modified' => '2019-01-31 16:23:18', 'title_local' => '2018 - Paris' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Edition' => array( 'id' => '43', 'forum_id' => '1', 'slug' => '2017-geneve', 'logo_url' => 'https://igf2017.swiss/wp-content/uploads/2017/06/logo_navi.jpg', 'site' => 'https://igf2017.swiss/', 'title' => 'Geneve 2017', 'subtitle' => '', 'edition' => '2017', 'country' => 'Switzerland', 'city' => 'Geneve', 'year' => '2017', 'date_start' => '2017-12-17', 'date_finish' => '2017-12-21', 'qtd_sessions' => '208', 'created' => '2018-05-24 12:53:58', 'modified' => '2018-05-24 12:53:58', 'title_local' => '2017 - Geneve' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 2 => array( 'Edition' => array( 'id' => '18', 'forum_id' => '1', 'slug' => '2016-guadalajara', 'logo_url' => '/img/igfs/igf2016.png', 'site' => 'http://www.igf2016.mx/', 'title' => 'Enabling Inclusive and Sustainable Growth', 'subtitle' => 'Enabling Inclusive and Sustainable Growth', 'edition' => '2016', 'country' => 'Mexico', 'city' => 'Guadalajara', 'year' => '2016', 'date_start' => '2016-12-05', 'date_finish' => '2016-12-09', 'qtd_sessions' => '197', 'created' => '2017-10-30 10:08:06', 'modified' => '2017-10-30 10:08:06', 'title_local' => '2016 - Guadalajara' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 3 => array( 'Edition' => array( 'id' => '15', 'forum_id' => '1', 'slug' => '2015-joao-pessoa', 'logo_url' => '/img/igfs/igf2015.png', 'site' => 'http://www.igf2015.br', 'title' => 'Evolution of Internet Governance: Empowering Sustainable Development', 'subtitle' => null, 'edition' => '2015', 'country' => 'Brazil', 'city' => 'João Pessoa', 'year' => '2015', 'date_start' => '2015-11-09', 'date_finish' => '2015-11-12', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:43:17', 'modified' => '2017-10-30 10:43:17', 'title_local' => '2015 - João Pessoa' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '13', 'forum_id' => '1', 'slug' => '2014-istanbul', 'logo_url' => '/img/igfs/igf2014.jpg', 'site' => 'http://www.igf2014.org.tr/', 'title' => 'Connecting Continents for Enhanced Multistakeholder Internet Governance', 'subtitle' => null, 'edition' => '2014', 'country' => 'Turkey', 'city' => 'Istanbul', 'year' => '2014', 'date_start' => '2014-09-01', 'date_finish' => '2014-09-05', 'qtd_sessions' => '160', 'created' => '2017-10-30 10:46:25', 'modified' => '2017-10-30 10:46:25', 'title_local' => '2014 - Istanbul' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 6 => array( 'Edition' => array( 'id' => '7', 'forum_id' => '1', 'slug' => '2012-baku', 'logo_url' => '/img/igfs/igf2012.png', 'site' => 'http://igf2012.com/', 'title' => 'Internet Governance for Sustainable Human, Economic and Social Development', 'subtitle' => null, 'edition' => '2012', 'country' => 'Azerbaijan', 'city' => 'Baku', 'year' => '2012', 'date_start' => '2012-11-05', 'date_finish' => '2012-11-09', 'qtd_sessions' => '146', 'created' => '2017-10-30 10:48:13', 'modified' => '2017-10-30 10:48:13', 'title_local' => '2012 - Baku' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 7 => array( 'Edition' => array( 'id' => '6', 'forum_id' => '1', 'slug' => '2011-nairobi', 'logo_url' => '/img/igfs/igf2011.png', 'site' => 'http://igf.or.ke/', 'title' => 'Internet as a Catalyst for Change: Access, Development, Freedoms and Innovation', 'subtitle' => null, 'edition' => '2011', 'country' => 'Kenya', 'city' => 'Nairobi', 'year' => '2011', 'date_start' => '2011-09-27', 'date_finish' => '2011-09-30', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:49:11', 'modified' => '2017-10-30 10:49:11', 'title_local' => '2011 - Nairobi' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 8 => array( 'Edition' => array( 'id' => '11', 'forum_id' => '1', 'slug' => '2010-vilnius', 'logo_url' => '/img/igfs/igf2010.png', 'site' => '', 'title' => 'Developing the Future Together', 'subtitle' => null, 'edition' => '2010', 'country' => 'Lithuania', 'city' => 'Vilnius', 'year' => '2010', 'date_start' => '2010-09-14', 'date_finish' => '2017-09-17', 'qtd_sessions' => '114', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07', 'title_local' => '2010 - Vilnius' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 9 => array( 'Edition' => array( 'id' => '8', 'forum_id' => '1', 'slug' => '2009-sharm-el-sheikh', 'logo_url' => '/img/igfs/igf2009.png', 'site' => '', 'title' => 'Internet Governance Creating Opportunities for All', 'subtitle' => null, 'edition' => '2009', 'country' => 'Egypt', 'city' => 'Sharm el Sheikh', 'year' => '2009', 'date_start' => '2009-11-15', 'date_finish' => '2009-11-18', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:51:20', 'modified' => '2017-10-30 10:51:20', 'title_local' => '2009 - Sharm el Sheikh' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 10 => array( 'Edition' => array( 'id' => '5', 'forum_id' => '1', 'slug' => '2008-hyderabad', 'logo_url' => '/img/igfs/igf2008.jpg', 'site' => '', 'title' => 'Internet for All', 'subtitle' => null, 'edition' => '2008', 'country' => 'India', 'city' => 'Hyderabad', 'year' => '2008', 'date_start' => '2008-12-03', 'date_finish' => '2008-12-06', 'qtd_sessions' => '102', 'created' => '2017-10-30 10:52:12', 'modified' => '2017-10-30 10:52:12', 'title_local' => '2008 - Hyderabad' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 11 => array( 'Edition' => array( 'id' => '4', 'forum_id' => '1', 'slug' => '2007-rio-de-janeiro', 'logo_url' => '/img/igfs/igf2007.png', 'site' => 'http://www.igfbrazil2007.br/', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2007', 'country' => 'Brazil', 'city' => 'Rio de Janeiro', 'year' => '2007', 'date_start' => '2007-11-11', 'date_finish' => '2007-11-15', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:52:56', 'modified' => '2017-10-30 10:52:56', 'title_local' => '2007 - Rio de Janeiro' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 12 => array( 'Edition' => array( 'id' => '10', 'forum_id' => '1', 'slug' => '2006-athens', 'logo_url' => '/img/igfs/igf2006.jpg', 'site' => '', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2006', 'country' => 'Greece', 'city' => 'Athens', 'year' => '2006', 'date_start' => '2006-10-30', 'date_finish' => '2006-11-02', 'qtd_sessions' => '10', 'created' => '2017-10-30 10:53:34', 'modified' => '2017-10-30 10:53:34', 'title_local' => '2006 - Athens' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ) ) $date = '31 December 1969' $i = (int) 0</pre><pre class="stack-trace">include - APP/View/Sessoes/show.ctp, line 96 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('cakeErr603dec8c3567b-trace').style.display = (document.getElementById('cakeErr603dec8c3567b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Document [<b>APP/View/Sessoes/show.ctp</b>, line <b>100</b>]<div id="cakeErr603dec8c3567b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c3567b-code').style.display = (document.getElementById('cakeErr603dec8c3567b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c3567b-context').style.display = (document.getElementById('cakeErr603dec8c3567b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603dec8c3567b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endforeach </span><span style="color: #0000BB">?></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"><?php </span><span style="color: #007700">foreach( </span><span style="color: #0000BB">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'Document'</span><span style="color: #007700">] as </span><span style="color: #0000BB">$doc </span><span style="color: #007700">): </span><span style="color: #0000BB">?></span></span></code></span></pre><pre id="cakeErr603dec8c3567b-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Sessoes/show.ctp' $dataForView = array( 'videos' => array(), 'related_sessions' => array(), 'sessao' => array(), 'edition' => array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ), 'countries' => array( (int) 0 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'daynames' => array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ), 'igf_editions' => array( (int) 0 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 1 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 2 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 3 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 4 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 5 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 6 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 7 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 8 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 9 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 10 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 11 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 12 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ) ) ) $videos = array() $related_sessions = array() $sessao = array() $edition = array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( 'id' => '15', 'edition_id' => '12', 'dayname_id' => '1', 'date' => '2013-10-21', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 1 => array( 'id' => '16', 'edition_id' => '12', 'dayname_id' => '2', 'date' => '2013-10-22', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 2 => array( 'id' => '17', 'edition_id' => '12', 'dayname_id' => '3', 'date' => '2013-10-23', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 3 => array( 'id' => '18', 'edition_id' => '12', 'dayname_id' => '4', 'date' => '2013-10-24', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 4 => array( 'id' => '19', 'edition_id' => '12', 'dayname_id' => '5', 'date' => '2013-10-25', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ) ) ) $countries = array( (int) 0 => array( 'Forum' => array( 'id' => '2', 'title' => 'Fórum da Internet no Brasil', 'slug' => 'brazil', 'nickname' => 'Brazil', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/brazil.png', 'country_id' => '13', 'created' => '2017-06-07 14:11:22', 'modified' => '2018-06-22 15:12:06' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '13', 'code' => 'br', 'name' => 'Brazil', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => 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] ), (int) 6 => array( [maximum depth reached] ) ), 'User' => 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) 1 => array( 'Forum' => array( 'id' => '4', 'title' => 'Youth LACIGF', 'slug' => 'youthlacigf', 'nickname' => 'Youth LACIGF', 'description' => '<p>El YouthLACIGF es una iniciativa que nace de la creciente comunidad de j&oacute;venes de Am&eacute;rica Latina interesada en asuntos relacionados a Internet. Dado el rol m&aacute;s activo que han comenzado a tomar los j&oacute;venes, este espacio de caracter&iacute;sticas multisectorial, busca ser una instancia de debate de nuevas ideas y perspectivas para fomentar la creaci&oacute;n de l&iacute;neas de discusi&oacute;n que ser&aacute;n llevadas a otros foros en la tem&aacute;tica.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/7280f5bf-youth.png', 'country_id' => '0', 'created' => '2017-12-13 11:52:21', 'modified' => '2018-03-06 12:20:53' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => null, 'code' => null, 'name' => null, 'created' => null, 'modified' => null ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Forum' => array( 'id' => '5', 'title' => 'EuroDIG', 'slug' => 'eurodig', 'nickname' => 'EuroDIG', 'description' => '<p>The Pan-European dialogue on Internet governance (EuroDIG) is an open platform for informal and inclusive discussion and exchange on public policy issues related to Internet Governance (IG) between stakeholders from all over Europe.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/89179358-logo_euro_dig.jpg', 'country_id' => '112', 'created' => '2017-12-20 13:28:01', 'modified' => '2018-05-14 11:15:30' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => '112', 'code' => 'de', 'name' => 'Germany', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 3 => array( 'Forum' => array( 'id' => '6', 'title' => 'IGF-USA', 'slug' => 'igf-usa', 'nickname' => 'IGF-USA', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/b274e7a9-proxy.duckduckgo.com.png', 'country_id' => '3', 'created' => '2019-09-27 10:03:03', 'modified' => '2019-09-27 15:33:34' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '3', 'code' => 'us', 'name' => 'United States of America', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ) ) ) ) $daynames = array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ) $igf_editions = array( (int) 0 => array( 'Edition' => array( 'id' => '44', 'forum_id' => '1', 'slug' => '2018-paris', 'logo_url' => 'https://igf2018.fr/wp-content/uploads/2018/09/header-bonlogo.jpg', 'site' => 'https://igf2018.fr/', 'title' => 'The Internet of Trust', 'subtitle' => 'The Internet of Trust', 'edition' => '2018', 'country' => 'France', 'city' => 'Paris', 'year' => '2018', 'date_start' => '2018-11-12', 'date_finish' => '2018-11-14', 'qtd_sessions' => '147', 'created' => '2019-01-31 16:23:18', 'modified' => '2019-01-31 16:23:18', 'title_local' => '2018 - Paris' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Edition' => array( 'id' => '43', 'forum_id' => '1', 'slug' => '2017-geneve', 'logo_url' => 'https://igf2017.swiss/wp-content/uploads/2017/06/logo_navi.jpg', 'site' => 'https://igf2017.swiss/', 'title' => 'Geneve 2017', 'subtitle' => '', 'edition' => '2017', 'country' => 'Switzerland', 'city' => 'Geneve', 'year' => '2017', 'date_start' => '2017-12-17', 'date_finish' => '2017-12-21', 'qtd_sessions' => '208', 'created' => '2018-05-24 12:53:58', 'modified' => '2018-05-24 12:53:58', 'title_local' => '2017 - Geneve' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 2 => array( 'Edition' => array( 'id' => '18', 'forum_id' => '1', 'slug' => '2016-guadalajara', 'logo_url' => '/img/igfs/igf2016.png', 'site' => 'http://www.igf2016.mx/', 'title' => 'Enabling Inclusive and Sustainable Growth', 'subtitle' => 'Enabling Inclusive and Sustainable Growth', 'edition' => '2016', 'country' => 'Mexico', 'city' => 'Guadalajara', 'year' => '2016', 'date_start' => '2016-12-05', 'date_finish' => '2016-12-09', 'qtd_sessions' => '197', 'created' => '2017-10-30 10:08:06', 'modified' => '2017-10-30 10:08:06', 'title_local' => '2016 - Guadalajara' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 3 => array( 'Edition' => array( 'id' => '15', 'forum_id' => '1', 'slug' => '2015-joao-pessoa', 'logo_url' => '/img/igfs/igf2015.png', 'site' => 'http://www.igf2015.br', 'title' => 'Evolution of Internet Governance: Empowering Sustainable Development', 'subtitle' => null, 'edition' => '2015', 'country' => 'Brazil', 'city' => 'João Pessoa', 'year' => '2015', 'date_start' => '2015-11-09', 'date_finish' => '2015-11-12', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:43:17', 'modified' => '2017-10-30 10:43:17', 'title_local' => '2015 - João Pessoa' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '13', 'forum_id' => '1', 'slug' => '2014-istanbul', 'logo_url' => '/img/igfs/igf2014.jpg', 'site' => 'http://www.igf2014.org.tr/', 'title' => 'Connecting Continents for Enhanced Multistakeholder Internet Governance', 'subtitle' => null, 'edition' => '2014', 'country' => 'Turkey', 'city' => 'Istanbul', 'year' => '2014', 'date_start' => '2014-09-01', 'date_finish' => '2014-09-05', 'qtd_sessions' => '160', 'created' => '2017-10-30 10:46:25', 'modified' => '2017-10-30 10:46:25', 'title_local' => '2014 - Istanbul' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 6 => array( 'Edition' => array( 'id' => '7', 'forum_id' => '1', 'slug' => '2012-baku', 'logo_url' => '/img/igfs/igf2012.png', 'site' => 'http://igf2012.com/', 'title' => 'Internet Governance for Sustainable Human, Economic and Social Development', 'subtitle' => null, 'edition' => '2012', 'country' => 'Azerbaijan', 'city' => 'Baku', 'year' => '2012', 'date_start' => '2012-11-05', 'date_finish' => '2012-11-09', 'qtd_sessions' => '146', 'created' => '2017-10-30 10:48:13', 'modified' => '2017-10-30 10:48:13', 'title_local' => '2012 - Baku' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 7 => array( 'Edition' => array( 'id' => '6', 'forum_id' => '1', 'slug' => '2011-nairobi', 'logo_url' => '/img/igfs/igf2011.png', 'site' => 'http://igf.or.ke/', 'title' => 'Internet as a Catalyst for Change: Access, Development, Freedoms and Innovation', 'subtitle' => null, 'edition' => '2011', 'country' => 'Kenya', 'city' => 'Nairobi', 'year' => '2011', 'date_start' => '2011-09-27', 'date_finish' => '2011-09-30', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:49:11', 'modified' => '2017-10-30 10:49:11', 'title_local' => '2011 - Nairobi' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 8 => array( 'Edition' => array( 'id' => '11', 'forum_id' => '1', 'slug' => '2010-vilnius', 'logo_url' => '/img/igfs/igf2010.png', 'site' => '', 'title' => 'Developing the Future Together', 'subtitle' => null, 'edition' => '2010', 'country' => 'Lithuania', 'city' => 'Vilnius', 'year' => '2010', 'date_start' => '2010-09-14', 'date_finish' => '2017-09-17', 'qtd_sessions' => '114', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07', 'title_local' => '2010 - Vilnius' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 9 => array( 'Edition' => array( 'id' => '8', 'forum_id' => '1', 'slug' => '2009-sharm-el-sheikh', 'logo_url' => '/img/igfs/igf2009.png', 'site' => '', 'title' => 'Internet Governance Creating Opportunities for All', 'subtitle' => null, 'edition' => '2009', 'country' => 'Egypt', 'city' => 'Sharm el Sheikh', 'year' => '2009', 'date_start' => '2009-11-15', 'date_finish' => '2009-11-18', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:51:20', 'modified' => '2017-10-30 10:51:20', 'title_local' => '2009 - Sharm el Sheikh' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 10 => array( 'Edition' => array( 'id' => '5', 'forum_id' => '1', 'slug' => '2008-hyderabad', 'logo_url' => '/img/igfs/igf2008.jpg', 'site' => '', 'title' => 'Internet for All', 'subtitle' => null, 'edition' => '2008', 'country' => 'India', 'city' => 'Hyderabad', 'year' => '2008', 'date_start' => '2008-12-03', 'date_finish' => '2008-12-06', 'qtd_sessions' => '102', 'created' => '2017-10-30 10:52:12', 'modified' => '2017-10-30 10:52:12', 'title_local' => '2008 - Hyderabad' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 11 => array( 'Edition' => array( 'id' => '4', 'forum_id' => '1', 'slug' => '2007-rio-de-janeiro', 'logo_url' => '/img/igfs/igf2007.png', 'site' => 'http://www.igfbrazil2007.br/', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2007', 'country' => 'Brazil', 'city' => 'Rio de Janeiro', 'year' => '2007', 'date_start' => '2007-11-11', 'date_finish' => '2007-11-15', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:52:56', 'modified' => '2017-10-30 10:52:56', 'title_local' => '2007 - Rio de Janeiro' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 12 => array( 'Edition' => array( 'id' => '10', 'forum_id' => '1', 'slug' => '2006-athens', 'logo_url' => '/img/igfs/igf2006.jpg', 'site' => '', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2006', 'country' => 'Greece', 'city' => 'Athens', 'year' => '2006', 'date_start' => '2006-10-30', 'date_finish' => '2006-11-02', 'qtd_sessions' => '10', 'created' => '2017-10-30 10:53:34', 'modified' => '2017-10-30 10:53:34', 'title_local' => '2006 - Athens' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ) ) $date = '31 December 1969' $i = (int) 0</pre><pre class="stack-trace">include - APP/View/Sessoes/show.ctp, line 100 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('cakeErr603dec8c35eb9-trace').style.display = (document.getElementById('cakeErr603dec8c35eb9-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Invalid argument supplied for foreach() [<b>APP/View/Sessoes/show.ctp</b>, line <b>100</b>]<div id="cakeErr603dec8c35eb9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c35eb9-code').style.display = (document.getElementById('cakeErr603dec8c35eb9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c35eb9-context').style.display = (document.getElementById('cakeErr603dec8c35eb9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603dec8c35eb9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endforeach </span><span style="color: #0000BB">?></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"><?php </span><span style="color: #007700">foreach( </span><span style="color: #0000BB">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'Document'</span><span style="color: #007700">] as </span><span style="color: #0000BB">$doc </span><span style="color: #007700">): </span><span style="color: #0000BB">?></span></span></code></span></pre><pre id="cakeErr603dec8c35eb9-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Sessoes/show.ctp' $dataForView = array( 'videos' => array(), 'related_sessions' => array(), 'sessao' => array(), 'edition' => array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ), 'countries' => array( (int) 0 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'daynames' => array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ), 'igf_editions' => array( (int) 0 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 1 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 2 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 3 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 4 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 5 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 6 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 7 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 8 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 9 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 10 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 11 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 12 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ) ) ) $videos = array() $related_sessions = array() $sessao = array() $edition = array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( 'id' => '15', 'edition_id' => '12', 'dayname_id' => '1', 'date' => '2013-10-21', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 1 => array( 'id' => '16', 'edition_id' => '12', 'dayname_id' => '2', 'date' => '2013-10-22', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 2 => array( 'id' => '17', 'edition_id' => '12', 'dayname_id' => '3', 'date' => '2013-10-23', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 3 => array( 'id' => '18', 'edition_id' => '12', 'dayname_id' => '4', 'date' => '2013-10-24', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 4 => array( 'id' => '19', 'edition_id' => '12', 'dayname_id' => '5', 'date' => '2013-10-25', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ) ) ) $countries = array( (int) 0 => array( 'Forum' => array( 'id' => '2', 'title' => 'Fórum da Internet no Brasil', 'slug' => 'brazil', 'nickname' => 'Brazil', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/brazil.png', 'country_id' => '13', 'created' => '2017-06-07 14:11:22', 'modified' => '2018-06-22 15:12:06' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '13', 'code' => 'br', 'name' => 'Brazil', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => 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] ), (int) 6 => array( [maximum depth reached] ) ), 'User' => 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) 1 => array( 'Forum' => array( 'id' => '4', 'title' => 'Youth LACIGF', 'slug' => 'youthlacigf', 'nickname' => 'Youth LACIGF', 'description' => '<p>El YouthLACIGF es una iniciativa que nace de la creciente comunidad de j&oacute;venes de Am&eacute;rica Latina interesada en asuntos relacionados a Internet. Dado el rol m&aacute;s activo que han comenzado a tomar los j&oacute;venes, este espacio de caracter&iacute;sticas multisectorial, busca ser una instancia de debate de nuevas ideas y perspectivas para fomentar la creaci&oacute;n de l&iacute;neas de discusi&oacute;n que ser&aacute;n llevadas a otros foros en la tem&aacute;tica.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/7280f5bf-youth.png', 'country_id' => '0', 'created' => '2017-12-13 11:52:21', 'modified' => '2018-03-06 12:20:53' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => null, 'code' => null, 'name' => null, 'created' => null, 'modified' => null ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Forum' => array( 'id' => '5', 'title' => 'EuroDIG', 'slug' => 'eurodig', 'nickname' => 'EuroDIG', 'description' => '<p>The Pan-European dialogue on Internet governance (EuroDIG) is an open platform for informal and inclusive discussion and exchange on public policy issues related to Internet Governance (IG) between stakeholders from all over Europe.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/89179358-logo_euro_dig.jpg', 'country_id' => '112', 'created' => '2017-12-20 13:28:01', 'modified' => '2018-05-14 11:15:30' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => '112', 'code' => 'de', 'name' => 'Germany', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 3 => array( 'Forum' => array( 'id' => '6', 'title' => 'IGF-USA', 'slug' => 'igf-usa', 'nickname' => 'IGF-USA', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/b274e7a9-proxy.duckduckgo.com.png', 'country_id' => '3', 'created' => '2019-09-27 10:03:03', 'modified' => '2019-09-27 15:33:34' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '3', 'code' => 'us', 'name' => 'United States of America', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ) ) ) ) $daynames = array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ) $igf_editions = array( (int) 0 => array( 'Edition' => array( 'id' => '44', 'forum_id' => '1', 'slug' => '2018-paris', 'logo_url' => 'https://igf2018.fr/wp-content/uploads/2018/09/header-bonlogo.jpg', 'site' => 'https://igf2018.fr/', 'title' => 'The Internet of Trust', 'subtitle' => 'The Internet of Trust', 'edition' => '2018', 'country' => 'France', 'city' => 'Paris', 'year' => '2018', 'date_start' => '2018-11-12', 'date_finish' => '2018-11-14', 'qtd_sessions' => '147', 'created' => '2019-01-31 16:23:18', 'modified' => '2019-01-31 16:23:18', 'title_local' => '2018 - Paris' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Edition' => array( 'id' => '43', 'forum_id' => '1', 'slug' => '2017-geneve', 'logo_url' => 'https://igf2017.swiss/wp-content/uploads/2017/06/logo_navi.jpg', 'site' => 'https://igf2017.swiss/', 'title' => 'Geneve 2017', 'subtitle' => '', 'edition' => '2017', 'country' => 'Switzerland', 'city' => 'Geneve', 'year' => '2017', 'date_start' => '2017-12-17', 'date_finish' => '2017-12-21', 'qtd_sessions' => '208', 'created' => '2018-05-24 12:53:58', 'modified' => '2018-05-24 12:53:58', 'title_local' => '2017 - Geneve' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 2 => array( 'Edition' => array( 'id' => '18', 'forum_id' => '1', 'slug' => '2016-guadalajara', 'logo_url' => '/img/igfs/igf2016.png', 'site' => 'http://www.igf2016.mx/', 'title' => 'Enabling Inclusive and Sustainable Growth', 'subtitle' => 'Enabling Inclusive and Sustainable Growth', 'edition' => '2016', 'country' => 'Mexico', 'city' => 'Guadalajara', 'year' => '2016', 'date_start' => '2016-12-05', 'date_finish' => '2016-12-09', 'qtd_sessions' => '197', 'created' => '2017-10-30 10:08:06', 'modified' => '2017-10-30 10:08:06', 'title_local' => '2016 - Guadalajara' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 3 => array( 'Edition' => array( 'id' => '15', 'forum_id' => '1', 'slug' => '2015-joao-pessoa', 'logo_url' => '/img/igfs/igf2015.png', 'site' => 'http://www.igf2015.br', 'title' => 'Evolution of Internet Governance: Empowering Sustainable Development', 'subtitle' => null, 'edition' => '2015', 'country' => 'Brazil', 'city' => 'João Pessoa', 'year' => '2015', 'date_start' => '2015-11-09', 'date_finish' => '2015-11-12', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:43:17', 'modified' => '2017-10-30 10:43:17', 'title_local' => '2015 - João Pessoa' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '13', 'forum_id' => '1', 'slug' => '2014-istanbul', 'logo_url' => '/img/igfs/igf2014.jpg', 'site' => 'http://www.igf2014.org.tr/', 'title' => 'Connecting Continents for Enhanced Multistakeholder Internet Governance', 'subtitle' => null, 'edition' => '2014', 'country' => 'Turkey', 'city' => 'Istanbul', 'year' => '2014', 'date_start' => '2014-09-01', 'date_finish' => '2014-09-05', 'qtd_sessions' => '160', 'created' => '2017-10-30 10:46:25', 'modified' => '2017-10-30 10:46:25', 'title_local' => '2014 - Istanbul' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 6 => array( 'Edition' => array( 'id' => '7', 'forum_id' => '1', 'slug' => '2012-baku', 'logo_url' => '/img/igfs/igf2012.png', 'site' => 'http://igf2012.com/', 'title' => 'Internet Governance for Sustainable Human, Economic and Social Development', 'subtitle' => null, 'edition' => '2012', 'country' => 'Azerbaijan', 'city' => 'Baku', 'year' => '2012', 'date_start' => '2012-11-05', 'date_finish' => '2012-11-09', 'qtd_sessions' => '146', 'created' => '2017-10-30 10:48:13', 'modified' => '2017-10-30 10:48:13', 'title_local' => '2012 - Baku' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 7 => array( 'Edition' => array( 'id' => '6', 'forum_id' => '1', 'slug' => '2011-nairobi', 'logo_url' => '/img/igfs/igf2011.png', 'site' => 'http://igf.or.ke/', 'title' => 'Internet as a Catalyst for Change: Access, Development, Freedoms and Innovation', 'subtitle' => null, 'edition' => '2011', 'country' => 'Kenya', 'city' => 'Nairobi', 'year' => '2011', 'date_start' => '2011-09-27', 'date_finish' => '2011-09-30', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:49:11', 'modified' => '2017-10-30 10:49:11', 'title_local' => '2011 - Nairobi' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 8 => array( 'Edition' => array( 'id' => '11', 'forum_id' => '1', 'slug' => '2010-vilnius', 'logo_url' => '/img/igfs/igf2010.png', 'site' => '', 'title' => 'Developing the Future Together', 'subtitle' => null, 'edition' => '2010', 'country' => 'Lithuania', 'city' => 'Vilnius', 'year' => '2010', 'date_start' => '2010-09-14', 'date_finish' => '2017-09-17', 'qtd_sessions' => '114', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07', 'title_local' => '2010 - Vilnius' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 9 => array( 'Edition' => array( 'id' => '8', 'forum_id' => '1', 'slug' => '2009-sharm-el-sheikh', 'logo_url' => '/img/igfs/igf2009.png', 'site' => '', 'title' => 'Internet Governance Creating Opportunities for All', 'subtitle' => null, 'edition' => '2009', 'country' => 'Egypt', 'city' => 'Sharm el Sheikh', 'year' => '2009', 'date_start' => '2009-11-15', 'date_finish' => '2009-11-18', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:51:20', 'modified' => '2017-10-30 10:51:20', 'title_local' => '2009 - Sharm el Sheikh' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 10 => array( 'Edition' => array( 'id' => '5', 'forum_id' => '1', 'slug' => '2008-hyderabad', 'logo_url' => '/img/igfs/igf2008.jpg', 'site' => '', 'title' => 'Internet for All', 'subtitle' => null, 'edition' => '2008', 'country' => 'India', 'city' => 'Hyderabad', 'year' => '2008', 'date_start' => '2008-12-03', 'date_finish' => '2008-12-06', 'qtd_sessions' => '102', 'created' => '2017-10-30 10:52:12', 'modified' => '2017-10-30 10:52:12', 'title_local' => '2008 - Hyderabad' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 11 => array( 'Edition' => array( 'id' => '4', 'forum_id' => '1', 'slug' => '2007-rio-de-janeiro', 'logo_url' => '/img/igfs/igf2007.png', 'site' => 'http://www.igfbrazil2007.br/', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2007', 'country' => 'Brazil', 'city' => 'Rio de Janeiro', 'year' => '2007', 'date_start' => '2007-11-11', 'date_finish' => '2007-11-15', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:52:56', 'modified' => '2017-10-30 10:52:56', 'title_local' => '2007 - Rio de Janeiro' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 12 => array( 'Edition' => array( 'id' => '10', 'forum_id' => '1', 'slug' => '2006-athens', 'logo_url' => '/img/igfs/igf2006.jpg', 'site' => '', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2006', 'country' => 'Greece', 'city' => 'Athens', 'year' => '2006', 'date_start' => '2006-10-30', 'date_finish' => '2006-11-02', 'qtd_sessions' => '10', 'created' => '2017-10-30 10:53:34', 'modified' => '2017-10-30 10:53:34', 'title_local' => '2006 - Athens' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ) ) $date = '31 December 1969' $i = (int) 0</pre><pre class="stack-trace">include - APP/View/Sessoes/show.ctp, line 100 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> <h4>Schedule</h4> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c36901-trace').style.display = (document.getElementById('cakeErr603dec8c36901-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Sessao [<b>APP/View/Sessoes/show.ctp</b>, line <b>106</b>]<div id="cakeErr603dec8c36901-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c36901-code').style.display = (document.getElementById('cakeErr603dec8c36901-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c36901-context').style.display = (document.getElementById('cakeErr603dec8c36901-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603dec8c36901-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">></span></span></code> <code><span style="color: #000000"> <h4><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">__</span><span style="color: #007700">(</span><span style="color: #DD0000">"Schedule"</span><span style="color: #007700">) </span><span style="color: #0000BB">?></span></h4></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'Sessao'</span><span style="color: #007700">][</span><span style="color: #DD0000">'content'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span></span></code></span></pre><pre id="cakeErr603dec8c36901-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Sessoes/show.ctp' $dataForView = array( 'videos' => array(), 'related_sessions' => array(), 'sessao' => array(), 'edition' => array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ), 'countries' => array( (int) 0 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'daynames' => array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ), 'igf_editions' => array( (int) 0 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 1 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 2 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 3 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 4 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 5 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 6 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 7 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 8 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 9 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 10 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 11 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 12 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ) ) ) $videos = array() $related_sessions = array() $sessao = array() $edition = array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( 'id' => '15', 'edition_id' => '12', 'dayname_id' => '1', 'date' => '2013-10-21', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 1 => array( 'id' => '16', 'edition_id' => '12', 'dayname_id' => '2', 'date' => '2013-10-22', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 2 => array( 'id' => '17', 'edition_id' => '12', 'dayname_id' => '3', 'date' => '2013-10-23', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 3 => array( 'id' => '18', 'edition_id' => '12', 'dayname_id' => '4', 'date' => '2013-10-24', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 4 => array( 'id' => '19', 'edition_id' => '12', 'dayname_id' => '5', 'date' => '2013-10-25', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ) ) ) $countries = array( (int) 0 => array( 'Forum' => array( 'id' => '2', 'title' => 'Fórum da Internet no Brasil', 'slug' => 'brazil', 'nickname' => 'Brazil', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/brazil.png', 'country_id' => '13', 'created' => '2017-06-07 14:11:22', 'modified' => '2018-06-22 15:12:06' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '13', 'code' => 'br', 'name' => 'Brazil', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => 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] ), (int) 6 => array( [maximum depth reached] ) ), 'User' => 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) 1 => array( 'Forum' => array( 'id' => '4', 'title' => 'Youth LACIGF', 'slug' => 'youthlacigf', 'nickname' => 'Youth LACIGF', 'description' => '<p>El YouthLACIGF es una iniciativa que nace de la creciente comunidad de j&oacute;venes de Am&eacute;rica Latina interesada en asuntos relacionados a Internet. Dado el rol m&aacute;s activo que han comenzado a tomar los j&oacute;venes, este espacio de caracter&iacute;sticas multisectorial, busca ser una instancia de debate de nuevas ideas y perspectivas para fomentar la creaci&oacute;n de l&iacute;neas de discusi&oacute;n que ser&aacute;n llevadas a otros foros en la tem&aacute;tica.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/7280f5bf-youth.png', 'country_id' => '0', 'created' => '2017-12-13 11:52:21', 'modified' => '2018-03-06 12:20:53' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => null, 'code' => null, 'name' => null, 'created' => null, 'modified' => null ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Forum' => array( 'id' => '5', 'title' => 'EuroDIG', 'slug' => 'eurodig', 'nickname' => 'EuroDIG', 'description' => '<p>The Pan-European dialogue on Internet governance (EuroDIG) is an open platform for informal and inclusive discussion and exchange on public policy issues related to Internet Governance (IG) between stakeholders from all over Europe.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/89179358-logo_euro_dig.jpg', 'country_id' => '112', 'created' => '2017-12-20 13:28:01', 'modified' => '2018-05-14 11:15:30' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => '112', 'code' => 'de', 'name' => 'Germany', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 3 => array( 'Forum' => array( 'id' => '6', 'title' => 'IGF-USA', 'slug' => 'igf-usa', 'nickname' => 'IGF-USA', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/b274e7a9-proxy.duckduckgo.com.png', 'country_id' => '3', 'created' => '2019-09-27 10:03:03', 'modified' => '2019-09-27 15:33:34' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '3', 'code' => 'us', 'name' => 'United States of America', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ) ) ) ) $daynames = array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ) $igf_editions = array( (int) 0 => array( 'Edition' => array( 'id' => '44', 'forum_id' => '1', 'slug' => '2018-paris', 'logo_url' => 'https://igf2018.fr/wp-content/uploads/2018/09/header-bonlogo.jpg', 'site' => 'https://igf2018.fr/', 'title' => 'The Internet of Trust', 'subtitle' => 'The Internet of Trust', 'edition' => '2018', 'country' => 'France', 'city' => 'Paris', 'year' => '2018', 'date_start' => '2018-11-12', 'date_finish' => '2018-11-14', 'qtd_sessions' => '147', 'created' => '2019-01-31 16:23:18', 'modified' => '2019-01-31 16:23:18', 'title_local' => '2018 - Paris' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Edition' => array( 'id' => '43', 'forum_id' => '1', 'slug' => '2017-geneve', 'logo_url' => 'https://igf2017.swiss/wp-content/uploads/2017/06/logo_navi.jpg', 'site' => 'https://igf2017.swiss/', 'title' => 'Geneve 2017', 'subtitle' => '', 'edition' => '2017', 'country' => 'Switzerland', 'city' => 'Geneve', 'year' => '2017', 'date_start' => '2017-12-17', 'date_finish' => '2017-12-21', 'qtd_sessions' => '208', 'created' => '2018-05-24 12:53:58', 'modified' => '2018-05-24 12:53:58', 'title_local' => '2017 - Geneve' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 2 => array( 'Edition' => array( 'id' => '18', 'forum_id' => '1', 'slug' => '2016-guadalajara', 'logo_url' => '/img/igfs/igf2016.png', 'site' => 'http://www.igf2016.mx/', 'title' => 'Enabling Inclusive and Sustainable Growth', 'subtitle' => 'Enabling Inclusive and Sustainable Growth', 'edition' => '2016', 'country' => 'Mexico', 'city' => 'Guadalajara', 'year' => '2016', 'date_start' => '2016-12-05', 'date_finish' => '2016-12-09', 'qtd_sessions' => '197', 'created' => '2017-10-30 10:08:06', 'modified' => '2017-10-30 10:08:06', 'title_local' => '2016 - Guadalajara' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 3 => array( 'Edition' => array( 'id' => '15', 'forum_id' => '1', 'slug' => '2015-joao-pessoa', 'logo_url' => '/img/igfs/igf2015.png', 'site' => 'http://www.igf2015.br', 'title' => 'Evolution of Internet Governance: Empowering Sustainable Development', 'subtitle' => null, 'edition' => '2015', 'country' => 'Brazil', 'city' => 'João Pessoa', 'year' => '2015', 'date_start' => '2015-11-09', 'date_finish' => '2015-11-12', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:43:17', 'modified' => '2017-10-30 10:43:17', 'title_local' => '2015 - João Pessoa' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '13', 'forum_id' => '1', 'slug' => '2014-istanbul', 'logo_url' => '/img/igfs/igf2014.jpg', 'site' => 'http://www.igf2014.org.tr/', 'title' => 'Connecting Continents for Enhanced Multistakeholder Internet Governance', 'subtitle' => null, 'edition' => '2014', 'country' => 'Turkey', 'city' => 'Istanbul', 'year' => '2014', 'date_start' => '2014-09-01', 'date_finish' => '2014-09-05', 'qtd_sessions' => '160', 'created' => '2017-10-30 10:46:25', 'modified' => '2017-10-30 10:46:25', 'title_local' => '2014 - Istanbul' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 6 => array( 'Edition' => array( 'id' => '7', 'forum_id' => '1', 'slug' => '2012-baku', 'logo_url' => '/img/igfs/igf2012.png', 'site' => 'http://igf2012.com/', 'title' => 'Internet Governance for Sustainable Human, Economic and Social Development', 'subtitle' => null, 'edition' => '2012', 'country' => 'Azerbaijan', 'city' => 'Baku', 'year' => '2012', 'date_start' => '2012-11-05', 'date_finish' => '2012-11-09', 'qtd_sessions' => '146', 'created' => '2017-10-30 10:48:13', 'modified' => '2017-10-30 10:48:13', 'title_local' => '2012 - Baku' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 7 => array( 'Edition' => array( 'id' => '6', 'forum_id' => '1', 'slug' => '2011-nairobi', 'logo_url' => '/img/igfs/igf2011.png', 'site' => 'http://igf.or.ke/', 'title' => 'Internet as a Catalyst for Change: Access, Development, Freedoms and Innovation', 'subtitle' => null, 'edition' => '2011', 'country' => 'Kenya', 'city' => 'Nairobi', 'year' => '2011', 'date_start' => '2011-09-27', 'date_finish' => '2011-09-30', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:49:11', 'modified' => '2017-10-30 10:49:11', 'title_local' => '2011 - Nairobi' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 8 => array( 'Edition' => array( 'id' => '11', 'forum_id' => '1', 'slug' => '2010-vilnius', 'logo_url' => '/img/igfs/igf2010.png', 'site' => '', 'title' => 'Developing the Future Together', 'subtitle' => null, 'edition' => '2010', 'country' => 'Lithuania', 'city' => 'Vilnius', 'year' => '2010', 'date_start' => '2010-09-14', 'date_finish' => '2017-09-17', 'qtd_sessions' => '114', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07', 'title_local' => '2010 - Vilnius' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 9 => array( 'Edition' => array( 'id' => '8', 'forum_id' => '1', 'slug' => '2009-sharm-el-sheikh', 'logo_url' => '/img/igfs/igf2009.png', 'site' => '', 'title' => 'Internet Governance Creating Opportunities for All', 'subtitle' => null, 'edition' => '2009', 'country' => 'Egypt', 'city' => 'Sharm el Sheikh', 'year' => '2009', 'date_start' => '2009-11-15', 'date_finish' => '2009-11-18', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:51:20', 'modified' => '2017-10-30 10:51:20', 'title_local' => '2009 - Sharm el Sheikh' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 10 => array( 'Edition' => array( 'id' => '5', 'forum_id' => '1', 'slug' => '2008-hyderabad', 'logo_url' => '/img/igfs/igf2008.jpg', 'site' => '', 'title' => 'Internet for All', 'subtitle' => null, 'edition' => '2008', 'country' => 'India', 'city' => 'Hyderabad', 'year' => '2008', 'date_start' => '2008-12-03', 'date_finish' => '2008-12-06', 'qtd_sessions' => '102', 'created' => '2017-10-30 10:52:12', 'modified' => '2017-10-30 10:52:12', 'title_local' => '2008 - Hyderabad' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 11 => array( 'Edition' => array( 'id' => '4', 'forum_id' => '1', 'slug' => '2007-rio-de-janeiro', 'logo_url' => '/img/igfs/igf2007.png', 'site' => 'http://www.igfbrazil2007.br/', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2007', 'country' => 'Brazil', 'city' => 'Rio de Janeiro', 'year' => '2007', 'date_start' => '2007-11-11', 'date_finish' => '2007-11-15', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:52:56', 'modified' => '2017-10-30 10:52:56', 'title_local' => '2007 - Rio de Janeiro' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 12 => array( 'Edition' => array( 'id' => '10', 'forum_id' => '1', 'slug' => '2006-athens', 'logo_url' => '/img/igfs/igf2006.jpg', 'site' => '', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2006', 'country' => 'Greece', 'city' => 'Athens', 'year' => '2006', 'date_start' => '2006-10-30', 'date_finish' => '2006-11-02', 'qtd_sessions' => '10', 'created' => '2017-10-30 10:53:34', 'modified' => '2017-10-30 10:53:34', 'title_local' => '2006 - Athens' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ) ) $date = '31 December 1969' $i = (int) 0</pre><pre class="stack-trace">include - APP/View/Sessoes/show.ctp, line 106 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> </article> </div> <div class="col-xs-12 col-sm-3 col-md-4 col-lg-4"> <aside> <!-- <div class="sidebar-block sidebar-tags"> <div class="tag-wrapper-rate"> <h4><i class="icon-tag"></i>Tags</h4> <ul class="tag-list"> <li class="tag"> <a title="Search Session by open standards" href="/sessions/tag/8">open standards</a> <span class="rate"> <a class="up" title="This is a good tag" href="session/11/rateTag?r=1&id=8&session=11"> <i class="icon-up-fat"></i> </a> <a class="down" title="This is a bad tag" href="session/11/rateTag?id=8&session=11"> <i class="icon-down-fat"></i> </a> <span class="rating" id="rating_8">-24</span> </span> </li> <li class="tag"> <a title="Search Session by public policy" href="/sessions/tag/9">public policy</a> <span class="rate"> <a class="up" title="This is a good tag" href="session/11/rateTag?r=1&id=9&session=11"> <i class="icon-up-fat"></i> </a> <a class="down" title="This is a bad tag" href="session/11/rateTag?id=9&session=11"> <i class="icon-down-fat"></i> </a> <span class="rating" id="rating_9">-24</span> </span> </li> <li class="tag"> <a title="Search Session by development" href="/sessions/tag/7">development</a> <span class="rate"> <a class="up" title="This is a good tag" href="session/11/rateTag?r=1&id=7&session=11"> <i class="icon-up-fat"></i> </a> <a class="down" title="This is a bad tag" href="session/11/rateTag?id=7&session=11"> <i class="icon-down-fat"></i> </a> <span class="rating" id="rating_7">-25</span> </span> </li> <div style="clear:both"></div> </ul> </div> <form class="add-tags fluid-form"> <div class="box"> <div class="row middle-xs"> <div class="col-xs-5 col-sm-12 col-md-5 col-lg-5 right-text"> <label>Suggest a new tag</label> </div> <div class="col-xs-5 col-sm-12 col-md-5 col-lg-5"> <input id="Form_TagForm_Tag" class="text" name="Tag" type="text"> </div> <div class="col-xs-2 col-sm-12 col-md-2 col-lg-2"> <input id="Form_TagForm_action_submitTag" class="action option" name="action_submitTag" type="submit" value="✚"> </div> </div> </div> </form> </div> --> <div class="sidebar-block sessions"> <h2 class="sidebar-title">Related Sessions</h2> </div> </aside> </div> </div> </div> </div> </div> </div> </section> ', 'scripts_for_layout' => '', 'title_for_layout' => 'Sessoes' )
- CORE/Cake/View/View.php line 546 → View->_render(string)
$this->Blocks->set('title', $title);
$this->_currentType = static::TYPE_LAYOUT;
$this->Blocks->set('content', $this->_render($layoutFileName));
'/opt/sites/foigf/www/app/View/Layouts/default.ctp'
- CORE/Cake/View/View.php line 481 → View->renderLayout(string, string)
$layout = $this->layout;
}
if ($layout && $this->autoLayout) {
$this->Blocks->set('content', $this->renderLayout('', $layout));
}
'<section> <div class="container center-block"> <div class="breadcrumb"> <ul> <li class="home"><a href="/">Home</a></li> <li class="link-level"> <a href="/igfs/edition/2013-bali">2013 - Bali</a> </li> <li class="current"><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c31c4b-trace').style.display = (document.getElementById('cakeErr603dec8c31c4b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Sessao [<b>APP/View/Sessoes/show.ctp</b>, line <b>9</b>]<div id="cakeErr603dec8c31c4b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c31c4b-code').style.display = (document.getElementById('cakeErr603dec8c31c4b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c31c4b-context').style.display = (document.getElementById('cakeErr603dec8c31c4b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603dec8c31c4b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <a href="/igfs/edition/<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$edition</span><span style="color: #007700">[</span><span style="color: #DD0000">'Edition'</span><span style="color: #007700">][</span><span style="color: #DD0000">'slug'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$edition</span><span style="color: #007700">[</span><span style="color: #DD0000">'Edition'</span><span style="color: #007700">][</span><span style="color: #DD0000">'year'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span> - <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$edition</span><span style="color: #007700">[</span><span style="color: #DD0000">'Edition'</span><span style="color: #007700">][</span><span style="color: #DD0000">'city'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span></a></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">li</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <li class="current"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'Sessao'</span><span style="color: #007700">][</span><span style="color: #DD0000">'title'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span></li></span></code></span></pre><pre id="cakeErr603dec8c31c4b-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Sessoes/show.ctp' $dataForView = array( 'videos' => array(), 'related_sessions' => array(), 'sessao' => array(), 'edition' => array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ), 'countries' => array( (int) 0 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'daynames' => array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ), 'igf_editions' => array( (int) 0 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 1 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 2 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 3 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 4 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 5 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 6 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 7 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 8 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 9 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 10 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 11 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 12 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ) ) ) $videos = array() $related_sessions = array() $sessao = array() $edition = array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( 'id' => '15', 'edition_id' => '12', 'dayname_id' => '1', 'date' => '2013-10-21', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 1 => array( 'id' => '16', 'edition_id' => '12', 'dayname_id' => '2', 'date' => '2013-10-22', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 2 => array( 'id' => '17', 'edition_id' => '12', 'dayname_id' => '3', 'date' => '2013-10-23', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 3 => array( 'id' => '18', 'edition_id' => '12', 'dayname_id' => '4', 'date' => '2013-10-24', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 4 => array( 'id' => '19', 'edition_id' => '12', 'dayname_id' => '5', 'date' => '2013-10-25', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ) ) ) $countries = array( (int) 0 => array( 'Forum' => array( 'id' => '2', 'title' => 'Fórum da Internet no Brasil', 'slug' => 'brazil', 'nickname' => 'Brazil', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/brazil.png', 'country_id' => '13', 'created' => '2017-06-07 14:11:22', 'modified' => '2018-06-22 15:12:06' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '13', 'code' => 'br', 'name' => 'Brazil', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => 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] ), (int) 6 => array( [maximum depth reached] ) ), 'User' => 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) 1 => array( 'Forum' => array( 'id' => '4', 'title' => 'Youth LACIGF', 'slug' => 'youthlacigf', 'nickname' => 'Youth LACIGF', 'description' => '<p>El YouthLACIGF es una iniciativa que nace de la creciente comunidad de j&oacute;venes de Am&eacute;rica Latina interesada en asuntos relacionados a Internet. Dado el rol m&aacute;s activo que han comenzado a tomar los j&oacute;venes, este espacio de caracter&iacute;sticas multisectorial, busca ser una instancia de debate de nuevas ideas y perspectivas para fomentar la creaci&oacute;n de l&iacute;neas de discusi&oacute;n que ser&aacute;n llevadas a otros foros en la tem&aacute;tica.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/7280f5bf-youth.png', 'country_id' => '0', 'created' => '2017-12-13 11:52:21', 'modified' => '2018-03-06 12:20:53' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => null, 'code' => null, 'name' => null, 'created' => null, 'modified' => null ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Forum' => array( 'id' => '5', 'title' => 'EuroDIG', 'slug' => 'eurodig', 'nickname' => 'EuroDIG', 'description' => '<p>The Pan-European dialogue on Internet governance (EuroDIG) is an open platform for informal and inclusive discussion and exchange on public policy issues related to Internet Governance (IG) between stakeholders from all over Europe.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/89179358-logo_euro_dig.jpg', 'country_id' => '112', 'created' => '2017-12-20 13:28:01', 'modified' => '2018-05-14 11:15:30' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => '112', 'code' => 'de', 'name' => 'Germany', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 3 => array( 'Forum' => array( 'id' => '6', 'title' => 'IGF-USA', 'slug' => 'igf-usa', 'nickname' => 'IGF-USA', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/b274e7a9-proxy.duckduckgo.com.png', 'country_id' => '3', 'created' => '2019-09-27 10:03:03', 'modified' => '2019-09-27 15:33:34' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '3', 'code' => 'us', 'name' => 'United States of America', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ) ) ) ) $daynames = array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ) $igf_editions = array( (int) 0 => array( 'Edition' => array( 'id' => '44', 'forum_id' => '1', 'slug' => '2018-paris', 'logo_url' => 'https://igf2018.fr/wp-content/uploads/2018/09/header-bonlogo.jpg', 'site' => 'https://igf2018.fr/', 'title' => 'The Internet of Trust', 'subtitle' => 'The Internet of Trust', 'edition' => '2018', 'country' => 'France', 'city' => 'Paris', 'year' => '2018', 'date_start' => '2018-11-12', 'date_finish' => '2018-11-14', 'qtd_sessions' => '147', 'created' => '2019-01-31 16:23:18', 'modified' => '2019-01-31 16:23:18', 'title_local' => '2018 - Paris' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Edition' => array( 'id' => '43', 'forum_id' => '1', 'slug' => '2017-geneve', 'logo_url' => 'https://igf2017.swiss/wp-content/uploads/2017/06/logo_navi.jpg', 'site' => 'https://igf2017.swiss/', 'title' => 'Geneve 2017', 'subtitle' => '', 'edition' => '2017', 'country' => 'Switzerland', 'city' => 'Geneve', 'year' => '2017', 'date_start' => '2017-12-17', 'date_finish' => '2017-12-21', 'qtd_sessions' => '208', 'created' => '2018-05-24 12:53:58', 'modified' => '2018-05-24 12:53:58', 'title_local' => '2017 - Geneve' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 2 => array( 'Edition' => array( 'id' => '18', 'forum_id' => '1', 'slug' => '2016-guadalajara', 'logo_url' => '/img/igfs/igf2016.png', 'site' => 'http://www.igf2016.mx/', 'title' => 'Enabling Inclusive and Sustainable Growth', 'subtitle' => 'Enabling Inclusive and Sustainable Growth', 'edition' => '2016', 'country' => 'Mexico', 'city' => 'Guadalajara', 'year' => '2016', 'date_start' => '2016-12-05', 'date_finish' => '2016-12-09', 'qtd_sessions' => '197', 'created' => '2017-10-30 10:08:06', 'modified' => '2017-10-30 10:08:06', 'title_local' => '2016 - Guadalajara' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 3 => array( 'Edition' => array( 'id' => '15', 'forum_id' => '1', 'slug' => '2015-joao-pessoa', 'logo_url' => '/img/igfs/igf2015.png', 'site' => 'http://www.igf2015.br', 'title' => 'Evolution of Internet Governance: Empowering Sustainable Development', 'subtitle' => null, 'edition' => '2015', 'country' => 'Brazil', 'city' => 'João Pessoa', 'year' => '2015', 'date_start' => '2015-11-09', 'date_finish' => '2015-11-12', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:43:17', 'modified' => '2017-10-30 10:43:17', 'title_local' => '2015 - João Pessoa' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '13', 'forum_id' => '1', 'slug' => '2014-istanbul', 'logo_url' => '/img/igfs/igf2014.jpg', 'site' => 'http://www.igf2014.org.tr/', 'title' => 'Connecting Continents for Enhanced Multistakeholder Internet Governance', 'subtitle' => null, 'edition' => '2014', 'country' => 'Turkey', 'city' => 'Istanbul', 'year' => '2014', 'date_start' => '2014-09-01', 'date_finish' => '2014-09-05', 'qtd_sessions' => '160', 'created' => '2017-10-30 10:46:25', 'modified' => '2017-10-30 10:46:25', 'title_local' => '2014 - Istanbul' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 6 => array( 'Edition' => array( 'id' => '7', 'forum_id' => '1', 'slug' => '2012-baku', 'logo_url' => '/img/igfs/igf2012.png', 'site' => 'http://igf2012.com/', 'title' => 'Internet Governance for Sustainable Human, Economic and Social Development', 'subtitle' => null, 'edition' => '2012', 'country' => 'Azerbaijan', 'city' => 'Baku', 'year' => '2012', 'date_start' => '2012-11-05', 'date_finish' => '2012-11-09', 'qtd_sessions' => '146', 'created' => '2017-10-30 10:48:13', 'modified' => '2017-10-30 10:48:13', 'title_local' => '2012 - Baku' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 7 => array( 'Edition' => array( 'id' => '6', 'forum_id' => '1', 'slug' => '2011-nairobi', 'logo_url' => '/img/igfs/igf2011.png', 'site' => 'http://igf.or.ke/', 'title' => 'Internet as a Catalyst for Change: Access, Development, Freedoms and Innovation', 'subtitle' => null, 'edition' => '2011', 'country' => 'Kenya', 'city' => 'Nairobi', 'year' => '2011', 'date_start' => '2011-09-27', 'date_finish' => '2011-09-30', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:49:11', 'modified' => '2017-10-30 10:49:11', 'title_local' => '2011 - Nairobi' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 8 => array( 'Edition' => array( 'id' => '11', 'forum_id' => '1', 'slug' => '2010-vilnius', 'logo_url' => '/img/igfs/igf2010.png', 'site' => '', 'title' => 'Developing the Future Together', 'subtitle' => null, 'edition' => '2010', 'country' => 'Lithuania', 'city' => 'Vilnius', 'year' => '2010', 'date_start' => '2010-09-14', 'date_finish' => '2017-09-17', 'qtd_sessions' => '114', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07', 'title_local' => '2010 - Vilnius' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 9 => array( 'Edition' => array( 'id' => '8', 'forum_id' => '1', 'slug' => '2009-sharm-el-sheikh', 'logo_url' => '/img/igfs/igf2009.png', 'site' => '', 'title' => 'Internet Governance Creating Opportunities for All', 'subtitle' => null, 'edition' => '2009', 'country' => 'Egypt', 'city' => 'Sharm el Sheikh', 'year' => '2009', 'date_start' => '2009-11-15', 'date_finish' => '2009-11-18', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:51:20', 'modified' => '2017-10-30 10:51:20', 'title_local' => '2009 - Sharm el Sheikh' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 10 => array( 'Edition' => array( 'id' => '5', 'forum_id' => '1', 'slug' => '2008-hyderabad', 'logo_url' => '/img/igfs/igf2008.jpg', 'site' => '', 'title' => 'Internet for All', 'subtitle' => null, 'edition' => '2008', 'country' => 'India', 'city' => 'Hyderabad', 'year' => '2008', 'date_start' => '2008-12-03', 'date_finish' => '2008-12-06', 'qtd_sessions' => '102', 'created' => '2017-10-30 10:52:12', 'modified' => '2017-10-30 10:52:12', 'title_local' => '2008 - Hyderabad' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 11 => array( 'Edition' => array( 'id' => '4', 'forum_id' => '1', 'slug' => '2007-rio-de-janeiro', 'logo_url' => '/img/igfs/igf2007.png', 'site' => 'http://www.igfbrazil2007.br/', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2007', 'country' => 'Brazil', 'city' => 'Rio de Janeiro', 'year' => '2007', 'date_start' => '2007-11-11', 'date_finish' => '2007-11-15', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:52:56', 'modified' => '2017-10-30 10:52:56', 'title_local' => '2007 - Rio de Janeiro' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 12 => array( 'Edition' => array( 'id' => '10', 'forum_id' => '1', 'slug' => '2006-athens', 'logo_url' => '/img/igfs/igf2006.jpg', 'site' => '', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2006', 'country' => 'Greece', 'city' => 'Athens', 'year' => '2006', 'date_start' => '2006-10-30', 'date_finish' => '2006-11-02', 'qtd_sessions' => '10', 'created' => '2017-10-30 10:53:34', 'modified' => '2017-10-30 10:53:34', 'title_local' => '2006 - Athens' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ) )</pre><pre class="stack-trace">include - APP/View/Sessoes/show.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></li> </ul> </div> <div class="wrapper with-sidebar"> <header> <div class="container"> <div class="row middle-xs"> <div class="col col-xs-12 col-sm-12 col-md-8 col-lg-8"> <h1> <span><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c32522-trace').style.display = (document.getElementById('cakeErr603dec8c32522-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Sessao [<b>APP/View/Sessoes/show.ctp</b>, line <b>18</b>]<div id="cakeErr603dec8c32522-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c32522-code').style.display = (document.getElementById('cakeErr603dec8c32522-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c32522-context').style.display = (document.getElementById('cakeErr603dec8c32522-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603dec8c32522-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">"col col-xs-12 col-sm-12 col-md-8 col-lg-8"</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">h1</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'Sessao'</span><span style="color: #007700">][</span><span style="color: #DD0000">'title'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span></span></span></code></span></pre><pre id="cakeErr603dec8c32522-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Sessoes/show.ctp' $dataForView = array( 'videos' => array(), 'related_sessions' => array(), 'sessao' => array(), 'edition' => array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ), 'countries' => array( (int) 0 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'daynames' => array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ), 'igf_editions' => array( (int) 0 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 1 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 2 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 3 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 4 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 5 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 6 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 7 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 8 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 9 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 10 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 11 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 12 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ) ) ) $videos = array() $related_sessions = array() $sessao = array() $edition = array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( 'id' => '15', 'edition_id' => '12', 'dayname_id' => '1', 'date' => '2013-10-21', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 1 => array( 'id' => '16', 'edition_id' => '12', 'dayname_id' => '2', 'date' => '2013-10-22', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 2 => array( 'id' => '17', 'edition_id' => '12', 'dayname_id' => '3', 'date' => '2013-10-23', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 3 => array( 'id' => '18', 'edition_id' => '12', 'dayname_id' => '4', 'date' => '2013-10-24', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 4 => array( 'id' => '19', 'edition_id' => '12', 'dayname_id' => '5', 'date' => '2013-10-25', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ) ) ) $countries = array( (int) 0 => array( 'Forum' => array( 'id' => '2', 'title' => 'Fórum da Internet no Brasil', 'slug' => 'brazil', 'nickname' => 'Brazil', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/brazil.png', 'country_id' => '13', 'created' => '2017-06-07 14:11:22', 'modified' => '2018-06-22 15:12:06' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '13', 'code' => 'br', 'name' => 'Brazil', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => 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] ), (int) 6 => array( [maximum depth reached] ) ), 'User' => 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) 1 => array( 'Forum' => array( 'id' => '4', 'title' => 'Youth LACIGF', 'slug' => 'youthlacigf', 'nickname' => 'Youth LACIGF', 'description' => '<p>El YouthLACIGF es una iniciativa que nace de la creciente comunidad de j&oacute;venes de Am&eacute;rica Latina interesada en asuntos relacionados a Internet. Dado el rol m&aacute;s activo que han comenzado a tomar los j&oacute;venes, este espacio de caracter&iacute;sticas multisectorial, busca ser una instancia de debate de nuevas ideas y perspectivas para fomentar la creaci&oacute;n de l&iacute;neas de discusi&oacute;n que ser&aacute;n llevadas a otros foros en la tem&aacute;tica.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/7280f5bf-youth.png', 'country_id' => '0', 'created' => '2017-12-13 11:52:21', 'modified' => '2018-03-06 12:20:53' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => null, 'code' => null, 'name' => null, 'created' => null, 'modified' => null ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Forum' => array( 'id' => '5', 'title' => 'EuroDIG', 'slug' => 'eurodig', 'nickname' => 'EuroDIG', 'description' => '<p>The Pan-European dialogue on Internet governance (EuroDIG) is an open platform for informal and inclusive discussion and exchange on public policy issues related to Internet Governance (IG) between stakeholders from all over Europe.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/89179358-logo_euro_dig.jpg', 'country_id' => '112', 'created' => '2017-12-20 13:28:01', 'modified' => '2018-05-14 11:15:30' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => '112', 'code' => 'de', 'name' => 'Germany', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 3 => array( 'Forum' => array( 'id' => '6', 'title' => 'IGF-USA', 'slug' => 'igf-usa', 'nickname' => 'IGF-USA', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/b274e7a9-proxy.duckduckgo.com.png', 'country_id' => '3', 'created' => '2019-09-27 10:03:03', 'modified' => '2019-09-27 15:33:34' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '3', 'code' => 'us', 'name' => 'United States of America', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ) ) ) ) $daynames = array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ) $igf_editions = array( (int) 0 => array( 'Edition' => array( 'id' => '44', 'forum_id' => '1', 'slug' => '2018-paris', 'logo_url' => 'https://igf2018.fr/wp-content/uploads/2018/09/header-bonlogo.jpg', 'site' => 'https://igf2018.fr/', 'title' => 'The Internet of Trust', 'subtitle' => 'The Internet of Trust', 'edition' => '2018', 'country' => 'France', 'city' => 'Paris', 'year' => '2018', 'date_start' => '2018-11-12', 'date_finish' => '2018-11-14', 'qtd_sessions' => '147', 'created' => '2019-01-31 16:23:18', 'modified' => '2019-01-31 16:23:18', 'title_local' => '2018 - Paris' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Edition' => array( 'id' => '43', 'forum_id' => '1', 'slug' => '2017-geneve', 'logo_url' => 'https://igf2017.swiss/wp-content/uploads/2017/06/logo_navi.jpg', 'site' => 'https://igf2017.swiss/', 'title' => 'Geneve 2017', 'subtitle' => '', 'edition' => '2017', 'country' => 'Switzerland', 'city' => 'Geneve', 'year' => '2017', 'date_start' => '2017-12-17', 'date_finish' => '2017-12-21', 'qtd_sessions' => '208', 'created' => '2018-05-24 12:53:58', 'modified' => '2018-05-24 12:53:58', 'title_local' => '2017 - Geneve' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 2 => array( 'Edition' => array( 'id' => '18', 'forum_id' => '1', 'slug' => '2016-guadalajara', 'logo_url' => '/img/igfs/igf2016.png', 'site' => 'http://www.igf2016.mx/', 'title' => 'Enabling Inclusive and Sustainable Growth', 'subtitle' => 'Enabling Inclusive and Sustainable Growth', 'edition' => '2016', 'country' => 'Mexico', 'city' => 'Guadalajara', 'year' => '2016', 'date_start' => '2016-12-05', 'date_finish' => '2016-12-09', 'qtd_sessions' => '197', 'created' => '2017-10-30 10:08:06', 'modified' => '2017-10-30 10:08:06', 'title_local' => '2016 - Guadalajara' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 3 => array( 'Edition' => array( 'id' => '15', 'forum_id' => '1', 'slug' => '2015-joao-pessoa', 'logo_url' => '/img/igfs/igf2015.png', 'site' => 'http://www.igf2015.br', 'title' => 'Evolution of Internet Governance: Empowering Sustainable Development', 'subtitle' => null, 'edition' => '2015', 'country' => 'Brazil', 'city' => 'João Pessoa', 'year' => '2015', 'date_start' => '2015-11-09', 'date_finish' => '2015-11-12', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:43:17', 'modified' => '2017-10-30 10:43:17', 'title_local' => '2015 - João Pessoa' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '13', 'forum_id' => '1', 'slug' => '2014-istanbul', 'logo_url' => '/img/igfs/igf2014.jpg', 'site' => 'http://www.igf2014.org.tr/', 'title' => 'Connecting Continents for Enhanced Multistakeholder Internet Governance', 'subtitle' => null, 'edition' => '2014', 'country' => 'Turkey', 'city' => 'Istanbul', 'year' => '2014', 'date_start' => '2014-09-01', 'date_finish' => '2014-09-05', 'qtd_sessions' => '160', 'created' => '2017-10-30 10:46:25', 'modified' => '2017-10-30 10:46:25', 'title_local' => '2014 - Istanbul' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 6 => array( 'Edition' => array( 'id' => '7', 'forum_id' => '1', 'slug' => '2012-baku', 'logo_url' => '/img/igfs/igf2012.png', 'site' => 'http://igf2012.com/', 'title' => 'Internet Governance for Sustainable Human, Economic and Social Development', 'subtitle' => null, 'edition' => '2012', 'country' => 'Azerbaijan', 'city' => 'Baku', 'year' => '2012', 'date_start' => '2012-11-05', 'date_finish' => '2012-11-09', 'qtd_sessions' => '146', 'created' => '2017-10-30 10:48:13', 'modified' => '2017-10-30 10:48:13', 'title_local' => '2012 - Baku' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 7 => array( 'Edition' => array( 'id' => '6', 'forum_id' => '1', 'slug' => '2011-nairobi', 'logo_url' => '/img/igfs/igf2011.png', 'site' => 'http://igf.or.ke/', 'title' => 'Internet as a Catalyst for Change: Access, Development, Freedoms and Innovation', 'subtitle' => null, 'edition' => '2011', 'country' => 'Kenya', 'city' => 'Nairobi', 'year' => '2011', 'date_start' => '2011-09-27', 'date_finish' => '2011-09-30', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:49:11', 'modified' => '2017-10-30 10:49:11', 'title_local' => '2011 - Nairobi' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 8 => array( 'Edition' => array( 'id' => '11', 'forum_id' => '1', 'slug' => '2010-vilnius', 'logo_url' => '/img/igfs/igf2010.png', 'site' => '', 'title' => 'Developing the Future Together', 'subtitle' => null, 'edition' => '2010', 'country' => 'Lithuania', 'city' => 'Vilnius', 'year' => '2010', 'date_start' => '2010-09-14', 'date_finish' => '2017-09-17', 'qtd_sessions' => '114', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07', 'title_local' => '2010 - Vilnius' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 9 => array( 'Edition' => array( 'id' => '8', 'forum_id' => '1', 'slug' => '2009-sharm-el-sheikh', 'logo_url' => '/img/igfs/igf2009.png', 'site' => '', 'title' => 'Internet Governance Creating Opportunities for All', 'subtitle' => null, 'edition' => '2009', 'country' => 'Egypt', 'city' => 'Sharm el Sheikh', 'year' => '2009', 'date_start' => '2009-11-15', 'date_finish' => '2009-11-18', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:51:20', 'modified' => '2017-10-30 10:51:20', 'title_local' => '2009 - Sharm el Sheikh' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 10 => array( 'Edition' => array( 'id' => '5', 'forum_id' => '1', 'slug' => '2008-hyderabad', 'logo_url' => '/img/igfs/igf2008.jpg', 'site' => '', 'title' => 'Internet for All', 'subtitle' => null, 'edition' => '2008', 'country' => 'India', 'city' => 'Hyderabad', 'year' => '2008', 'date_start' => '2008-12-03', 'date_finish' => '2008-12-06', 'qtd_sessions' => '102', 'created' => '2017-10-30 10:52:12', 'modified' => '2017-10-30 10:52:12', 'title_local' => '2008 - Hyderabad' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 11 => array( 'Edition' => array( 'id' => '4', 'forum_id' => '1', 'slug' => '2007-rio-de-janeiro', 'logo_url' => '/img/igfs/igf2007.png', 'site' => 'http://www.igfbrazil2007.br/', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2007', 'country' => 'Brazil', 'city' => 'Rio de Janeiro', 'year' => '2007', 'date_start' => '2007-11-11', 'date_finish' => '2007-11-15', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:52:56', 'modified' => '2017-10-30 10:52:56', 'title_local' => '2007 - Rio de Janeiro' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 12 => array( 'Edition' => array( 'id' => '10', 'forum_id' => '1', 'slug' => '2006-athens', 'logo_url' => '/img/igfs/igf2006.jpg', 'site' => '', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2006', 'country' => 'Greece', 'city' => 'Athens', 'year' => '2006', 'date_start' => '2006-10-30', 'date_finish' => '2006-11-02', 'qtd_sessions' => '10', 'created' => '2017-10-30 10:53:34', 'modified' => '2017-10-30 10:53:34', 'title_local' => '2006 - Athens' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ) )</pre><pre class="stack-trace">include - APP/View/Sessoes/show.ctp, line 18 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></span> </h1> <h4 class="subtext"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c32d4f-trace').style.display = (document.getElementById('cakeErr603dec8c32d4f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Sessao [<b>APP/View/Sessoes/show.ctp</b>, line <b>21</b>]<div id="cakeErr603dec8c32d4f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c32d4f-code').style.display = (document.getElementById('cakeErr603dec8c32d4f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c32d4f-context').style.display = (document.getElementById('cakeErr603dec8c32d4f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603dec8c32d4f-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">h1</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">h4 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"subtext"</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php $date </span><span style="color: #007700">= </span><span style="color: #0000BB">date</span><span style="color: #007700">(</span><span style="color: #DD0000">"d F Y"</span><span style="color: #007700">,</span><span style="color: #0000BB">strtotime</span><span style="color: #007700">(</span><span style="color: #0000BB">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'Sessao'</span><span style="color: #007700">][</span><span style="color: #DD0000">'date'</span><span style="color: #007700">])); </span><span style="color: #0000BB">?></span></span></code></span></pre><pre id="cakeErr603dec8c32d4f-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Sessoes/show.ctp' $dataForView = array( 'videos' => array(), 'related_sessions' => array(), 'sessao' => array(), 'edition' => array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ), 'countries' => array( (int) 0 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'daynames' => array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ), 'igf_editions' => array( (int) 0 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 1 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 2 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 3 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 4 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 5 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 6 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 7 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 8 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 9 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 10 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 11 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 12 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ) ) ) $videos = array() $related_sessions = array() $sessao = array() $edition = array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( 'id' => '15', 'edition_id' => '12', 'dayname_id' => '1', 'date' => '2013-10-21', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 1 => array( 'id' => '16', 'edition_id' => '12', 'dayname_id' => '2', 'date' => '2013-10-22', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 2 => array( 'id' => '17', 'edition_id' => '12', 'dayname_id' => '3', 'date' => '2013-10-23', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 3 => array( 'id' => '18', 'edition_id' => '12', 'dayname_id' => '4', 'date' => '2013-10-24', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 4 => array( 'id' => '19', 'edition_id' => '12', 'dayname_id' => '5', 'date' => '2013-10-25', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ) ) ) $countries = array( (int) 0 => array( 'Forum' => array( 'id' => '2', 'title' => 'Fórum da Internet no Brasil', 'slug' => 'brazil', 'nickname' => 'Brazil', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/brazil.png', 'country_id' => '13', 'created' => '2017-06-07 14:11:22', 'modified' => '2018-06-22 15:12:06' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '13', 'code' => 'br', 'name' => 'Brazil', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => 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] ), (int) 6 => array( [maximum depth reached] ) ), 'User' => 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) 1 => array( 'Forum' => array( 'id' => '4', 'title' => 'Youth LACIGF', 'slug' => 'youthlacigf', 'nickname' => 'Youth LACIGF', 'description' => '<p>El YouthLACIGF es una iniciativa que nace de la creciente comunidad de j&oacute;venes de Am&eacute;rica Latina interesada en asuntos relacionados a Internet. Dado el rol m&aacute;s activo que han comenzado a tomar los j&oacute;venes, este espacio de caracter&iacute;sticas multisectorial, busca ser una instancia de debate de nuevas ideas y perspectivas para fomentar la creaci&oacute;n de l&iacute;neas de discusi&oacute;n que ser&aacute;n llevadas a otros foros en la tem&aacute;tica.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/7280f5bf-youth.png', 'country_id' => '0', 'created' => '2017-12-13 11:52:21', 'modified' => '2018-03-06 12:20:53' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => null, 'code' => null, 'name' => null, 'created' => null, 'modified' => null ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Forum' => array( 'id' => '5', 'title' => 'EuroDIG', 'slug' => 'eurodig', 'nickname' => 'EuroDIG', 'description' => '<p>The Pan-European dialogue on Internet governance (EuroDIG) is an open platform for informal and inclusive discussion and exchange on public policy issues related to Internet Governance (IG) between stakeholders from all over Europe.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/89179358-logo_euro_dig.jpg', 'country_id' => '112', 'created' => '2017-12-20 13:28:01', 'modified' => '2018-05-14 11:15:30' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => '112', 'code' => 'de', 'name' => 'Germany', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 3 => array( 'Forum' => array( 'id' => '6', 'title' => 'IGF-USA', 'slug' => 'igf-usa', 'nickname' => 'IGF-USA', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/b274e7a9-proxy.duckduckgo.com.png', 'country_id' => '3', 'created' => '2019-09-27 10:03:03', 'modified' => '2019-09-27 15:33:34' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '3', 'code' => 'us', 'name' => 'United States of America', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ) ) ) ) $daynames = array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ) $igf_editions = array( (int) 0 => array( 'Edition' => array( 'id' => '44', 'forum_id' => '1', 'slug' => '2018-paris', 'logo_url' => 'https://igf2018.fr/wp-content/uploads/2018/09/header-bonlogo.jpg', 'site' => 'https://igf2018.fr/', 'title' => 'The Internet of Trust', 'subtitle' => 'The Internet of Trust', 'edition' => '2018', 'country' => 'France', 'city' => 'Paris', 'year' => '2018', 'date_start' => '2018-11-12', 'date_finish' => '2018-11-14', 'qtd_sessions' => '147', 'created' => '2019-01-31 16:23:18', 'modified' => '2019-01-31 16:23:18', 'title_local' => '2018 - Paris' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Edition' => array( 'id' => '43', 'forum_id' => '1', 'slug' => '2017-geneve', 'logo_url' => 'https://igf2017.swiss/wp-content/uploads/2017/06/logo_navi.jpg', 'site' => 'https://igf2017.swiss/', 'title' => 'Geneve 2017', 'subtitle' => '', 'edition' => '2017', 'country' => 'Switzerland', 'city' => 'Geneve', 'year' => '2017', 'date_start' => '2017-12-17', 'date_finish' => '2017-12-21', 'qtd_sessions' => '208', 'created' => '2018-05-24 12:53:58', 'modified' => '2018-05-24 12:53:58', 'title_local' => '2017 - Geneve' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 2 => array( 'Edition' => array( 'id' => '18', 'forum_id' => '1', 'slug' => '2016-guadalajara', 'logo_url' => '/img/igfs/igf2016.png', 'site' => 'http://www.igf2016.mx/', 'title' => 'Enabling Inclusive and Sustainable Growth', 'subtitle' => 'Enabling Inclusive and Sustainable Growth', 'edition' => '2016', 'country' => 'Mexico', 'city' => 'Guadalajara', 'year' => '2016', 'date_start' => '2016-12-05', 'date_finish' => '2016-12-09', 'qtd_sessions' => '197', 'created' => '2017-10-30 10:08:06', 'modified' => '2017-10-30 10:08:06', 'title_local' => '2016 - Guadalajara' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 3 => array( 'Edition' => array( 'id' => '15', 'forum_id' => '1', 'slug' => '2015-joao-pessoa', 'logo_url' => '/img/igfs/igf2015.png', 'site' => 'http://www.igf2015.br', 'title' => 'Evolution of Internet Governance: Empowering Sustainable Development', 'subtitle' => null, 'edition' => '2015', 'country' => 'Brazil', 'city' => 'João Pessoa', 'year' => '2015', 'date_start' => '2015-11-09', 'date_finish' => '2015-11-12', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:43:17', 'modified' => '2017-10-30 10:43:17', 'title_local' => '2015 - João Pessoa' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '13', 'forum_id' => '1', 'slug' => '2014-istanbul', 'logo_url' => '/img/igfs/igf2014.jpg', 'site' => 'http://www.igf2014.org.tr/', 'title' => 'Connecting Continents for Enhanced Multistakeholder Internet Governance', 'subtitle' => null, 'edition' => '2014', 'country' => 'Turkey', 'city' => 'Istanbul', 'year' => '2014', 'date_start' => '2014-09-01', 'date_finish' => '2014-09-05', 'qtd_sessions' => '160', 'created' => '2017-10-30 10:46:25', 'modified' => '2017-10-30 10:46:25', 'title_local' => '2014 - Istanbul' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 6 => array( 'Edition' => array( 'id' => '7', 'forum_id' => '1', 'slug' => '2012-baku', 'logo_url' => '/img/igfs/igf2012.png', 'site' => 'http://igf2012.com/', 'title' => 'Internet Governance for Sustainable Human, Economic and Social Development', 'subtitle' => null, 'edition' => '2012', 'country' => 'Azerbaijan', 'city' => 'Baku', 'year' => '2012', 'date_start' => '2012-11-05', 'date_finish' => '2012-11-09', 'qtd_sessions' => '146', 'created' => '2017-10-30 10:48:13', 'modified' => '2017-10-30 10:48:13', 'title_local' => '2012 - Baku' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 7 => array( 'Edition' => array( 'id' => '6', 'forum_id' => '1', 'slug' => '2011-nairobi', 'logo_url' => '/img/igfs/igf2011.png', 'site' => 'http://igf.or.ke/', 'title' => 'Internet as a Catalyst for Change: Access, Development, Freedoms and Innovation', 'subtitle' => null, 'edition' => '2011', 'country' => 'Kenya', 'city' => 'Nairobi', 'year' => '2011', 'date_start' => '2011-09-27', 'date_finish' => '2011-09-30', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:49:11', 'modified' => '2017-10-30 10:49:11', 'title_local' => '2011 - Nairobi' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 8 => array( 'Edition' => array( 'id' => '11', 'forum_id' => '1', 'slug' => '2010-vilnius', 'logo_url' => '/img/igfs/igf2010.png', 'site' => '', 'title' => 'Developing the Future Together', 'subtitle' => null, 'edition' => '2010', 'country' => 'Lithuania', 'city' => 'Vilnius', 'year' => '2010', 'date_start' => '2010-09-14', 'date_finish' => '2017-09-17', 'qtd_sessions' => '114', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07', 'title_local' => '2010 - Vilnius' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 9 => array( 'Edition' => array( 'id' => '8', 'forum_id' => '1', 'slug' => '2009-sharm-el-sheikh', 'logo_url' => '/img/igfs/igf2009.png', 'site' => '', 'title' => 'Internet Governance Creating Opportunities for All', 'subtitle' => null, 'edition' => '2009', 'country' => 'Egypt', 'city' => 'Sharm el Sheikh', 'year' => '2009', 'date_start' => '2009-11-15', 'date_finish' => '2009-11-18', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:51:20', 'modified' => '2017-10-30 10:51:20', 'title_local' => '2009 - Sharm el Sheikh' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 10 => array( 'Edition' => array( 'id' => '5', 'forum_id' => '1', 'slug' => '2008-hyderabad', 'logo_url' => '/img/igfs/igf2008.jpg', 'site' => '', 'title' => 'Internet for All', 'subtitle' => null, 'edition' => '2008', 'country' => 'India', 'city' => 'Hyderabad', 'year' => '2008', 'date_start' => '2008-12-03', 'date_finish' => '2008-12-06', 'qtd_sessions' => '102', 'created' => '2017-10-30 10:52:12', 'modified' => '2017-10-30 10:52:12', 'title_local' => '2008 - Hyderabad' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 11 => array( 'Edition' => array( 'id' => '4', 'forum_id' => '1', 'slug' => '2007-rio-de-janeiro', 'logo_url' => '/img/igfs/igf2007.png', 'site' => 'http://www.igfbrazil2007.br/', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2007', 'country' => 'Brazil', 'city' => 'Rio de Janeiro', 'year' => '2007', 'date_start' => '2007-11-11', 'date_finish' => '2007-11-15', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:52:56', 'modified' => '2017-10-30 10:52:56', 'title_local' => '2007 - Rio de Janeiro' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 12 => array( 'Edition' => array( 'id' => '10', 'forum_id' => '1', 'slug' => '2006-athens', 'logo_url' => '/img/igfs/igf2006.jpg', 'site' => '', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2006', 'country' => 'Greece', 'city' => 'Athens', 'year' => '2006', 'date_start' => '2006-10-30', 'date_finish' => '2006-11-02', 'qtd_sessions' => '10', 'created' => '2017-10-30 10:53:34', 'modified' => '2017-10-30 10:53:34', 'title_local' => '2006 - Athens' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ) )</pre><pre class="stack-trace">include - APP/View/Sessoes/show.ctp, line 21 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> 31 December 1969 - <a title="Search Session by Workshop" href="">A <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c335c5-trace').style.display = (document.getElementById('cakeErr603dec8c335c5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Format [<b>APP/View/Sessoes/show.ctp</b>, line <b>23</b>]<div id="cakeErr603dec8c335c5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c335c5-code').style.display = (document.getElementById('cakeErr603dec8c335c5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c335c5-context').style.display = (document.getElementById('cakeErr603dec8c335c5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603dec8c335c5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php $date </span><span style="color: #007700">= </span><span style="color: #0000BB">date</span><span style="color: #007700">(</span><span style="color: #DD0000">"d F Y"</span><span style="color: #007700">,</span><span style="color: #0000BB">strtotime</span><span style="color: #007700">(</span><span style="color: #0000BB">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'Sessao'</span><span style="color: #007700">][</span><span style="color: #DD0000">'date'</span><span style="color: #007700">])); </span><span style="color: #0000BB">?></span></span></code> <code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$date ?></span> -</span></code> <span class="code-highlight"><code><span style="color: #000000"> <a title="Search Session by Workshop" href="">A <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'Format'</span><span style="color: #007700">][</span><span style="color: #DD0000">'title'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span></a> on</span></code></span></pre><pre id="cakeErr603dec8c335c5-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Sessoes/show.ctp' $dataForView = array( 'videos' => array(), 'related_sessions' => array(), 'sessao' => array(), 'edition' => array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ), 'countries' => array( (int) 0 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'daynames' => array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ), 'igf_editions' => array( (int) 0 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 1 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 2 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 3 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 4 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 5 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 6 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 7 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 8 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 9 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 10 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 11 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 12 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ) ) ) $videos = array() $related_sessions = array() $sessao = array() $edition = array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( 'id' => '15', 'edition_id' => '12', 'dayname_id' => '1', 'date' => '2013-10-21', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 1 => array( 'id' => '16', 'edition_id' => '12', 'dayname_id' => '2', 'date' => '2013-10-22', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 2 => array( 'id' => '17', 'edition_id' => '12', 'dayname_id' => '3', 'date' => '2013-10-23', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 3 => array( 'id' => '18', 'edition_id' => '12', 'dayname_id' => '4', 'date' => '2013-10-24', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 4 => array( 'id' => '19', 'edition_id' => '12', 'dayname_id' => '5', 'date' => '2013-10-25', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ) ) ) $countries = array( (int) 0 => array( 'Forum' => array( 'id' => '2', 'title' => 'Fórum da Internet no Brasil', 'slug' => 'brazil', 'nickname' => 'Brazil', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/brazil.png', 'country_id' => '13', 'created' => '2017-06-07 14:11:22', 'modified' => '2018-06-22 15:12:06' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '13', 'code' => 'br', 'name' => 'Brazil', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => 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] ), (int) 6 => array( [maximum depth reached] ) ), 'User' => 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) 1 => array( 'Forum' => array( 'id' => '4', 'title' => 'Youth LACIGF', 'slug' => 'youthlacigf', 'nickname' => 'Youth LACIGF', 'description' => '<p>El YouthLACIGF es una iniciativa que nace de la creciente comunidad de j&oacute;venes de Am&eacute;rica Latina interesada en asuntos relacionados a Internet. Dado el rol m&aacute;s activo que han comenzado a tomar los j&oacute;venes, este espacio de caracter&iacute;sticas multisectorial, busca ser una instancia de debate de nuevas ideas y perspectivas para fomentar la creaci&oacute;n de l&iacute;neas de discusi&oacute;n que ser&aacute;n llevadas a otros foros en la tem&aacute;tica.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/7280f5bf-youth.png', 'country_id' => '0', 'created' => '2017-12-13 11:52:21', 'modified' => '2018-03-06 12:20:53' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => null, 'code' => null, 'name' => null, 'created' => null, 'modified' => null ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Forum' => array( 'id' => '5', 'title' => 'EuroDIG', 'slug' => 'eurodig', 'nickname' => 'EuroDIG', 'description' => '<p>The Pan-European dialogue on Internet governance (EuroDIG) is an open platform for informal and inclusive discussion and exchange on public policy issues related to Internet Governance (IG) between stakeholders from all over Europe.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/89179358-logo_euro_dig.jpg', 'country_id' => '112', 'created' => '2017-12-20 13:28:01', 'modified' => '2018-05-14 11:15:30' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => '112', 'code' => 'de', 'name' => 'Germany', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 3 => array( 'Forum' => array( 'id' => '6', 'title' => 'IGF-USA', 'slug' => 'igf-usa', 'nickname' => 'IGF-USA', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/b274e7a9-proxy.duckduckgo.com.png', 'country_id' => '3', 'created' => '2019-09-27 10:03:03', 'modified' => '2019-09-27 15:33:34' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '3', 'code' => 'us', 'name' => 'United States of America', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ) ) ) ) $daynames = array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ) $igf_editions = array( (int) 0 => array( 'Edition' => array( 'id' => '44', 'forum_id' => '1', 'slug' => '2018-paris', 'logo_url' => 'https://igf2018.fr/wp-content/uploads/2018/09/header-bonlogo.jpg', 'site' => 'https://igf2018.fr/', 'title' => 'The Internet of Trust', 'subtitle' => 'The Internet of Trust', 'edition' => '2018', 'country' => 'France', 'city' => 'Paris', 'year' => '2018', 'date_start' => '2018-11-12', 'date_finish' => '2018-11-14', 'qtd_sessions' => '147', 'created' => '2019-01-31 16:23:18', 'modified' => '2019-01-31 16:23:18', 'title_local' => '2018 - Paris' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Edition' => array( 'id' => '43', 'forum_id' => '1', 'slug' => '2017-geneve', 'logo_url' => 'https://igf2017.swiss/wp-content/uploads/2017/06/logo_navi.jpg', 'site' => 'https://igf2017.swiss/', 'title' => 'Geneve 2017', 'subtitle' => '', 'edition' => '2017', 'country' => 'Switzerland', 'city' => 'Geneve', 'year' => '2017', 'date_start' => '2017-12-17', 'date_finish' => '2017-12-21', 'qtd_sessions' => '208', 'created' => '2018-05-24 12:53:58', 'modified' => '2018-05-24 12:53:58', 'title_local' => '2017 - Geneve' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 2 => array( 'Edition' => array( 'id' => '18', 'forum_id' => '1', 'slug' => '2016-guadalajara', 'logo_url' => '/img/igfs/igf2016.png', 'site' => 'http://www.igf2016.mx/', 'title' => 'Enabling Inclusive and Sustainable Growth', 'subtitle' => 'Enabling Inclusive and Sustainable Growth', 'edition' => '2016', 'country' => 'Mexico', 'city' => 'Guadalajara', 'year' => '2016', 'date_start' => '2016-12-05', 'date_finish' => '2016-12-09', 'qtd_sessions' => '197', 'created' => '2017-10-30 10:08:06', 'modified' => '2017-10-30 10:08:06', 'title_local' => '2016 - Guadalajara' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 3 => array( 'Edition' => array( 'id' => '15', 'forum_id' => '1', 'slug' => '2015-joao-pessoa', 'logo_url' => '/img/igfs/igf2015.png', 'site' => 'http://www.igf2015.br', 'title' => 'Evolution of Internet Governance: Empowering Sustainable Development', 'subtitle' => null, 'edition' => '2015', 'country' => 'Brazil', 'city' => 'João Pessoa', 'year' => '2015', 'date_start' => '2015-11-09', 'date_finish' => '2015-11-12', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:43:17', 'modified' => '2017-10-30 10:43:17', 'title_local' => '2015 - João Pessoa' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '13', 'forum_id' => '1', 'slug' => '2014-istanbul', 'logo_url' => '/img/igfs/igf2014.jpg', 'site' => 'http://www.igf2014.org.tr/', 'title' => 'Connecting Continents for Enhanced Multistakeholder Internet Governance', 'subtitle' => null, 'edition' => '2014', 'country' => 'Turkey', 'city' => 'Istanbul', 'year' => '2014', 'date_start' => '2014-09-01', 'date_finish' => '2014-09-05', 'qtd_sessions' => '160', 'created' => '2017-10-30 10:46:25', 'modified' => '2017-10-30 10:46:25', 'title_local' => '2014 - Istanbul' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 6 => array( 'Edition' => array( 'id' => '7', 'forum_id' => '1', 'slug' => '2012-baku', 'logo_url' => '/img/igfs/igf2012.png', 'site' => 'http://igf2012.com/', 'title' => 'Internet Governance for Sustainable Human, Economic and Social Development', 'subtitle' => null, 'edition' => '2012', 'country' => 'Azerbaijan', 'city' => 'Baku', 'year' => '2012', 'date_start' => '2012-11-05', 'date_finish' => '2012-11-09', 'qtd_sessions' => '146', 'created' => '2017-10-30 10:48:13', 'modified' => '2017-10-30 10:48:13', 'title_local' => '2012 - Baku' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 7 => array( 'Edition' => array( 'id' => '6', 'forum_id' => '1', 'slug' => '2011-nairobi', 'logo_url' => '/img/igfs/igf2011.png', 'site' => 'http://igf.or.ke/', 'title' => 'Internet as a Catalyst for Change: Access, Development, Freedoms and Innovation', 'subtitle' => null, 'edition' => '2011', 'country' => 'Kenya', 'city' => 'Nairobi', 'year' => '2011', 'date_start' => '2011-09-27', 'date_finish' => '2011-09-30', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:49:11', 'modified' => '2017-10-30 10:49:11', 'title_local' => '2011 - Nairobi' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 8 => array( 'Edition' => array( 'id' => '11', 'forum_id' => '1', 'slug' => '2010-vilnius', 'logo_url' => '/img/igfs/igf2010.png', 'site' => '', 'title' => 'Developing the Future Together', 'subtitle' => null, 'edition' => '2010', 'country' => 'Lithuania', 'city' => 'Vilnius', 'year' => '2010', 'date_start' => '2010-09-14', 'date_finish' => '2017-09-17', 'qtd_sessions' => '114', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07', 'title_local' => '2010 - Vilnius' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 9 => array( 'Edition' => array( 'id' => '8', 'forum_id' => '1', 'slug' => '2009-sharm-el-sheikh', 'logo_url' => '/img/igfs/igf2009.png', 'site' => '', 'title' => 'Internet Governance Creating Opportunities for All', 'subtitle' => null, 'edition' => '2009', 'country' => 'Egypt', 'city' => 'Sharm el Sheikh', 'year' => '2009', 'date_start' => '2009-11-15', 'date_finish' => '2009-11-18', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:51:20', 'modified' => '2017-10-30 10:51:20', 'title_local' => '2009 - Sharm el Sheikh' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 10 => array( 'Edition' => array( 'id' => '5', 'forum_id' => '1', 'slug' => '2008-hyderabad', 'logo_url' => '/img/igfs/igf2008.jpg', 'site' => '', 'title' => 'Internet for All', 'subtitle' => null, 'edition' => '2008', 'country' => 'India', 'city' => 'Hyderabad', 'year' => '2008', 'date_start' => '2008-12-03', 'date_finish' => '2008-12-06', 'qtd_sessions' => '102', 'created' => '2017-10-30 10:52:12', 'modified' => '2017-10-30 10:52:12', 'title_local' => '2008 - Hyderabad' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 11 => array( 'Edition' => array( 'id' => '4', 'forum_id' => '1', 'slug' => '2007-rio-de-janeiro', 'logo_url' => '/img/igfs/igf2007.png', 'site' => 'http://www.igfbrazil2007.br/', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2007', 'country' => 'Brazil', 'city' => 'Rio de Janeiro', 'year' => '2007', 'date_start' => '2007-11-11', 'date_finish' => '2007-11-15', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:52:56', 'modified' => '2017-10-30 10:52:56', 'title_local' => '2007 - Rio de Janeiro' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 12 => array( 'Edition' => array( 'id' => '10', 'forum_id' => '1', 'slug' => '2006-athens', 'logo_url' => '/img/igfs/igf2006.jpg', 'site' => '', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2006', 'country' => 'Greece', 'city' => 'Athens', 'year' => '2006', 'date_start' => '2006-10-30', 'date_finish' => '2006-11-02', 'qtd_sessions' => '10', 'created' => '2017-10-30 10:53:34', 'modified' => '2017-10-30 10:53:34', 'title_local' => '2006 - Athens' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ) ) $date = '31 December 1969'</pre><pre class="stack-trace">include - APP/View/Sessoes/show.ctp, line 23 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></a> on <a title="Search Session by Guadalajara, Mexico" href="/igfs/edition/2013-bali">Bali,Indonesia</a> </h4> </div> <div class="col-xs-12 col-sm-12 col-md-4 col-lg-4"> <div class="box header-util"> <ul class="social-block"> <li class="group email-share"> <button class="email"><i class="icon-mail"></i> <span>Email</span></button> </li> <li class="group embed-share"> <button class="embed"><i class="icon-embed"></i> <span>Embed</span></button> </li> <li class="group share-share"> <button class="share"><i class="icon-share"></i> <span>Share</span></button> <!--Sum menu compartilhamento--> <ul> <li class="group facebook-share"> <button class="fb"><i class="icon-facebook"></i> <span>Facebook</span></button> </li> <li class="group twitter-share"> <button class="twitter"><i class=" icon-twitter"></i> <span>Twitter</span></button> </li> <li class="group gplus-share"> <button class="gp"><i class="icon-gplus"></i><span>Google+</span></button> </li> </ul> </li> <li class="group views-counter"> <span class="counter"><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c33ddb-trace').style.display = (document.getElementById('cakeErr603dec8c33ddb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Sessao [<b>APP/View/Sessoes/show.ctp</b>, line <b>52</b>]<div id="cakeErr603dec8c33ddb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c33ddb-code').style.display = (document.getElementById('cakeErr603dec8c33ddb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c33ddb-context').style.display = (document.getElementById('cakeErr603dec8c33ddb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603dec8c33ddb-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">li</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">li </span><span style="color: #007700">class=</span><span style="color: #DD0000">"group views-counter"</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span class="counter"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'Sessao'</span><span style="color: #007700">][</span><span style="color: #DD0000">'views'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span></span></span></code></span></pre><pre id="cakeErr603dec8c33ddb-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Sessoes/show.ctp' $dataForView = array( 'videos' => array(), 'related_sessions' => array(), 'sessao' => array(), 'edition' => array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ), 'countries' => array( (int) 0 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'daynames' => array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ), 'igf_editions' => array( (int) 0 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 1 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 2 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 3 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 4 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 5 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 6 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 7 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 8 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 9 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 10 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 11 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 12 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ) ) ) $videos = array() $related_sessions = array() $sessao = array() $edition = array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( 'id' => '15', 'edition_id' => '12', 'dayname_id' => '1', 'date' => '2013-10-21', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 1 => array( 'id' => '16', 'edition_id' => '12', 'dayname_id' => '2', 'date' => '2013-10-22', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 2 => array( 'id' => '17', 'edition_id' => '12', 'dayname_id' => '3', 'date' => '2013-10-23', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 3 => array( 'id' => '18', 'edition_id' => '12', 'dayname_id' => '4', 'date' => '2013-10-24', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ), (int) 4 => array( 'id' => '19', 'edition_id' => '12', 'dayname_id' => '5', 'date' => '2013-10-25', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33' ) ) ) $countries = array( (int) 0 => array( 'Forum' => array( 'id' => '2', 'title' => 'Fórum da Internet no Brasil', 'slug' => 'brazil', 'nickname' => 'Brazil', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/brazil.png', 'country_id' => '13', 'created' => '2017-06-07 14:11:22', 'modified' => '2018-06-22 15:12:06' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '13', 'code' => 'br', 'name' => 'Brazil', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => 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] ), (int) 6 => array( [maximum depth reached] ) ), 'User' => 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) 1 => array( 'Forum' => array( 'id' => '4', 'title' => 'Youth LACIGF', 'slug' => 'youthlacigf', 'nickname' => 'Youth LACIGF', 'description' => '<p>El YouthLACIGF es una iniciativa que nace de la creciente comunidad de j&oacute;venes de Am&eacute;rica Latina interesada en asuntos relacionados a Internet. Dado el rol m&aacute;s activo que han comenzado a tomar los j&oacute;venes, este espacio de caracter&iacute;sticas multisectorial, busca ser una instancia de debate de nuevas ideas y perspectivas para fomentar la creaci&oacute;n de l&iacute;neas de discusi&oacute;n que ser&aacute;n llevadas a otros foros en la tem&aacute;tica.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/7280f5bf-youth.png', 'country_id' => '0', 'created' => '2017-12-13 11:52:21', 'modified' => '2018-03-06 12:20:53' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => null, 'code' => null, 'name' => null, 'created' => null, 'modified' => null ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Forum' => array( 'id' => '5', 'title' => 'EuroDIG', 'slug' => 'eurodig', 'nickname' => 'EuroDIG', 'description' => '<p>The Pan-European dialogue on Internet governance (EuroDIG) is an open platform for informal and inclusive discussion and exchange on public policy issues related to Internet Governance (IG) between stakeholders from all over Europe.</p>', 'region_id' => '2', 'region' => 'country', 'flag' => '/assets/flags/89179358-logo_euro_dig.jpg', 'country_id' => '112', 'created' => '2017-12-20 13:28:01', 'modified' => '2018-05-14 11:15:30' ), 'Region' => array( 'id' => '2', 'title' => 'Regional', 'created' => '2017-06-07 14:05:34', 'modified' => '2017-06-07 14:05:34' ), 'Country' => array( 'id' => '112', 'code' => 'de', 'name' => 'Germany', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ) ), (int) 3 => array( 'Forum' => array( 'id' => '6', 'title' => 'IGF-USA', 'slug' => 'igf-usa', 'nickname' => 'IGF-USA', 'description' => '', 'region_id' => '3', 'region' => 'country', 'flag' => '/assets/flags/b274e7a9-proxy.duckduckgo.com.png', 'country_id' => '3', 'created' => '2019-09-27 10:03:03', 'modified' => '2019-09-27 15:33:34' ), 'Region' => array( 'id' => '3', 'title' => 'National', 'created' => '2017-06-07 14:05:37', 'modified' => '2017-06-07 14:05:37' ), 'Country' => array( 'id' => '3', 'code' => 'us', 'name' => 'United States of America', 'created' => '2018-03-29 12:46:08', 'modified' => '2018-03-29 12:46:08' ), 'Edition' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'User' => array( (int) 0 => array( [maximum depth reached] ) ) ) ) $daynames = array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ) $igf_editions = array( (int) 0 => array( 'Edition' => array( 'id' => '44', 'forum_id' => '1', 'slug' => '2018-paris', 'logo_url' => 'https://igf2018.fr/wp-content/uploads/2018/09/header-bonlogo.jpg', 'site' => 'https://igf2018.fr/', 'title' => 'The Internet of Trust', 'subtitle' => 'The Internet of Trust', 'edition' => '2018', 'country' => 'France', 'city' => 'Paris', 'year' => '2018', 'date_start' => '2018-11-12', 'date_finish' => '2018-11-14', 'qtd_sessions' => '147', 'created' => '2019-01-31 16:23:18', 'modified' => '2019-01-31 16:23:18', 'title_local' => '2018 - Paris' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Edition' => array( 'id' => '43', 'forum_id' => '1', 'slug' => '2017-geneve', 'logo_url' => 'https://igf2017.swiss/wp-content/uploads/2017/06/logo_navi.jpg', 'site' => 'https://igf2017.swiss/', 'title' => 'Geneve 2017', 'subtitle' => '', 'edition' => '2017', 'country' => 'Switzerland', 'city' => 'Geneve', 'year' => '2017', 'date_start' => '2017-12-17', 'date_finish' => '2017-12-21', 'qtd_sessions' => '208', 'created' => '2018-05-24 12:53:58', 'modified' => '2018-05-24 12:53:58', 'title_local' => '2017 - Geneve' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 2 => array( 'Edition' => array( 'id' => '18', 'forum_id' => '1', 'slug' => '2016-guadalajara', 'logo_url' => '/img/igfs/igf2016.png', 'site' => 'http://www.igf2016.mx/', 'title' => 'Enabling Inclusive and Sustainable Growth', 'subtitle' => 'Enabling Inclusive and Sustainable Growth', 'edition' => '2016', 'country' => 'Mexico', 'city' => 'Guadalajara', 'year' => '2016', 'date_start' => '2016-12-05', 'date_finish' => '2016-12-09', 'qtd_sessions' => '197', 'created' => '2017-10-30 10:08:06', 'modified' => '2017-10-30 10:08:06', 'title_local' => '2016 - Guadalajara' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 3 => array( 'Edition' => array( 'id' => '15', 'forum_id' => '1', 'slug' => '2015-joao-pessoa', 'logo_url' => '/img/igfs/igf2015.png', 'site' => 'http://www.igf2015.br', 'title' => 'Evolution of Internet Governance: Empowering Sustainable Development', 'subtitle' => null, 'edition' => '2015', 'country' => 'Brazil', 'city' => 'João Pessoa', 'year' => '2015', 'date_start' => '2015-11-09', 'date_finish' => '2015-11-12', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:43:17', 'modified' => '2017-10-30 10:43:17', 'title_local' => '2015 - João Pessoa' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '13', 'forum_id' => '1', 'slug' => '2014-istanbul', 'logo_url' => '/img/igfs/igf2014.jpg', 'site' => 'http://www.igf2014.org.tr/', 'title' => 'Connecting Continents for Enhanced Multistakeholder Internet Governance', 'subtitle' => null, 'edition' => '2014', 'country' => 'Turkey', 'city' => 'Istanbul', 'year' => '2014', 'date_start' => '2014-09-01', 'date_finish' => '2014-09-05', 'qtd_sessions' => '160', 'created' => '2017-10-30 10:46:25', 'modified' => '2017-10-30 10:46:25', 'title_local' => '2014 - Istanbul' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 6 => array( 'Edition' => array( 'id' => '7', 'forum_id' => '1', 'slug' => '2012-baku', 'logo_url' => '/img/igfs/igf2012.png', 'site' => 'http://igf2012.com/', 'title' => 'Internet Governance for Sustainable Human, Economic and Social Development', 'subtitle' => null, 'edition' => '2012', 'country' => 'Azerbaijan', 'city' => 'Baku', 'year' => '2012', 'date_start' => '2012-11-05', 'date_finish' => '2012-11-09', 'qtd_sessions' => '146', 'created' => '2017-10-30 10:48:13', 'modified' => '2017-10-30 10:48:13', 'title_local' => '2012 - Baku' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 7 => array( 'Edition' => array( 'id' => '6', 'forum_id' => '1', 'slug' => '2011-nairobi', 'logo_url' => '/img/igfs/igf2011.png', 'site' => 'http://igf.or.ke/', 'title' => 'Internet as a Catalyst for Change: Access, Development, Freedoms and Innovation', 'subtitle' => null, 'edition' => '2011', 'country' => 'Kenya', 'city' => 'Nairobi', 'year' => '2011', 'date_start' => '2011-09-27', 'date_finish' => '2011-09-30', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:49:11', 'modified' => '2017-10-30 10:49:11', 'title_local' => '2011 - Nairobi' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 8 => array( 'Edition' => array( 'id' => '11', 'forum_id' => '1', 'slug' => '2010-vilnius', 'logo_url' => '/img/igfs/igf2010.png', 'site' => '', 'title' => 'Developing the Future Together', 'subtitle' => null, 'edition' => '2010', 'country' => 'Lithuania', 'city' => 'Vilnius', 'year' => '2010', 'date_start' => '2010-09-14', 'date_finish' => '2017-09-17', 'qtd_sessions' => '114', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07', 'title_local' => '2010 - Vilnius' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 9 => array( 'Edition' => array( 'id' => '8', 'forum_id' => '1', 'slug' => '2009-sharm-el-sheikh', 'logo_url' => '/img/igfs/igf2009.png', 'site' => '', 'title' => 'Internet Governance Creating Opportunities for All', 'subtitle' => null, 'edition' => '2009', 'country' => 'Egypt', 'city' => 'Sharm el Sheikh', 'year' => '2009', 'date_start' => '2009-11-15', 'date_finish' => '2009-11-18', 'qtd_sessions' => '117', 'created' => '2017-10-30 10:51:20', 'modified' => '2017-10-30 10:51:20', 'title_local' => '2009 - Sharm el Sheikh' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 10 => array( 'Edition' => array( 'id' => '5', 'forum_id' => '1', 'slug' => '2008-hyderabad', 'logo_url' => '/img/igfs/igf2008.jpg', 'site' => '', 'title' => 'Internet for All', 'subtitle' => null, 'edition' => '2008', 'country' => 'India', 'city' => 'Hyderabad', 'year' => '2008', 'date_start' => '2008-12-03', 'date_finish' => '2008-12-06', 'qtd_sessions' => '102', 'created' => '2017-10-30 10:52:12', 'modified' => '2017-10-30 10:52:12', 'title_local' => '2008 - Hyderabad' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 11 => array( 'Edition' => array( 'id' => '4', 'forum_id' => '1', 'slug' => '2007-rio-de-janeiro', 'logo_url' => '/img/igfs/igf2007.png', 'site' => 'http://www.igfbrazil2007.br/', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2007', 'country' => 'Brazil', 'city' => 'Rio de Janeiro', 'year' => '2007', 'date_start' => '2007-11-11', 'date_finish' => '2007-11-15', 'qtd_sessions' => '0', 'created' => '2017-10-30 10:52:56', 'modified' => '2017-10-30 10:52:56', 'title_local' => '2007 - Rio de Janeiro' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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) 12 => array( 'Edition' => array( 'id' => '10', 'forum_id' => '1', 'slug' => '2006-athens', 'logo_url' => '/img/igfs/igf2006.jpg', 'site' => '', 'title' => 'Internet Governance for Development', 'subtitle' => null, 'edition' => '2006', 'country' => 'Greece', 'city' => 'Athens', 'year' => '2006', 'date_start' => '2006-10-30', 'date_finish' => '2006-11-02', 'qtd_sessions' => '10', 'created' => '2017-10-30 10:53:34', 'modified' => '2017-10-30 10:53:34', 'title_local' => '2006 - Athens' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ) ) $date = '31 December 1969'</pre><pre class="stack-trace">include - APP/View/Sessoes/show.ctp, line 52 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></span> <p>VIEWS</p> </li> </ul> </div> </div> </div> </div> </header> <div class="content"> <div class="container-fluid clear-boxgrid"> <div class="row"> <div class="col-xs-12 col-sm-9 col-md-8 col-lg-8"> <article> <div class="video-container"> <nav> <ul> </ul> </nav> </div> <div class="parent-container"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c34607-trace').style.display = (document.getElementById('cakeErr603dec8c34607-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: File [<b>APP/View/Sessoes/show.ctp</b>, line <b>96</b>]<div id="cakeErr603dec8c34607-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c34607-code').style.display = (document.getElementById('cakeErr603dec8c34607-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603dec8c34607-context').style.display = (document.getElementById('cakeErr603dec8c34607-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603dec8c34607-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></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"><?php </span><span style="color: #007700">foreach(</span><span style="color: #0000BB">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'File'</span><span style="color: #007700">] as </span><span style="color: #0000BB">$file</span><span style="color: #007700">): </span><span style="color: #0000BB">?></span></span></code></span></pre><pre id="cakeErr603dec8c34607-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Sessoes/show.ctp' $dataForView = array( 'videos' => array(), 'related_sessions' => array(), 'sessao' => array(), 'edition' => array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => 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] ) ) ), 'countries' => array( (int) 0 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Forum' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'daynames' => array( (int) 1 => 'Day 0', (int) 2 => 'Day 1', (int) 3 => 'Day 2', (int) 4 => 'Day 3', (int) 5 => 'Day 4', (int) 6 => 'Day 5' ), 'igf_editions' => array( (int) 0 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 1 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 2 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 3 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 4 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 5 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 6 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 7 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 8 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 9 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 10 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 11 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), (int) 12 => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ) ) ) $videos = array() $related_sessions = array() $sessao = array() $edition = array( 'Edition' => array( 'id' => '12', 'forum_id' => '1', 'slug' => '2013-bali', 'logo_url' => '/img/igfs/igf2013.png', 'site' => 'http://igf2013.or.id/', 'title' => 'Building Bridges: Enhancing Multi-stakeholder Cooperation for Growth and Sustainable Development', 'subtitle' => null, 'edition' => '2013', 'country' => 'Indonesia', 'city' => 'Bali', 'year' => '2013', 'date_start' => '2013-10-21', 'date_finish' => '2013-10-25', 'qtd_sessions' => '159', 'created' => '2017-10-30 10:47:33', 'modified' => '2017-10-30 10:47:33', 'title_local' => '2013 - Bali' ), 'Forum' => array( 'id' => '1', 'title' => 'Internet Governance Forum', 'slug' => 'igf', 'nickname' => 'IGF', 'description' => '', 'region_id' => '1', 'region' => 'country', 'flag' => '/assets/flags/80efe40e-igf-logo.jpg', 'country_id' => '0', 'created' => '2017-06-07 14:10:44', 'modified' => '2018-03-28 14:45:34' ), 'Day' => array( (int) 0 => array( 'id' => '15', 'edition_id' => '12', 'da