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( 'transcriptions' => array(), 'sessao' => array(), 'edition' => 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( 'id' => '29', 'edition_id' => '11', 'dayname_id' => '2', 'date' => '2010-09-14', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 1 => array( 'id' => '30', 'edition_id' => '11', 'dayname_id' => '3', 'date' => '2010-09-15', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 2 => array( 'id' => '31', 'edition_id' => '11', 'dayname_id' => '4', 'date' => '2010-09-16', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 3 => array( 'id' => '32', 'edition_id' => '11', 'dayname_id' => '5', 'date' => '2010-09-17', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ) ) ), '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' => '<style type="text/css"> #popup{ background: #fff; padding: 30px; display: block; max-width: 800px; margin: 5px auto; } </style> <div id="popup"> <h3><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c636695-trace').style.display = (document.getElementById('cakeErr600bb3c636695-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Sessao [<b>APP/View/Transcriptions/show.ctp</b>, line <b>13</b>]<div id="cakeErr600bb3c636695-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c636695-code').style.display = (document.getElementById('cakeErr600bb3c636695-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c636695-context').style.display = (document.getElementById('cakeErr600bb3c636695-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr600bb3c636695-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div id</span><span style="color: #007700">=</span><span style="color: #DD0000">"popup"</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <h3><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></h3></span></code></span></pre><pre id="cakeErr600bb3c636695-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Transcriptions/show.ctp' $dataForView = array( 'transcriptions' => array(), 'sessao' => array(), 'edition' => 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] ) ) ), '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] ) ) ) ) $transcriptions = array() $sessao = array() $edition = 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( 'id' => '29', 'edition_id' => '11', 'dayname_id' => '2', 'date' => '2010-09-14', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 1 => array( 'id' => '30', 'edition_id' => '11', 'dayname_id' => '3', 'date' => '2010-09-15', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 2 => array( 'id' => '31', 'edition_id' => '11', 'dayname_id' => '4', 'date' => '2010-09-16', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 3 => array( 'id' => '32', 'edition_id' => '11', 'dayname_id' => '5', 'date' => '2010-09-17', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ) ) ) $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/Transcriptions/show.ctp, line 13 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></h3> <h4 class="subtext"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c636f50-trace').style.display = (document.getElementById('cakeErr600bb3c636f50-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Sessao [<b>APP/View/Transcriptions/show.ctp</b>, line <b>15</b>]<div id="cakeErr600bb3c636f50-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c636f50-code').style.display = (document.getElementById('cakeErr600bb3c636f50-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c636f50-context').style.display = (document.getElementById('cakeErr600bb3c636f50-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr600bb3c636f50-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <h3><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></h3></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="cakeErr600bb3c636f50-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Transcriptions/show.ctp' $dataForView = array( 'transcriptions' => array(), 'sessao' => array(), 'edition' => 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] ) ) ), '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] ) ) ) ) $transcriptions = array() $sessao = array() $edition = 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( 'id' => '29', 'edition_id' => '11', 'dayname_id' => '2', 'date' => '2010-09-14', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 1 => array( 'id' => '30', 'edition_id' => '11', 'dayname_id' => '3', 'date' => '2010-09-15', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 2 => array( 'id' => '31', 'edition_id' => '11', 'dayname_id' => '4', 'date' => '2010-09-16', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 3 => array( 'id' => '32', 'edition_id' => '11', 'dayname_id' => '5', 'date' => '2010-09-17', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ) ) ) $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/Transcriptions/show.ctp, line 15 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110</pre></div></pre> 31 December 1969 - <a title="Search Session by Workshop" href="">A <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c6377de-trace').style.display = (document.getElementById('cakeErr600bb3c6377de-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Format [<b>APP/View/Transcriptions/show.ctp</b>, line <b>17</b>]<div id="cakeErr600bb3c6377de-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c6377de-code').style.display = (document.getElementById('cakeErr600bb3c6377de-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c6377de-context').style.display = (document.getElementById('cakeErr600bb3c6377de-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr600bb3c6377de-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="cakeErr600bb3c6377de-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Transcriptions/show.ctp' $dataForView = array( 'transcriptions' => array(), 'sessao' => array(), 'edition' => 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] ) ) ), '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] ) ) ) ) $transcriptions = array() $sessao = array() $edition = 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( 'id' => '29', 'edition_id' => '11', 'dayname_id' => '2', 'date' => '2010-09-14', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 1 => array( 'id' => '30', 'edition_id' => '11', 'dayname_id' => '3', 'date' => '2010-09-15', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 2 => array( 'id' => '31', 'edition_id' => '11', 'dayname_id' => '4', 'date' => '2010-09-16', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 3 => array( 'id' => '32', 'edition_id' => '11', 'dayname_id' => '5', 'date' => '2010-09-17', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ) ) ) $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/Transcriptions/show.ctp, line 17 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 Other" href=""><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c637fdd-trace').style.display = (document.getElementById('cakeErr600bb3c637fdd-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Topic [<b>APP/View/Transcriptions/show.ctp</b>, line <b>18</b>]<div id="cakeErr600bb3c637fdd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c637fdd-code').style.display = (document.getElementById('cakeErr600bb3c637fdd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c637fdd-context').style.display = (document.getElementById('cakeErr600bb3c637fdd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr600bb3c637fdd-code" class="cake-code-dump" style="display: none;"><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> <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 class="code-highlight"><code><span style="color: #000000"> <a title=" Search Session by Other" href=""><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">'Topic'</span><span style="color: #007700">][</span><span style="color: #DD0000">'title'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span></a> in</span></code></span></pre><pre id="cakeErr600bb3c637fdd-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Transcriptions/show.ctp' $dataForView = array( 'transcriptions' => array(), 'sessao' => array(), 'edition' => 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] ) ) ), '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] ) ) ) ) $transcriptions = array() $sessao = array() $edition = 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( 'id' => '29', 'edition_id' => '11', 'dayname_id' => '2', 'date' => '2010-09-14', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 1 => array( 'id' => '30', 'edition_id' => '11', 'dayname_id' => '3', 'date' => '2010-09-15', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 2 => array( 'id' => '31', 'edition_id' => '11', 'dayname_id' => '4', 'date' => '2010-09-16', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 3 => array( 'id' => '32', 'edition_id' => '11', 'dayname_id' => '5', 'date' => '2010-09-17', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ) ) ) $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/Transcriptions/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></a> in <a title="Search Session by Guadalajara, Mexico" href="/igfs/edition/2010-vilnius">Vilnius,Lithuania</a> </h4> <div class="row"> <div class="span2"> <a title="Back to Session" href="/sessoes/show/2010-vilnius/<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c6387e2-trace').style.display = (document.getElementById('cakeErr600bb3c6387e2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Sessao [<b>APP/View/Transcriptions/show.ctp</b>, line <b>24</b>]<div id="cakeErr600bb3c6387e2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c6387e2-code').style.display = (document.getElementById('cakeErr600bb3c6387e2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c6387e2-context').style.display = (document.getElementById('cakeErr600bb3c6387e2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr600bb3c6387e2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"span2"</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <a title="Back to Session" href="/sessoes/show/<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">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'Sessao'</span><span style="color: #007700">][</span><span style="color: #DD0000">'slug'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>">Back to Session</a></span></code></span></pre><pre id="cakeErr600bb3c6387e2-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Transcriptions/show.ctp' $dataForView = array( 'transcriptions' => array(), 'sessao' => array(), 'edition' => 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] ) ) ), '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] ) ) ) ) $transcriptions = array() $sessao = array() $edition = 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( 'id' => '29', 'edition_id' => '11', 'dayname_id' => '2', 'date' => '2010-09-14', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 1 => array( 'id' => '30', 'edition_id' => '11', 'dayname_id' => '3', 'date' => '2010-09-15', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 2 => array( 'id' => '31', 'edition_id' => '11', 'dayname_id' => '4', 'date' => '2010-09-16', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 3 => array( 'id' => '32', 'edition_id' => '11', 'dayname_id' => '5', 'date' => '2010-09-17', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ) ) ) $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/Transcriptions/show.ctp, line 24 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>">Back to Session</a> </div> </div> </div> ', 'scripts_for_layout' => '', 'title_for_layout' => 'Transcriptions' )
- 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));
}
'<style type="text/css"> #popup{ background: #fff; padding: 30px; display: block; max-width: 800px; margin: 5px auto; } </style> <div id="popup"> <h3><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c636695-trace').style.display = (document.getElementById('cakeErr600bb3c636695-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Sessao [<b>APP/View/Transcriptions/show.ctp</b>, line <b>13</b>]<div id="cakeErr600bb3c636695-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c636695-code').style.display = (document.getElementById('cakeErr600bb3c636695-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c636695-context').style.display = (document.getElementById('cakeErr600bb3c636695-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr600bb3c636695-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div id</span><span style="color: #007700">=</span><span style="color: #DD0000">"popup"</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <h3><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></h3></span></code></span></pre><pre id="cakeErr600bb3c636695-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Transcriptions/show.ctp' $dataForView = array( 'transcriptions' => array(), 'sessao' => array(), 'edition' => 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] ) ) ), '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] ) ) ) ) $transcriptions = array() $sessao = array() $edition = 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( 'id' => '29', 'edition_id' => '11', 'dayname_id' => '2', 'date' => '2010-09-14', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 1 => array( 'id' => '30', 'edition_id' => '11', 'dayname_id' => '3', 'date' => '2010-09-15', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 2 => array( 'id' => '31', 'edition_id' => '11', 'dayname_id' => '4', 'date' => '2010-09-16', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 3 => array( 'id' => '32', 'edition_id' => '11', 'dayname_id' => '5', 'date' => '2010-09-17', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ) ) ) $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/Transcriptions/show.ctp, line 13 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></h3> <h4 class="subtext"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c636f50-trace').style.display = (document.getElementById('cakeErr600bb3c636f50-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Sessao [<b>APP/View/Transcriptions/show.ctp</b>, line <b>15</b>]<div id="cakeErr600bb3c636f50-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c636f50-code').style.display = (document.getElementById('cakeErr600bb3c636f50-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c636f50-context').style.display = (document.getElementById('cakeErr600bb3c636f50-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr600bb3c636f50-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <h3><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></h3></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="cakeErr600bb3c636f50-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Transcriptions/show.ctp' $dataForView = array( 'transcriptions' => array(), 'sessao' => array(), 'edition' => 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] ) ) ), '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] ) ) ) ) $transcriptions = array() $sessao = array() $edition = 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( 'id' => '29', 'edition_id' => '11', 'dayname_id' => '2', 'date' => '2010-09-14', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 1 => array( 'id' => '30', 'edition_id' => '11', 'dayname_id' => '3', 'date' => '2010-09-15', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 2 => array( 'id' => '31', 'edition_id' => '11', 'dayname_id' => '4', 'date' => '2010-09-16', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 3 => array( 'id' => '32', 'edition_id' => '11', 'dayname_id' => '5', 'date' => '2010-09-17', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ) ) ) $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/Transcriptions/show.ctp, line 15 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 110</pre></div></pre> 31 December 1969 - <a title="Search Session by Workshop" href="">A <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c6377de-trace').style.display = (document.getElementById('cakeErr600bb3c6377de-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Format [<b>APP/View/Transcriptions/show.ctp</b>, line <b>17</b>]<div id="cakeErr600bb3c6377de-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c6377de-code').style.display = (document.getElementById('cakeErr600bb3c6377de-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c6377de-context').style.display = (document.getElementById('cakeErr600bb3c6377de-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr600bb3c6377de-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="cakeErr600bb3c6377de-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Transcriptions/show.ctp' $dataForView = array( 'transcriptions' => array(), 'sessao' => array(), 'edition' => 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] ) ) ), '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] ) ) ) ) $transcriptions = array() $sessao = array() $edition = 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( 'id' => '29', 'edition_id' => '11', 'dayname_id' => '2', 'date' => '2010-09-14', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 1 => array( 'id' => '30', 'edition_id' => '11', 'dayname_id' => '3', 'date' => '2010-09-15', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 2 => array( 'id' => '31', 'edition_id' => '11', 'dayname_id' => '4', 'date' => '2010-09-16', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 3 => array( 'id' => '32', 'edition_id' => '11', 'dayname_id' => '5', 'date' => '2010-09-17', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ) ) ) $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/Transcriptions/show.ctp, line 17 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 Other" href=""><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c637fdd-trace').style.display = (document.getElementById('cakeErr600bb3c637fdd-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Topic [<b>APP/View/Transcriptions/show.ctp</b>, line <b>18</b>]<div id="cakeErr600bb3c637fdd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c637fdd-code').style.display = (document.getElementById('cakeErr600bb3c637fdd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c637fdd-context').style.display = (document.getElementById('cakeErr600bb3c637fdd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr600bb3c637fdd-code" class="cake-code-dump" style="display: none;"><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> <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 class="code-highlight"><code><span style="color: #000000"> <a title=" Search Session by Other" href=""><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">'Topic'</span><span style="color: #007700">][</span><span style="color: #DD0000">'title'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span></a> in</span></code></span></pre><pre id="cakeErr600bb3c637fdd-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Transcriptions/show.ctp' $dataForView = array( 'transcriptions' => array(), 'sessao' => array(), 'edition' => 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] ) ) ), '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] ) ) ) ) $transcriptions = array() $sessao = array() $edition = 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( 'id' => '29', 'edition_id' => '11', 'dayname_id' => '2', 'date' => '2010-09-14', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 1 => array( 'id' => '30', 'edition_id' => '11', 'dayname_id' => '3', 'date' => '2010-09-15', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 2 => array( 'id' => '31', 'edition_id' => '11', 'dayname_id' => '4', 'date' => '2010-09-16', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 3 => array( 'id' => '32', 'edition_id' => '11', 'dayname_id' => '5', 'date' => '2010-09-17', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ) ) ) $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/Transcriptions/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></a> in <a title="Search Session by Guadalajara, Mexico" href="/igfs/edition/2010-vilnius">Vilnius,Lithuania</a> </h4> <div class="row"> <div class="span2"> <a title="Back to Session" href="/sessoes/show/2010-vilnius/<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c6387e2-trace').style.display = (document.getElementById('cakeErr600bb3c6387e2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Sessao [<b>APP/View/Transcriptions/show.ctp</b>, line <b>24</b>]<div id="cakeErr600bb3c6387e2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c6387e2-code').style.display = (document.getElementById('cakeErr600bb3c6387e2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr600bb3c6387e2-context').style.display = (document.getElementById('cakeErr600bb3c6387e2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr600bb3c6387e2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"span2"</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <a title="Back to Session" href="/sessoes/show/<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">$sessao</span><span style="color: #007700">[</span><span style="color: #DD0000">'Sessao'</span><span style="color: #007700">][</span><span style="color: #DD0000">'slug'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>">Back to Session</a></span></code></span></pre><pre id="cakeErr600bb3c6387e2-context" class="cake-context" style="display: none;">$viewFile = '/opt/sites/foigf/www/app/View/Transcriptions/show.ctp' $dataForView = array( 'transcriptions' => array(), 'sessao' => array(), 'edition' => 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] ) ) ), '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] ) ) ) ) $transcriptions = array() $sessao = array() $edition = 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( 'id' => '29', 'edition_id' => '11', 'dayname_id' => '2', 'date' => '2010-09-14', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 1 => array( 'id' => '30', 'edition_id' => '11', 'dayname_id' => '3', 'date' => '2010-09-15', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 2 => array( 'id' => '31', 'edition_id' => '11', 'dayname_id' => '4', 'date' => '2010-09-16', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ), (int) 3 => array( 'id' => '32', 'edition_id' => '11', 'dayname_id' => '5', 'date' => '2010-09-17', 'created' => '2017-10-30 10:50:07', 'modified' => '2017-10-30 10:50:07' ) ) ) $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/Transcriptions/show.ctp, line 24 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>">Back to Session</a> </div> </div> </div> ' 'default'
- CORE/Cake/Controller/Controller.php line 963 → View->render(null, string)
}
$this->autoRender = false;
$this->response->body($this->View->render($view, $layout));
return $this->response;
null 'default'
- CORE/Cake/Routing/Dispatcher.php line 200 → Controller->render()
}
if ($render && $controller->autoRender) {
$response = $controller->render();
} elseif (!($result instanceof CakeResponse) && $response->body() === null) {
- CORE/Cake/Routing/Dispatcher.php line 167 → Dispatcher->_invoke(TranscriptionsController, CakeRequest)
));
}
$response = $this->_invoke($controller, $request);
if (isset($request->params['return'])) {
object(TranscriptionsController) { components => array( 'Session' => null, 'Flash' => null, 'Paginator' => null ) uses => array( (int) 0 => 'Sessao', (int) 1 => 'Transcription', (int) 2 => 'Edition', (int) 3 => 'Dayname', (int) 4 => 'Forum' ) helpers => array( (int) 0 => 'Video' ) name => 'Transcriptions' request => object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'transcriptions/show/2010-vilnius/login.html' base => '' webroot => '/' here => '/transcriptions/show/2010-vilnius/login.html' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } response => object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) } viewPath => 'Transcriptions' layoutPath => null viewVars => array( 'transcriptions' => array(), 'sessao' => array(), 'edition' => array( 'Edition' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ) ), 'countries' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => 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( [maximum depth reached] ), (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] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ) ) ) view => 'show' layout => 'default' autoRender => false autoLayout => true Components => object(ComponentCollection) { defaultPriority => (int) 10 [protected] _Controller => object(TranscriptionsController) {} [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } viewClass => 'View' View => object(View) { Helpers => object(HelperCollection) {} Blocks => object(ViewBlock) {} plugin => null name => 'Transcriptions' passedArgs => array( [maximum depth reached] ) helpers => array( [maximum depth reached] ) viewPath => 'Transcriptions' viewVars => array( [maximum depth reached] ) view => 'show' layout => 'default' layoutPath => null autoLayout => true ext => '.ctp' subDir => null theme => null cacheAction => false validationErrors => array( [maximum depth reached] ) hasRendered => false uuids => array([maximum depth reached]) request => object(CakeRequest) {} response => object(CakeResponse) {} elementCache => 'default' elementCacheSettings => array([maximum depth reached]) Video => object(VideoHelper) {} Form => object(FormHelper) {} modelScope => false Flash => object(FlashHelper) {} [protected] _passedVars => array( [maximum depth reached] ) [protected] _scripts => array([maximum depth reached]) [protected] _paths => array( [maximum depth reached] ) [protected] _pathsForPlugin => array([maximum depth reached]) [protected] _parents => array([maximum depth reached]) [protected] _current => '/opt/sites/foigf/www/app/View/Layouts/default.ctp' [protected] _currentType => 'layout' [protected] _stack => array([maximum depth reached]) [protected] _eventManager => object(CakeEventManager) {} [protected] _eventManagerConfigured => true } ext => '.ctp' plugin => null cacheAction => false passedArgs => array( (int) 0 => '2010-vilnius', (int) 1 => 'login.html' ) scaffold => false methods => array( (int) 0 => 'show', (int) 2 => 'build_header' ) modelClass => 'Sessao' modelKey => 'transcription' validationErrors => null Session => object(SessionComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Flash => object(FlashComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _defaultConfig => array( [maximum depth reached] ) [protected] _Collection => null [protected] _componentMap => array([maximum depth reached]) } Paginator => object(PaginatorComponent) { settings => array( [maximum depth reached] ) whitelist => array( [maximum depth reached] ) components => array([maximum depth reached]) Controller => object(TranscriptionsController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Dayname => object(Dayname) { validate => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'daynames' displayField => 'name' id => false data => array([maximum depth reached]) schemaName => 'foigf' table => 'daynames' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Dayname' alias => 'Dayname' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Edition => object(Edition) { order => 'Edition.year desc' displayField => 'title_local' virtualFields => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'editions' id => false data => array([maximum depth reached]) schemaName => 'foigf' table => 'editions' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Edition' alias => 'Edition' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Forum => object(Forum) {} Day => object(Day) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Forum => object(Forum) { validate => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) hasAndBelongsToMany => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'foruns' id => false data => array([maximum depth reached]) schemaName => 'foigf' table => 'foruns' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Forum' alias => 'Forum' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Region => object(AppModel) {} Country => object(AppModel) {} Edition => object(Edition) {} User => object(User) {} UsersForum => object(AppModel) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Sessao => object(Sessao) { order => 'Sessao.date asc' validate => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) hasAndBelongsToMany => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'sessoes' id => false data => array([maximum depth reached]) schemaName => 'foigf' table => 'sessoes' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Sessao' alias => 'Sessao' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Format => object(AppModel) {} Day => object(Day) {} Edition => object(Edition) {} Document => object(Document) {} File => object(File) {} Transcription => object(Transcription) {} Video => object(Video) {} Tag => object(Tag) {} SessoesTag => object(AppModel) {} Relate => object(Sessao) {} SessoesRelates => object(AppModel) {} Speaker => object(Speaker) {} SessoesSpeaker => object(AppModel) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Transcription => object(Transcription) { validate => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'transcriptions' id => false data => array([maximum depth reached]) schemaName => 'foigf' table => 'transcriptions' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Transcription' alias => 'Transcription' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Sessao => object(Sessao) {} Language => object(AppModel) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } } object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'transcriptions', 'action' => 'show', 'named' => array(), 'pass' => array( (int) 0 => '2010-vilnius', (int) 1 => 'login.html' ), 'models' => array( 'Sessao' => array( [maximum depth reached] ), 'Transcription' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'Dayname' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'UsersForum' => array( [maximum depth reached] ), 'Format' => array( [maximum depth reached] ), 'Document' => array( [maximum depth reached] ), 'File' => array( [maximum depth reached] ), 'Video' => array( [maximum depth reached] ), 'Tag' => array( [maximum depth reached] ), 'SessoesTag' => array( [maximum depth reached] ), 'Relate' => array( [maximum depth reached] ), 'SessoesRelates' => array( [maximum depth reached] ), 'Speaker' => array( [maximum depth reached] ), 'SessoesSpeaker' => array( [maximum depth reached] ), 'Language' => array( [maximum depth reached] ) ), 'isAjax' => false ) data => array() query => array() url => 'transcriptions/show/2010-vilnius/login.html' base => '' webroot => '/' here => '/transcriptions/show/2010-vilnius/login.html' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' }
- APP/webroot/index.php line 110 → Dispatcher->dispatch(CakeRequest, CakeResponse)
$Dispatcher = new Dispatcher();
$Dispatcher->dispatch(
new CakeRequest(),
new CakeResponse()
);
object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'transcriptions', 'action' => 'show', 'named' => array(), 'pass' => array( (int) 0 => '2010-vilnius', (int) 1 => 'login.html' ), 'models' => array( 'Sessao' => array( [maximum depth reached] ), 'Transcription' => array( [maximum depth reached] ), 'Edition' => array( [maximum depth reached] ), 'Dayname' => array( [maximum depth reached] ), 'Forum' => array( [maximum depth reached] ), 'Day' => array( [maximum depth reached] ), 'Region' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'UsersForum' => array( [maximum depth reached] ), 'Format' => array( [maximum depth reached] ), 'Document' => array( [maximum depth reached] ), 'File' => array( [maximum depth reached] ), 'Video' => array( [maximum depth reached] ), 'Tag' => array( [maximum depth reached] ), 'SessoesTag' => array( [maximum depth reached] ), 'Relate' => array( [maximum depth reached] ), 'SessoesRelates' => array( [maximum depth reached] ), 'Speaker' => array( [maximum depth reached] ), 'SessoesSpeaker' => array( [maximum depth reached] ), 'Language' => array( [maximum depth reached] ) ), 'isAjax' => false ) data => array() query => array() url => 'transcriptions/show/2010-vilnius/login.html' base => '' webroot => '/' here => '/transcriptions/show/2010-vilnius/login.html' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( (int) 100 => 'Continue', (int) 101 => 'Switching Protocols', (int) 200 => 'OK', (int) 201 => 'Created', (int) 202 => 'Accepted', (int) 203 => 'Non-Authoritative Information', (int) 204 => 'No Content', (int) 205 => 'Reset Content', (int) 206 => 'Partial Content', (int) 300 => 'Multiple Choices', (int) 301 => 'Moved Permanently', (int) 302 => 'Found', (int) 303 => 'See Other', (int) 304 => 'Not Modified', (int) 305 => 'Use Proxy', (int) 307 => 'Temporary Redirect', (int) 400 => 'Bad Request', (int) 401 => 'Unauthorized', (int) 402 => 'Payment Required', (int) 403 => 'Forbidden', (int) 404 => 'Not Found', (int) 405 => 'Method Not Allowed', (int) 406 => 'Not Acceptable', (int) 407 => 'Proxy Authentication Required', (int) 408 => 'Request Time-out', (int) 409 => 'Conflict', (int) 410 => 'Gone', (int) 411 => 'Length Required', (int) 412 => 'Precondition Failed', (int) 413 => 'Request Entity Too Large', (int) 414 => 'Request-URI Too Large', (int) 415 => 'Unsupported Media Type', (int) 416 => 'Requested range not satisfiable', (int) 417 => 'Expectation Failed', (int) 429 => 'Too Many Requests', (int) 500 => 'Internal Server Error', (int) 501 => 'Not Implemented', (int) 502 => 'Bad Gateway', (int) 503 => 'Service Unavailable', (int) 504 => 'Gateway Time-out', (int) 505 => 'Unsupported Version' ) [protected] _mimeTypes => array( 'html' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'json' => 'application/json', 'xml' => array( (int) 0 => 'application/xml', (int) 1 => 'text/xml' ), 'rss' => 'application/rss+xml', 'ai' => 'application/postscript', 'bcpio' => 'application/x-bcpio', 'bin' => 'application/octet-stream', 'ccad' => 'application/clariscad', 'cdf' => 'application/x-netcdf', 'class' => 'application/octet-stream', 'cpio' => 'application/x-cpio', 'cpt' => 'application/mac-compactpro', 'csh' => 'application/x-csh', 'csv' => array( (int) 0 => 'text/csv', (int) 1 => 'application/vnd.ms-excel' ), 'dcr' => 'application/x-director', 'dir' => 'application/x-director', 'dms' => 'application/octet-stream', 'doc' => 'application/msword', 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'drw' => 'application/drafting', 'dvi' => 'application/x-dvi', 'dwg' => 'application/acad', 'dxf' => 'application/dxf', 'dxr' => 'application/x-director', 'eot' => 'application/vnd.ms-fontobject', 'eps' => 'application/postscript', 'exe' => 'application/octet-stream', 'ez' => 'application/andrew-inset', 'flv' => 'video/x-flv', 'gtar' => 'application/x-gtar', 'gz' => 'application/x-gzip', 'bz2' => 'application/x-bzip', '7z' => 'application/x-7z-compressed', 'hdf' => 'application/x-hdf', 'hqx' => 'application/mac-binhex40', 'ico' => 'image/x-icon', 'ips' => 'application/x-ipscript', 'ipx' => 'application/x-ipix', 'js' => 'application/javascript', 'jsonapi' => 'application/vnd.api+json', 'latex' => 'application/x-latex', 'lha' => 'application/octet-stream', 'lsp' => 'application/x-lisp', 'lzh' => 'application/octet-stream', 'man' => 'application/x-troff-man', 'me' => 'application/x-troff-me', 'mif' => 'application/vnd.mif', 'ms' => 'application/x-troff-ms', 'nc' => 'application/x-netcdf', 'oda' => 'application/oda', 'otf' => 'font/otf', 'pdf' => 'application/pdf', 'pgn' => 'application/x-chess-pgn', 'pot' => 'application/vnd.ms-powerpoint', 'pps' => 'application/vnd.ms-powerpoint', 'ppt' => 'application/vnd.ms-powerpoint', 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'ppz' => 'application/vnd.ms-powerpoint', 'pre' => 'application/x-freelance', 'prt' => 'application/pro_eng', 'ps' => 'application/postscript', 'roff' => 'application/x-troff', 'scm' => 'application/x-lotusscreencam', 'set' => 'application/set', 'sh' => 'application/x-sh', 'shar' => 'application/x-shar', 'sit' => 'application/x-stuffit', 'skd' => 'application/x-koan', 'skm' => 'application/x-koan', 'skp' => 'application/x-koan', 'skt' => 'application/x-koan', 'smi' => 'application/smil', 'smil' => 'application/smil', 'sol' => 'application/solids', 'spl' => 'application/x-futuresplash', 'src' => 'application/x-wais-source', 'step' => 'application/STEP', 'stl' => 'application/SLA', 'stp' => 'application/STEP', 'sv4cpio' => 'application/x-sv4cpio', 'sv4crc' => 'application/x-sv4crc', 'svg' => 'image/svg+xml', 'svgz' => 'image/svg+xml', 'swf' => 'application/x-shockwave-flash', 't' => 'application/x-troff', 'tar' => 'application/x-tar', 'tcl' => 'application/x-tcl', 'tex' => 'application/x-tex', 'texi' => 'application/x-texinfo', 'texinfo' => 'application/x-texinfo', 'tr' => 'application/x-troff', 'tsp' => 'application/dsptype', 'ttc' => 'font/ttf', 'ttf' => 'font/ttf', 'unv' => 'application/i-deas', 'ustar' => 'application/x-ustar', 'vcd' => 'application/x-cdlink', 'vda' => 'application/vda', 'xlc' => 'application/vnd.ms-excel', 'xll' => 'application/vnd.ms-excel', 'xlm' => 'application/vnd.ms-excel', 'xls' => 'application/vnd.ms-excel', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xlw' => 'application/vnd.ms-excel', 'zip' => 'application/zip', 'aif' => 'audio/x-aiff', 'aifc' => 'audio/x-aiff', 'aiff' => 'audio/x-aiff', 'au' => 'audio/basic', 'kar' => 'audio/midi', 'mid' => 'audio/midi', 'midi' => 'audio/midi', 'mp2' => 'audio/mpeg', 'mp3' => 'audio/mpeg', 'mpga' => 'audio/mpeg', 'ogg' => 'audio/ogg', 'oga' => 'audio/ogg', 'spx' => 'audio/ogg', 'ra' => 'audio/x-realaudio', 'ram' => 'audio/x-pn-realaudio', 'rm' => 'audio/x-pn-realaudio', 'rpm' => 'audio/x-pn-realaudio-plugin', 'snd' => 'audio/basic', 'tsi' => 'audio/TSP-audio', 'wav' => 'audio/x-wav', 'aac' => 'audio/aac', 'asc' => 'text/plain', 'c' => 'text/plain', 'cc' => 'text/plain', 'css' => 'text/css', 'etx' => 'text/x-setext', 'f' => 'text/plain', 'f90' => 'text/plain', 'h' => 'text/plain', 'hh' => 'text/plain', 'htm' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'ics' => 'text/calendar', 'm' => 'text/plain', 'rtf' => 'text/rtf', 'rtx' => 'text/richtext', 'sgm' => 'text/sgml', 'sgml' => 'text/sgml', 'tsv' => 'text/tab-separated-values', 'tpl' => 'text/template', 'txt' => 'text/plain', 'text' => 'text/plain', 'avi' => 'video/x-msvideo', 'fli' => 'video/x-fli', 'mov' => 'video/quicktime', 'movie' => 'video/x-sgi-movie', 'mpe' => 'video/mpeg', 'mpeg' => 'video/mpeg', 'mpg' => 'video/mpeg', 'qt' => 'video/quicktime', 'viv' => 'video/vnd.vivo', 'vivo' => 'video/vnd.vivo', 'ogv' => 'video/ogg', 'webm' => 'video/webm', 'mp4' => 'video/mp4', 'm4v' => 'video/mp4', 'f4v' => 'video/mp4', 'f4p' => 'video/mp4', 'm4a' => 'audio/mp4', 'f4a' => 'audio/mp4', 'f4b' => 'audio/mp4', 'gif' => 'image/gif', 'ief' => 'image/ief', 'jpg' => 'image/jpeg', 'jpeg' => 'image/jpeg', 'jpe' => 'image/jpeg', 'pbm' => 'image/x-portable-bitmap', 'pgm' => 'image/x-portable-graymap', 'png' => 'image/png', 'pnm' => 'image/x-portable-anymap', 'ppm' => 'image/x-portable-pixmap', 'ras' => 'image/cmu-raster', 'rgb' => 'image/x-rgb', 'tif' => 'image/tiff', 'tiff' => 'image/tiff', 'xbm' => 'image/x-xbitmap', 'xpm' => 'image/x-xpixmap', 'xwd' => 'image/x-xwindowdump', 'psd' => array( (int) 0 => 'application/photoshop', (int) 1 => 'application/psd', (int) 2 => 'image/psd', (int) 3 => 'image/x-photoshop', (int) 4 => 'image/photoshop', (int) 5 => 'zz-application/zz-winassoc-psd' ), 'ice' => 'x-conference/x-cooltalk', 'iges' => 'model/iges', 'igs' => 'model/iges', 'mesh' => 'model/mesh', 'msh' => 'model/mesh', 'silo' => 'model/mesh', 'vrml' => 'model/vrml', 'wrl' => 'model/vrml', 'mime' => 'www/mime', 'pdb' => 'chemical/x-pdb', 'xyz' => 'chemical/x-pdb', 'javascript' => 'application/javascript', 'form' => 'application/x-www-form-urlencoded', 'file' => 'multipart/form-data', 'xhtml' => array( (int) 0 => 'application/xhtml+xml', (int) 1 => 'application/xhtml', (int) 2 => 'text/xhtml' ), 'xhtml-mobile' => 'application/vnd.wap.xhtml+xml', 'atom' => 'application/atom+xml', 'amf' => 'application/x-amf', 'wap' => array( (int) 0 => 'text/vnd.wap.wml', (int) 1 => 'text/vnd.wap.wmlscript', (int) 2 => 'image/vnd.wap.wbmp' ), 'wml' => 'text/vnd.wap.wml', 'wmlscript' => 'text/vnd.wap.wmlscript', 'wbmp' => 'image/vnd.wap.wbmp', 'woff' => 'application/x-font-woff', 'webp' => 'image/webp', 'appcache' => 'text/cache-manifest', 'manifest' => 'text/cache-manifest', 'htc' => 'text/x-component', 'rdf' => 'application/xml', 'crx' => 'application/x-chrome-extension', 'oex' => 'application/x-opera-extension', 'xpi' => 'application/x-xpinstall', 'safariextz' => 'application/octet-stream', 'webapp' => 'application/x-web-app-manifest+json', 'vcf' => 'text/x-vcard', 'vtt' => 'text/vtt', 'mkv' => 'video/x-matroska', 'pkpass' => 'application/vnd.apple.pkpass', 'ajax' => 'text/html' ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array() [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array() [protected] _cookies => array() }