Notice (8): compact(): Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRender' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Pages/home.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Pages/home.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRender' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time' ) $result = null $name = 'Time'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 472 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Pages/home.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Pages/home.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time' ) $result = null $name = 'Time'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 473 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Pages/home.ctp', (int) 1 => '<!-- Banner --> <section id="banner"> <div class="row"> <div class="6u 12u$(medium)"> <header> <h3>Benvenuto nel Foil Forum Manager<br /> di FoilForum.it</h3> <p>In questa applicazione troverai tutti gli eventi organizzati da <a href="https://www.foilforum.it" target="_blank">FoilForum.it</a></p> </header> <p> Per utilizzare il sito è necessario registrarsi al forum FoilForum.it qui.<br /> Potrai in questo modo partecipare a tutti gli eventi organizzati come, Meeting, FoilPride, Kite Trip, semplicemente accedendo con le tue credeziali, inoltre sarà possibile proporre i tuoi eventi agli altri utenti del forum previa approvazione degli amministratori. </p> <ul class="actions"> <li><a href="/manager/users/login" class="button small">Accedi</a></li> </ul> </div> <div class="6u 12u$(medium)"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> --> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="/manager/img/alpino5.jpg" alt=""/> </div> <div class="item"> <img src="/manager/img/kite01.jpg" alt=""/> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> </div> <script> $(".carousel").carousel({ interval: 3000 }); </script> </section> <section> <h1 class="align-center" style="font-style: italic;" id="titoloCentrale">Foil Forum Manager 1.0</h1> <script> $('#titoloCentrale').textillate({ minDisplayTime: 2000, loop: true, in: { effect: 'flipInX',// set the effect name delayScale: 2,// set the delay factor applied to each consecutive character delay: 70,// set the delay between each character sync: false, // set to true to animate all the characters at the same time shuffle: false, reverse: false}, out: { effect: 'flipOutX', delayScale: 1.5, delay: 50, sync: false, shuffle: false, reverse: false } }); </script> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Pages/home.ctp', (int) 1 => '<!-- Banner --> <section id="banner"> <div class="row"> <div class="6u 12u$(medium)"> <header> <h3>Benvenuto nel Foil Forum Manager<br /> di FoilForum.it</h3> <p>In questa applicazione troverai tutti gli eventi organizzati da <a href="https://www.foilforum.it" target="_blank">FoilForum.it</a></p> </header> <p> Per utilizzare il sito è necessario registrarsi al forum FoilForum.it qui.<br /> Potrai in questo modo partecipare a tutti gli eventi organizzati come, Meeting, FoilPride, Kite Trip, semplicemente accedendo con le tue credeziali, inoltre sarà possibile proporre i tuoi eventi agli altri utenti del forum previa approvazione degli amministratori. </p> <ul class="actions"> <li><a href="/manager/users/login" class="button small">Accedi</a></li> </ul> </div> <div class="6u 12u$(medium)"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> --> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="/manager/img/alpino5.jpg" alt=""/> </div> <div class="item"> <img src="/manager/img/kite01.jpg" alt=""/> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> </div> <script> $(".carousel").carousel({ interval: 3000 }); </script> </section> <section> <h1 class="align-center" style="font-style: italic;" id="titoloCentrale">Foil Forum Manager 1.0</h1> <script> $('#titoloCentrale').textillate({ minDisplayTime: 2000, loop: true, in: { effect: 'flipInX',// set the effect name delayScale: 2,// set the delay factor applied to each consecutive character delay: 70,// set the delay between each character sync: false, // set to true to animate all the characters at the same time shuffle: false, reverse: false}, out: { effect: 'flipOutX', delayScale: 1.5, delay: 50, sync: false, shuffle: false, reverse: false } }); </script> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 473 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Pages/home.ctp', (int) 1 => '<!-- Banner --> <section id="banner"> <div class="row"> <div class="6u 12u$(medium)"> <header> <h3>Benvenuto nel Foil Forum Manager<br /> di FoilForum.it</h3> <p>In questa applicazione troverai tutti gli eventi organizzati da <a href="https://www.foilforum.it" target="_blank">FoilForum.it</a></p> </header> <p> Per utilizzare il sito è necessario registrarsi al forum FoilForum.it qui.<br /> Potrai in questo modo partecipare a tutti gli eventi organizzati come, Meeting, FoilPride, Kite Trip, semplicemente accedendo con le tue credeziali, inoltre sarà possibile proporre i tuoi eventi agli altri utenti del forum previa approvazione degli amministratori. </p> <ul class="actions"> <li><a href="/manager/users/login" class="button small">Accedi</a></li> </ul> </div> <div class="6u 12u$(medium)"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> --> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="/manager/img/alpino5.jpg" alt=""/> </div> <div class="item"> <img src="/manager/img/kite01.jpg" alt=""/> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> </div> <script> $(".carousel").carousel({ interval: 3000 }); </script> </section> <section> <h1 class="align-center" style="font-style: italic;" id="titoloCentrale">Foil Forum Manager 1.0</h1> <script> $('#titoloCentrale').textillate({ minDisplayTime: 2000, loop: true, in: { effect: 'flipInX',// set the effect name delayScale: 2,// set the delay factor applied to each consecutive character delay: 70,// set the delay between each character sync: false, // set to true to animate all the characters at the same time shuffle: false, reverse: false}, out: { effect: 'flipOutX', delayScale: 1.5, delay: 50, sync: false, shuffle: false, reverse: false } }); </script> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Pages/home.ctp', (int) 1 => '<!-- Banner --> <section id="banner"> <div class="row"> <div class="6u 12u$(medium)"> <header> <h3>Benvenuto nel Foil Forum Manager<br /> di FoilForum.it</h3> <p>In questa applicazione troverai tutti gli eventi organizzati da <a href="https://www.foilforum.it" target="_blank">FoilForum.it</a></p> </header> <p> Per utilizzare il sito è necessario registrarsi al forum FoilForum.it qui.<br /> Potrai in questo modo partecipare a tutti gli eventi organizzati come, Meeting, FoilPride, Kite Trip, semplicemente accedendo con le tue credeziali, inoltre sarà possibile proporre i tuoi eventi agli altri utenti del forum previa approvazione degli amministratori. </p> <ul class="actions"> <li><a href="/manager/users/login" class="button small">Accedi</a></li> </ul> </div> <div class="6u 12u$(medium)"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> --> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="/manager/img/alpino5.jpg" alt=""/> </div> <div class="item"> <img src="/manager/img/kite01.jpg" alt=""/> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> </div> <script> $(".carousel").carousel({ interval: 3000 }); </script> </section> <section> <h1 class="align-center" style="font-style: italic;" id="titoloCentrale">Foil Forum Manager 1.0</h1> <script> $('#titoloCentrale').textillate({ minDisplayTime: 2000, loop: true, in: { effect: 'flipInX',// set the effect name delayScale: 2,// set the delay factor applied to each consecutive character delay: 70,// set the delay between each character sync: false, // set to true to animate all the characters at the same time shuffle: false, reverse: false}, out: { effect: 'flipOutX', delayScale: 1.5, delay: 50, sync: false, shuffle: false, reverse: false } }); </script> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 473 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Pages/home.ctp', (int) 1 => '<!-- Banner --> <section id="banner"> <div class="row"> <div class="6u 12u$(medium)"> <header> <h3>Benvenuto nel Foil Forum Manager<br /> di FoilForum.it</h3> <p>In questa applicazione troverai tutti gli eventi organizzati da <a href="https://www.foilforum.it" target="_blank">FoilForum.it</a></p> </header> <p> Per utilizzare il sito è necessario registrarsi al forum FoilForum.it qui.<br /> Potrai in questo modo partecipare a tutti gli eventi organizzati come, Meeting, FoilPride, Kite Trip, semplicemente accedendo con le tue credeziali, inoltre sarà possibile proporre i tuoi eventi agli altri utenti del forum previa approvazione degli amministratori. </p> <ul class="actions"> <li><a href="/manager/users/login" class="button small">Accedi</a></li> </ul> </div> <div class="6u 12u$(medium)"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> --> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="/manager/img/alpino5.jpg" alt=""/> </div> <div class="item"> <img src="/manager/img/kite01.jpg" alt=""/> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> </div> <script> $(".carousel").carousel({ interval: 3000 }); </script> </section> <section> <h1 class="align-center" style="font-style: italic;" id="titoloCentrale">Foil Forum Manager 1.0</h1> <script> $('#titoloCentrale').textillate({ minDisplayTime: 2000, loop: true, in: { effect: 'flipInX',// set the effect name delayScale: 2,// set the delay factor applied to each consecutive character delay: 70,// set the delay between each character sync: false, // set to true to animate all the characters at the same time shuffle: false, reverse: false}, out: { effect: 'flipOutX', delayScale: 1.5, delay: 50, sync: false, shuffle: false, reverse: false } }); </script> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Pages/home.ctp', (int) 1 => '<!-- Banner --> <section id="banner"> <div class="row"> <div class="6u 12u$(medium)"> <header> <h3>Benvenuto nel Foil Forum Manager<br /> di FoilForum.it</h3> <p>In questa applicazione troverai tutti gli eventi organizzati da <a href="https://www.foilforum.it" target="_blank">FoilForum.it</a></p> </header> <p> Per utilizzare il sito è necessario registrarsi al forum FoilForum.it qui.<br /> Potrai in questo modo partecipare a tutti gli eventi organizzati come, Meeting, FoilPride, Kite Trip, semplicemente accedendo con le tue credeziali, inoltre sarà possibile proporre i tuoi eventi agli altri utenti del forum previa approvazione degli amministratori. </p> <ul class="actions"> <li><a href="/manager/users/login" class="button small">Accedi</a></li> </ul> </div> <div class="6u 12u$(medium)"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> --> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="/manager/img/alpino5.jpg" alt=""/> </div> <div class="item"> <img src="/manager/img/kite01.jpg" alt=""/> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> </div> <script> $(".carousel").carousel({ interval: 3000 }); </script> </section> <section> <h1 class="align-center" style="font-style: italic;" id="titoloCentrale">Foil Forum Manager 1.0</h1> <script> $('#titoloCentrale').textillate({ minDisplayTime: 2000, loop: true, in: { effect: 'flipInX',// set the effect name delayScale: 2,// set the delay factor applied to each consecutive character delay: 70,// set the delay between each character sync: false, // set to true to animate all the characters at the same time shuffle: false, reverse: false}, out: { effect: 'flipOutX', delayScale: 1.5, delay: 50, sync: false, shuffle: false, reverse: false } }); </script> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 473 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRender' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Pages/home.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Pages/home.ctp' ) result => null omitSubject => true [protected] _name => 'View.afterRender' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 474 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRender' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Pages/home.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Pages/home.ctp' ) result => null omitSubject => true [protected] _name => 'View.afterRender' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 474 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRender' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Pages/home.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Pages/home.ctp' ) result => null omitSubject => true [protected] _name => 'View.afterRender' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 474 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeLayout' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeLayout' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 524 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeLayout' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeLayout' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 524 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeLayout' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeLayout' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 524 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp', (int) 1 => '<!DOCTYPE HTML> <!-- Editorial by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) --> <html> <head> <title>Foil Forum Manager 1.0</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]--> <link rel="stylesheet" type="text/css" href="/manager/bootstrap-custom/css/bootstrap.min.css"/> <link rel="stylesheet" type="text/css" href="/manager/css/main.css"/> <link rel="stylesheet" type="text/css" href="/manager/datepicker/jquery-ui.min.css"/> <link rel="stylesheet" type="text/css" href="/manager/font-awesome-4.7.0/css/font-awesome.min.css"/> <!-- <link rel="stylesheet" href="assets/css/main.css" /> --> <!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]--> <!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]--> <script type="text/javascript" src="/manager/js/jquery.min.js"></script> <script type="text/javascript" src="/manager/datepicker/jquery-ui.min.js"></script> <script type="text/javascript" src="/manager/js/skel.min.js"></script> <script type="text/javascript" src="/manager/js/util.js"></script> <script type="text/javascript" src="/manager/js/main.js"></script> <script type="text/javascript" src="/manager/bootstrap-custom/js/bootstrap.min.js"></script> <!-- TEXTILLATE --> <link rel="stylesheet" type="text/css" href="/manager/textillate-0.4.0/assets/animate.css"/> <script type="text/javascript" src="/manager/textillate-0.4.0/assets/jquery.fittext.js"></script> <script type="text/javascript" src="/manager/textillate-0.4.0/assets/jquery.lettering.js"></script> <script type="text/javascript" src="/manager/textillate-0.4.0/jquery.textillate.js"></script> <style> #map { height: 100%; } </style> </head> <body> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598972f-trace').style.display = (document.getElementById('cakeErr6727f5598972f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598972f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598972f-code').style.display = (document.getElementById('cakeErr6727f5598972f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598972f-context').style.display = (document.getElementById('cakeErr6727f5598972f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598972f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598972f-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55989fea-trace').style.display = (document.getElementById('cakeErr6727f55989fea-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55989fea-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55989fea-code').style.display = (document.getElementById('cakeErr6727f55989fea-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55989fea-context').style.display = (document.getElementById('cakeErr6727f55989fea-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55989fea-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55989fea-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598a8bc-trace').style.display = (document.getElementById('cakeErr6727f5598a8bc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598a8bc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598a8bc-code').style.display = (document.getElementById('cakeErr6727f5598a8bc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598a8bc-context').style.display = (document.getElementById('cakeErr6727f5598a8bc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598a8bc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598a8bc-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598af8d-trace').style.display = (document.getElementById('cakeErr6727f5598af8d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598af8d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598af8d-code').style.display = (document.getElementById('cakeErr6727f5598af8d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598af8d-context').style.display = (document.getElementById('cakeErr6727f5598af8d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598af8d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598af8d-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598b8ca-trace').style.display = (document.getElementById('cakeErr6727f5598b8ca-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598b8ca-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598b8ca-code').style.display = (document.getElementById('cakeErr6727f5598b8ca-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598b8ca-context').style.display = (document.getElementById('cakeErr6727f5598b8ca-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598b8ca-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598b8ca-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598c2b0-trace').style.display = (document.getElementById('cakeErr6727f5598c2b0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598c2b0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598c2b0-code').style.display = (document.getElementById('cakeErr6727f5598c2b0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598c2b0-context').style.display = (document.getElementById('cakeErr6727f5598c2b0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598c2b0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598c2b0-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> <!-- Wrapper --> <div id="wrapper"> <!-- Main --> <div id="main"> <div class="inner"> <!-- Header --> <!-- Content --> <!-- Banner --> <section id="banner"> <div class="row"> <div class="6u 12u$(medium)"> <header> <h3>Benvenuto nel Foil Forum Manager<br /> di FoilForum.it</h3> <p>In questa applicazione troverai tutti gli eventi organizzati da <a href="https://www.foilforum.it" target="_blank">FoilForum.it</a></p> </header> <p> Per utilizzare il sito è necessario registrarsi al forum FoilForum.it qui.<br /> Potrai in questo modo partecipare a tutti gli eventi organizzati come, Meeting, FoilPride, Kite Trip, semplicemente accedendo con le tue credeziali, inoltre sarà possibile proporre i tuoi eventi agli altri utenti del forum previa approvazione degli amministratori. </p> <ul class="actions"> <li><a href="/manager/users/login" class="button small">Accedi</a></li> </ul> </div> <div class="6u 12u$(medium)"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> --> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="/manager/img/alpino5.jpg" alt=""/> </div> <div class="item"> <img src="/manager/img/kite01.jpg" alt=""/> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> </div> <script> $(".carousel").carousel({ interval: 3000 }); </script> </section> <section> <h1 class="align-center" style="font-style: italic;" id="titoloCentrale">Foil Forum Manager 1.0</h1> <script> $('#titoloCentrale').textillate({ minDisplayTime: 2000, loop: true, in: { effect: 'flipInX',// set the effect name delayScale: 2,// set the delay factor applied to each consecutive character delay: 70,// set the delay between each character sync: false, // set to true to animate all the characters at the same time shuffle: false, reverse: false}, out: { effect: 'flipOutX', delayScale: 1.5, delay: 50, sync: false, shuffle: false, reverse: false } }); </script> </section> <!-- END Content --> </div> </div> <!-- Sidebar --> <div id="sidebar"> <div class="inner"> <!-- Search --> <!-- REM BY cartolina 21/1/17 <section id="search" class="alt"> <form method="post" action="#"> <input type="text" name="query" id="query" placeholder="Search" /> </form> </section> --> <span class="image fit" style="border: none; margin-bottom: 0px;"> <a href="https://www.foilforum.it/forum.html"><img src="/manager/img/logoFF.png" alt=""/></a> <h4 class="align-right tlt" style="font-style: italic;" id="titoloManager">Manager 1.0</h4> </span> <!-- Menu --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598d3ba-trace').style.display = (document.getElementById('cakeErr6727f5598d3ba-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598d3ba-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598d3ba-code').style.display = (document.getElementById('cakeErr6727f5598d3ba-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598d3ba-context').style.display = (document.getElementById('cakeErr6727f5598d3ba-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598d3ba-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598d3ba-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598dd04-trace').style.display = (document.getElementById('cakeErr6727f5598dd04-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598dd04-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598dd04-code').style.display = (document.getElementById('cakeErr6727f5598dd04-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598dd04-context').style.display = (document.getElementById('cakeErr6727f5598dd04-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598dd04-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598dd04-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598e67e-trace').style.display = (document.getElementById('cakeErr6727f5598e67e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598e67e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598e67e-code').style.display = (document.getElementById('cakeErr6727f5598e67e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598e67e-context').style.display = (document.getElementById('cakeErr6727f5598e67e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598e67e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598e67e-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598f19f-trace').style.display = (document.getElementById('cakeErr6727f5598f19f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598f19f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598f19f-code').style.display = (document.getElementById('cakeErr6727f5598f19f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598f19f-context').style.display = (document.getElementById('cakeErr6727f5598f19f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598f19f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598f19f-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598fc8c-trace').style.display = (document.getElementById('cakeErr6727f5598fc8c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598fc8c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598fc8c-code').style.display = (document.getElementById('cakeErr6727f5598fc8c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598fc8c-context').style.display = (document.getElementById('cakeErr6727f5598fc8c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598fc8c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598fc8c-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559907fa-trace').style.display = (document.getElementById('cakeErr6727f559907fa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559907fa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559907fa-code').style.display = (document.getElementById('cakeErr6727f559907fa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559907fa-context').style.display = (document.getElementById('cakeErr6727f559907fa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559907fa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559907fa-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre> <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> <!-- Section --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991733-trace').style.display = (document.getElementById('cakeErr6727f55991733-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55991733-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991733-code').style.display = (document.getElementById('cakeErr6727f55991733-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991733-context').style.display = (document.getElementById('cakeErr6727f55991733-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55991733-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55991733-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991f88-trace').style.display = (document.getElementById('cakeErr6727f55991f88-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55991f88-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991f88-code').style.display = (document.getElementById('cakeErr6727f55991f88-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991f88-context').style.display = (document.getElementById('cakeErr6727f55991f88-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55991f88-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55991f88-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559929ca-trace').style.display = (document.getElementById('cakeErr6727f559929ca-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559929ca-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559929ca-code').style.display = (document.getElementById('cakeErr6727f559929ca-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559929ca-context').style.display = (document.getElementById('cakeErr6727f559929ca-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559929ca-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559929ca-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599328e-trace').style.display = (document.getElementById('cakeErr6727f5599328e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599328e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599328e-code').style.display = (document.getElementById('cakeErr6727f5599328e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599328e-context').style.display = (document.getElementById('cakeErr6727f5599328e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599328e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599328e-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55993ddc-trace').style.display = (document.getElementById('cakeErr6727f55993ddc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55993ddc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55993ddc-code').style.display = (document.getElementById('cakeErr6727f55993ddc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55993ddc-context').style.display = (document.getElementById('cakeErr6727f55993ddc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55993ddc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55993ddc-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559946a8-trace').style.display = (document.getElementById('cakeErr6727f559946a8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559946a8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559946a8-code').style.display = (document.getElementById('cakeErr6727f559946a8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559946a8-context').style.display = (document.getElementById('cakeErr6727f559946a8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559946a8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559946a8-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> --> <!-- Section --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599566e-trace').style.display = (document.getElementById('cakeErr6727f5599566e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599566e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599566e-code').style.display = (document.getElementById('cakeErr6727f5599566e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599566e-context').style.display = (document.getElementById('cakeErr6727f5599566e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599566e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599566e-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55995e80-trace').style.display = (document.getElementById('cakeErr6727f55995e80-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55995e80-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55995e80-code').style.display = (document.getElementById('cakeErr6727f55995e80-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55995e80-context').style.display = (document.getElementById('cakeErr6727f55995e80-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55995e80-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55995e80-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559967c2-trace').style.display = (document.getElementById('cakeErr6727f559967c2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559967c2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559967c2-code').style.display = (document.getElementById('cakeErr6727f559967c2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559967c2-context').style.display = (document.getElementById('cakeErr6727f559967c2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559967c2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559967c2-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559971f6-trace').style.display = (document.getElementById('cakeErr6727f559971f6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559971f6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559971f6-code').style.display = (document.getElementById('cakeErr6727f559971f6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559971f6-context').style.display = (document.getElementById('cakeErr6727f559971f6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559971f6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559971f6-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559979db-trace').style.display = (document.getElementById('cakeErr6727f559979db-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559979db-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559979db-code').style.display = (document.getElementById('cakeErr6727f559979db-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559979db-context').style.display = (document.getElementById('cakeErr6727f559979db-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559979db-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559979db-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599823d-trace').style.display = (document.getElementById('cakeErr6727f5599823d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599823d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599823d-code').style.display = (document.getElementById('cakeErr6727f5599823d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599823d-context').style.display = (document.getElementById('cakeErr6727f5599823d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599823d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599823d-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre> <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> <!-- Footer --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55998fd6-trace').style.display = (document.getElementById('cakeErr6727f55998fd6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55998fd6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55998fd6-code').style.display = (document.getElementById('cakeErr6727f55998fd6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55998fd6-context').style.display = (document.getElementById('cakeErr6727f55998fd6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55998fd6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55998fd6-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55999906-trace').style.display = (document.getElementById('cakeErr6727f55999906-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55999906-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55999906-code').style.display = (document.getElementById('cakeErr6727f55999906-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55999906-context').style.display = (document.getElementById('cakeErr6727f55999906-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55999906-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55999906-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599a25e-trace').style.display = (document.getElementById('cakeErr6727f5599a25e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599a25e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599a25e-code').style.display = (document.getElementById('cakeErr6727f5599a25e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599a25e-context').style.display = (document.getElementById('cakeErr6727f5599a25e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599a25e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599a25e-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599abd8-trace').style.display = (document.getElementById('cakeErr6727f5599abd8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599abd8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599abd8-code').style.display = (document.getElementById('cakeErr6727f5599abd8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599abd8-context').style.display = (document.getElementById('cakeErr6727f5599abd8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599abd8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599abd8-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599b348-trace').style.display = (document.getElementById('cakeErr6727f5599b348-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599b348-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599b348-code').style.display = (document.getElementById('cakeErr6727f5599b348-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599b348-context').style.display = (document.getElementById('cakeErr6727f5599b348-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599b348-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599b348-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599ba6f-trace').style.display = (document.getElementById('cakeErr6727f5599ba6f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599ba6f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599ba6f-code').style.display = (document.getElementById('cakeErr6727f5599ba6f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599ba6f-context').style.display = (document.getElementById('cakeErr6727f5599ba6f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599ba6f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599ba6f-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre> <footer id="footer"> <p class="copyright">© FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> </div> </div> </div> <!-- Scripts --> <script> $(".campoData").datepicker({ monthNames: ["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"], dayNamesShort: ["Dom","Lun","Mar","Mer","Gio","Ven","Sab"], dayNamesMin: ["D","L","Ma","Me","G","V","S"], dateFormat: "dd-mm-yy" }); </script> <script async defer src="https://api.windytv.com/v2.3/boot.js"></script> <script type="text/javascript" src="/manager/js/evmff.js"></script> <script> $('#titoloManager').textillate({ minDisplayTime: 2000, loop: true, in: { effect: 'flipInX',// set the effect name delayScale: 2,// set the delay factor applied to each consecutive character delay: 70,// set the delay between each character sync: false, // set to true to animate all the characters at the same time shuffle: false, reverse: false}, out: { effect: 'flipOutX', delayScale: 1.5, delay: 50, sync: false, shuffle: false, reverse: false } }); </script> <!-- Modal --> <div class="modal fade" id="modalGenerale" tabindex="-1" role="dialog" aria-labelledby="modalGeneraleLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <!--<button type="button" class="button special small" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>--> <!-- <a class="button special small" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></a> --> <h2 class="modal-title" id="modalGeneraleLabel">Foil Forum Manager 1.0</h2> </div> <div class="modal-body" id="modalGeneraleMessaggio" style="font-size: 15px"></div> <div class="modal-footer"> <button type="button" class="button special small" data-dismiss="modal">Chiudi</button> </div> </div> </div> </div> </body> </html>' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp', (int) 1 => '<!DOCTYPE HTML> <!-- Editorial by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) --> <html> <head> <title>Foil Forum Manager 1.0</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]--> <link rel="stylesheet" type="text/css" href="/manager/bootstrap-custom/css/bootstrap.min.css"/> <link rel="stylesheet" type="text/css" href="/manager/css/main.css"/> <link rel="stylesheet" type="text/css" href="/manager/datepicker/jquery-ui.min.css"/> <link rel="stylesheet" type="text/css" href="/manager/font-awesome-4.7.0/css/font-awesome.min.css"/> <!-- <link rel="stylesheet" href="assets/css/main.css" /> --> <!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]--> <!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]--> <script type="text/javascript" src="/manager/js/jquery.min.js"></script> <script type="text/javascript" src="/manager/datepicker/jquery-ui.min.js"></script> <script type="text/javascript" src="/manager/js/skel.min.js"></script> <script type="text/javascript" src="/manager/js/util.js"></script> <script type="text/javascript" src="/manager/js/main.js"></script> <script type="text/javascript" src="/manager/bootstrap-custom/js/bootstrap.min.js"></script> <!-- TEXTILLATE --> <link rel="stylesheet" type="text/css" href="/manager/textillate-0.4.0/assets/animate.css"/> <script type="text/javascript" src="/manager/textillate-0.4.0/assets/jquery.fittext.js"></script> <script type="text/javascript" src="/manager/textillate-0.4.0/assets/jquery.lettering.js"></script> <script type="text/javascript" src="/manager/textillate-0.4.0/jquery.textillate.js"></script> <style> #map { height: 100%; } </style> </head> <body> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598972f-trace').style.display = (document.getElementById('cakeErr6727f5598972f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598972f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598972f-code').style.display = (document.getElementById('cakeErr6727f5598972f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598972f-context').style.display = (document.getElementById('cakeErr6727f5598972f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598972f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598972f-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55989fea-trace').style.display = (document.getElementById('cakeErr6727f55989fea-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55989fea-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55989fea-code').style.display = (document.getElementById('cakeErr6727f55989fea-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55989fea-context').style.display = (document.getElementById('cakeErr6727f55989fea-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55989fea-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55989fea-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598a8bc-trace').style.display = (document.getElementById('cakeErr6727f5598a8bc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598a8bc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598a8bc-code').style.display = (document.getElementById('cakeErr6727f5598a8bc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598a8bc-context').style.display = (document.getElementById('cakeErr6727f5598a8bc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598a8bc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598a8bc-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598af8d-trace').style.display = (document.getElementById('cakeErr6727f5598af8d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598af8d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598af8d-code').style.display = (document.getElementById('cakeErr6727f5598af8d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598af8d-context').style.display = (document.getElementById('cakeErr6727f5598af8d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598af8d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598af8d-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598b8ca-trace').style.display = (document.getElementById('cakeErr6727f5598b8ca-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598b8ca-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598b8ca-code').style.display = (document.getElementById('cakeErr6727f5598b8ca-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598b8ca-context').style.display = (document.getElementById('cakeErr6727f5598b8ca-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598b8ca-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598b8ca-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598c2b0-trace').style.display = (document.getElementById('cakeErr6727f5598c2b0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598c2b0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598c2b0-code').style.display = (document.getElementById('cakeErr6727f5598c2b0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598c2b0-context').style.display = (document.getElementById('cakeErr6727f5598c2b0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598c2b0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598c2b0-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> <!-- Wrapper --> <div id="wrapper"> <!-- Main --> <div id="main"> <div class="inner"> <!-- Header --> <!-- Content --> <!-- Banner --> <section id="banner"> <div class="row"> <div class="6u 12u$(medium)"> <header> <h3>Benvenuto nel Foil Forum Manager<br /> di FoilForum.it</h3> <p>In questa applicazione troverai tutti gli eventi organizzati da <a href="https://www.foilforum.it" target="_blank">FoilForum.it</a></p> </header> <p> Per utilizzare il sito è necessario registrarsi al forum FoilForum.it qui.<br /> Potrai in questo modo partecipare a tutti gli eventi organizzati come, Meeting, FoilPride, Kite Trip, semplicemente accedendo con le tue credeziali, inoltre sarà possibile proporre i tuoi eventi agli altri utenti del forum previa approvazione degli amministratori. </p> <ul class="actions"> <li><a href="/manager/users/login" class="button small">Accedi</a></li> </ul> </div> <div class="6u 12u$(medium)"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> --> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="/manager/img/alpino5.jpg" alt=""/> </div> <div class="item"> <img src="/manager/img/kite01.jpg" alt=""/> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> </div> <script> $(".carousel").carousel({ interval: 3000 }); </script> </section> <section> <h1 class="align-center" style="font-style: italic;" id="titoloCentrale">Foil Forum Manager 1.0</h1> <script> $('#titoloCentrale').textillate({ minDisplayTime: 2000, loop: true, in: { effect: 'flipInX',// set the effect name delayScale: 2,// set the delay factor applied to each consecutive character delay: 70,// set the delay between each character sync: false, // set to true to animate all the characters at the same time shuffle: false, reverse: false}, out: { effect: 'flipOutX', delayScale: 1.5, delay: 50, sync: false, shuffle: false, reverse: false } }); </script> </section> <!-- END Content --> </div> </div> <!-- Sidebar --> <div id="sidebar"> <div class="inner"> <!-- Search --> <!-- REM BY cartolina 21/1/17 <section id="search" class="alt"> <form method="post" action="#"> <input type="text" name="query" id="query" placeholder="Search" /> </form> </section> --> <span class="image fit" style="border: none; margin-bottom: 0px;"> <a href="https://www.foilforum.it/forum.html"><img src="/manager/img/logoFF.png" alt=""/></a> <h4 class="align-right tlt" style="font-style: italic;" id="titoloManager">Manager 1.0</h4> </span> <!-- Menu --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598d3ba-trace').style.display = (document.getElementById('cakeErr6727f5598d3ba-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598d3ba-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598d3ba-code').style.display = (document.getElementById('cakeErr6727f5598d3ba-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598d3ba-context').style.display = (document.getElementById('cakeErr6727f5598d3ba-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598d3ba-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598d3ba-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598dd04-trace').style.display = (document.getElementById('cakeErr6727f5598dd04-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598dd04-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598dd04-code').style.display = (document.getElementById('cakeErr6727f5598dd04-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598dd04-context').style.display = (document.getElementById('cakeErr6727f5598dd04-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598dd04-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598dd04-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598e67e-trace').style.display = (document.getElementById('cakeErr6727f5598e67e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598e67e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598e67e-code').style.display = (document.getElementById('cakeErr6727f5598e67e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598e67e-context').style.display = (document.getElementById('cakeErr6727f5598e67e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598e67e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598e67e-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598f19f-trace').style.display = (document.getElementById('cakeErr6727f5598f19f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598f19f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598f19f-code').style.display = (document.getElementById('cakeErr6727f5598f19f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598f19f-context').style.display = (document.getElementById('cakeErr6727f5598f19f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598f19f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598f19f-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598fc8c-trace').style.display = (document.getElementById('cakeErr6727f5598fc8c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598fc8c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598fc8c-code').style.display = (document.getElementById('cakeErr6727f5598fc8c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598fc8c-context').style.display = (document.getElementById('cakeErr6727f5598fc8c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598fc8c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598fc8c-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559907fa-trace').style.display = (document.getElementById('cakeErr6727f559907fa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559907fa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559907fa-code').style.display = (document.getElementById('cakeErr6727f559907fa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559907fa-context').style.display = (document.getElementById('cakeErr6727f559907fa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559907fa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559907fa-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre> <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> <!-- Section --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991733-trace').style.display = (document.getElementById('cakeErr6727f55991733-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55991733-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991733-code').style.display = (document.getElementById('cakeErr6727f55991733-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991733-context').style.display = (document.getElementById('cakeErr6727f55991733-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55991733-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55991733-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991f88-trace').style.display = (document.getElementById('cakeErr6727f55991f88-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55991f88-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991f88-code').style.display = (document.getElementById('cakeErr6727f55991f88-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991f88-context').style.display = (document.getElementById('cakeErr6727f55991f88-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55991f88-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55991f88-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559929ca-trace').style.display = (document.getElementById('cakeErr6727f559929ca-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559929ca-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559929ca-code').style.display = (document.getElementById('cakeErr6727f559929ca-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559929ca-context').style.display = (document.getElementById('cakeErr6727f559929ca-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559929ca-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559929ca-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599328e-trace').style.display = (document.getElementById('cakeErr6727f5599328e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599328e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599328e-code').style.display = (document.getElementById('cakeErr6727f5599328e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599328e-context').style.display = (document.getElementById('cakeErr6727f5599328e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599328e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599328e-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55993ddc-trace').style.display = (document.getElementById('cakeErr6727f55993ddc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55993ddc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55993ddc-code').style.display = (document.getElementById('cakeErr6727f55993ddc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55993ddc-context').style.display = (document.getElementById('cakeErr6727f55993ddc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55993ddc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55993ddc-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559946a8-trace').style.display = (document.getElementById('cakeErr6727f559946a8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559946a8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559946a8-code').style.display = (document.getElementById('cakeErr6727f559946a8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559946a8-context').style.display = (document.getElementById('cakeErr6727f559946a8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559946a8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559946a8-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> --> <!-- Section --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599566e-trace').style.display = (document.getElementById('cakeErr6727f5599566e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599566e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599566e-code').style.display = (document.getElementById('cakeErr6727f5599566e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599566e-context').style.display = (document.getElementById('cakeErr6727f5599566e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599566e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599566e-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55995e80-trace').style.display = (document.getElementById('cakeErr6727f55995e80-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55995e80-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55995e80-code').style.display = (document.getElementById('cakeErr6727f55995e80-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55995e80-context').style.display = (document.getElementById('cakeErr6727f55995e80-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55995e80-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55995e80-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559967c2-trace').style.display = (document.getElementById('cakeErr6727f559967c2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559967c2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559967c2-code').style.display = (document.getElementById('cakeErr6727f559967c2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559967c2-context').style.display = (document.getElementById('cakeErr6727f559967c2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559967c2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559967c2-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559971f6-trace').style.display = (document.getElementById('cakeErr6727f559971f6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559971f6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559971f6-code').style.display = (document.getElementById('cakeErr6727f559971f6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559971f6-context').style.display = (document.getElementById('cakeErr6727f559971f6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559971f6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559971f6-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559979db-trace').style.display = (document.getElementById('cakeErr6727f559979db-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559979db-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559979db-code').style.display = (document.getElementById('cakeErr6727f559979db-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559979db-context').style.display = (document.getElementById('cakeErr6727f559979db-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559979db-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559979db-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599823d-trace').style.display = (document.getElementById('cakeErr6727f5599823d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599823d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599823d-code').style.display = (document.getElementById('cakeErr6727f5599823d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599823d-context').style.display = (document.getElementById('cakeErr6727f5599823d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599823d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599823d-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre> <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> <!-- Footer --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55998fd6-trace').style.display = (document.getElementById('cakeErr6727f55998fd6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55998fd6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55998fd6-code').style.display = (document.getElementById('cakeErr6727f55998fd6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55998fd6-context').style.display = (document.getElementById('cakeErr6727f55998fd6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55998fd6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55998fd6-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55999906-trace').style.display = (document.getElementById('cakeErr6727f55999906-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55999906-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55999906-code').style.display = (document.getElementById('cakeErr6727f55999906-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55999906-context').style.display = (document.getElementById('cakeErr6727f55999906-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55999906-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55999906-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599a25e-trace').style.display = (document.getElementById('cakeErr6727f5599a25e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599a25e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599a25e-code').style.display = (document.getElementById('cakeErr6727f5599a25e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599a25e-context').style.display = (document.getElementById('cakeErr6727f5599a25e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599a25e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599a25e-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599abd8-trace').style.display = (document.getElementById('cakeErr6727f5599abd8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599abd8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599abd8-code').style.display = (document.getElementById('cakeErr6727f5599abd8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599abd8-context').style.display = (document.getElementById('cakeErr6727f5599abd8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599abd8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599abd8-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599b348-trace').style.display = (document.getElementById('cakeErr6727f5599b348-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599b348-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599b348-code').style.display = (document.getElementById('cakeErr6727f5599b348-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599b348-context').style.display = (document.getElementById('cakeErr6727f5599b348-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599b348-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599b348-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599ba6f-trace').style.display = (document.getElementById('cakeErr6727f5599ba6f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599ba6f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599ba6f-code').style.display = (document.getElementById('cakeErr6727f5599ba6f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599ba6f-context').style.display = (document.getElementById('cakeErr6727f5599ba6f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599ba6f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599ba6f-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre> <footer id="footer"> <p class="copyright">© FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> </div> </div> </div> <!-- Scripts --> <script> $(".campoData").datepicker({ monthNames: ["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"], dayNamesShort: ["Dom","Lun","Mar","Mer","Gio","Ven","Sab"], dayNamesMin: ["D","L","Ma","Me","G","V","S"], dateFormat: "dd-mm-yy" }); </script> <script async defer src="https://api.windytv.com/v2.3/boot.js"></script> <script type="text/javascript" src="/manager/js/evmff.js"></script> <script> $('#titoloManager').textillate({ minDisplayTime: 2000, loop: true, in: { effect: 'flipInX',// set the effect name delayScale: 2,// set the delay factor applied to each consecutive character delay: 70,// set the delay between each character sync: false, // set to true to animate all the characters at the same time shuffle: false, reverse: false}, out: { effect: 'flipOutX', delayScale: 1.5, delay: 50, sync: false, shuffle: false, reverse: false } }); </script> <!-- Modal --> <div class="modal fade" id="modalGenerale" tabindex="-1" role="dialog" aria-labelledby="modalGeneraleLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <!--<button type="button" class="button special small" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>--> <!-- <a class="button special small" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></a> --> <h2 class="modal-title" id="modalGeneraleLabel">Foil Forum Manager 1.0</h2> </div> <div class="modal-body" id="modalGeneraleMessaggio" style="font-size: 15px"></div> <div class="modal-footer"> <button type="button" class="button special small" data-dismiss="modal">Chiudi</button> </div> </div> </div> </div> </body> </html>' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp', (int) 1 => '<!DOCTYPE HTML> <!-- Editorial by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) --> <html> <head> <title>Foil Forum Manager 1.0</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]--> <link rel="stylesheet" type="text/css" href="/manager/bootstrap-custom/css/bootstrap.min.css"/> <link rel="stylesheet" type="text/css" href="/manager/css/main.css"/> <link rel="stylesheet" type="text/css" href="/manager/datepicker/jquery-ui.min.css"/> <link rel="stylesheet" type="text/css" href="/manager/font-awesome-4.7.0/css/font-awesome.min.css"/> <!-- <link rel="stylesheet" href="assets/css/main.css" /> --> <!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]--> <!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]--> <script type="text/javascript" src="/manager/js/jquery.min.js"></script> <script type="text/javascript" src="/manager/datepicker/jquery-ui.min.js"></script> <script type="text/javascript" src="/manager/js/skel.min.js"></script> <script type="text/javascript" src="/manager/js/util.js"></script> <script type="text/javascript" src="/manager/js/main.js"></script> <script type="text/javascript" src="/manager/bootstrap-custom/js/bootstrap.min.js"></script> <!-- TEXTILLATE --> <link rel="stylesheet" type="text/css" href="/manager/textillate-0.4.0/assets/animate.css"/> <script type="text/javascript" src="/manager/textillate-0.4.0/assets/jquery.fittext.js"></script> <script type="text/javascript" src="/manager/textillate-0.4.0/assets/jquery.lettering.js"></script> <script type="text/javascript" src="/manager/textillate-0.4.0/jquery.textillate.js"></script> <style> #map { height: 100%; } </style> </head> <body> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598972f-trace').style.display = (document.getElementById('cakeErr6727f5598972f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598972f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598972f-code').style.display = (document.getElementById('cakeErr6727f5598972f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598972f-context').style.display = (document.getElementById('cakeErr6727f5598972f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598972f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598972f-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55989fea-trace').style.display = (document.getElementById('cakeErr6727f55989fea-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55989fea-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55989fea-code').style.display = (document.getElementById('cakeErr6727f55989fea-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55989fea-context').style.display = (document.getElementById('cakeErr6727f55989fea-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55989fea-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55989fea-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598a8bc-trace').style.display = (document.getElementById('cakeErr6727f5598a8bc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598a8bc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598a8bc-code').style.display = (document.getElementById('cakeErr6727f5598a8bc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598a8bc-context').style.display = (document.getElementById('cakeErr6727f5598a8bc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598a8bc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598a8bc-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598af8d-trace').style.display = (document.getElementById('cakeErr6727f5598af8d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598af8d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598af8d-code').style.display = (document.getElementById('cakeErr6727f5598af8d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598af8d-context').style.display = (document.getElementById('cakeErr6727f5598af8d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598af8d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598af8d-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598b8ca-trace').style.display = (document.getElementById('cakeErr6727f5598b8ca-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598b8ca-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598b8ca-code').style.display = (document.getElementById('cakeErr6727f5598b8ca-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598b8ca-context').style.display = (document.getElementById('cakeErr6727f5598b8ca-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598b8ca-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598b8ca-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598c2b0-trace').style.display = (document.getElementById('cakeErr6727f5598c2b0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598c2b0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598c2b0-code').style.display = (document.getElementById('cakeErr6727f5598c2b0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598c2b0-context').style.display = (document.getElementById('cakeErr6727f5598c2b0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598c2b0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598c2b0-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> <!-- Wrapper --> <div id="wrapper"> <!-- Main --> <div id="main"> <div class="inner"> <!-- Header --> <!-- Content --> <!-- Banner --> <section id="banner"> <div class="row"> <div class="6u 12u$(medium)"> <header> <h3>Benvenuto nel Foil Forum Manager<br /> di FoilForum.it</h3> <p>In questa applicazione troverai tutti gli eventi organizzati da <a href="https://www.foilforum.it" target="_blank">FoilForum.it</a></p> </header> <p> Per utilizzare il sito è necessario registrarsi al forum FoilForum.it qui.<br /> Potrai in questo modo partecipare a tutti gli eventi organizzati come, Meeting, FoilPride, Kite Trip, semplicemente accedendo con le tue credeziali, inoltre sarà possibile proporre i tuoi eventi agli altri utenti del forum previa approvazione degli amministratori. </p> <ul class="actions"> <li><a href="/manager/users/login" class="button small">Accedi</a></li> </ul> </div> <div class="6u 12u$(medium)"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> --> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="/manager/img/alpino5.jpg" alt=""/> </div> <div class="item"> <img src="/manager/img/kite01.jpg" alt=""/> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> </div> <script> $(".carousel").carousel({ interval: 3000 }); </script> </section> <section> <h1 class="align-center" style="font-style: italic;" id="titoloCentrale">Foil Forum Manager 1.0</h1> <script> $('#titoloCentrale').textillate({ minDisplayTime: 2000, loop: true, in: { effect: 'flipInX',// set the effect name delayScale: 2,// set the delay factor applied to each consecutive character delay: 70,// set the delay between each character sync: false, // set to true to animate all the characters at the same time shuffle: false, reverse: false}, out: { effect: 'flipOutX', delayScale: 1.5, delay: 50, sync: false, shuffle: false, reverse: false } }); </script> </section> <!-- END Content --> </div> </div> <!-- Sidebar --> <div id="sidebar"> <div class="inner"> <!-- Search --> <!-- REM BY cartolina 21/1/17 <section id="search" class="alt"> <form method="post" action="#"> <input type="text" name="query" id="query" placeholder="Search" /> </form> </section> --> <span class="image fit" style="border: none; margin-bottom: 0px;"> <a href="https://www.foilforum.it/forum.html"><img src="/manager/img/logoFF.png" alt=""/></a> <h4 class="align-right tlt" style="font-style: italic;" id="titoloManager">Manager 1.0</h4> </span> <!-- Menu --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598d3ba-trace').style.display = (document.getElementById('cakeErr6727f5598d3ba-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598d3ba-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598d3ba-code').style.display = (document.getElementById('cakeErr6727f5598d3ba-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598d3ba-context').style.display = (document.getElementById('cakeErr6727f5598d3ba-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598d3ba-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598d3ba-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598dd04-trace').style.display = (document.getElementById('cakeErr6727f5598dd04-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598dd04-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598dd04-code').style.display = (document.getElementById('cakeErr6727f5598dd04-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598dd04-context').style.display = (document.getElementById('cakeErr6727f5598dd04-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598dd04-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598dd04-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598e67e-trace').style.display = (document.getElementById('cakeErr6727f5598e67e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598e67e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598e67e-code').style.display = (document.getElementById('cakeErr6727f5598e67e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598e67e-context').style.display = (document.getElementById('cakeErr6727f5598e67e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598e67e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598e67e-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598f19f-trace').style.display = (document.getElementById('cakeErr6727f5598f19f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598f19f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598f19f-code').style.display = (document.getElementById('cakeErr6727f5598f19f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598f19f-context').style.display = (document.getElementById('cakeErr6727f5598f19f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598f19f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598f19f-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598fc8c-trace').style.display = (document.getElementById('cakeErr6727f5598fc8c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598fc8c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598fc8c-code').style.display = (document.getElementById('cakeErr6727f5598fc8c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598fc8c-context').style.display = (document.getElementById('cakeErr6727f5598fc8c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598fc8c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598fc8c-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559907fa-trace').style.display = (document.getElementById('cakeErr6727f559907fa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559907fa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559907fa-code').style.display = (document.getElementById('cakeErr6727f559907fa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559907fa-context').style.display = (document.getElementById('cakeErr6727f559907fa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559907fa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559907fa-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre> <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> <!-- Section --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991733-trace').style.display = (document.getElementById('cakeErr6727f55991733-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55991733-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991733-code').style.display = (document.getElementById('cakeErr6727f55991733-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991733-context').style.display = (document.getElementById('cakeErr6727f55991733-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55991733-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55991733-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991f88-trace').style.display = (document.getElementById('cakeErr6727f55991f88-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55991f88-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991f88-code').style.display = (document.getElementById('cakeErr6727f55991f88-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991f88-context').style.display = (document.getElementById('cakeErr6727f55991f88-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55991f88-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55991f88-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559929ca-trace').style.display = (document.getElementById('cakeErr6727f559929ca-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559929ca-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559929ca-code').style.display = (document.getElementById('cakeErr6727f559929ca-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559929ca-context').style.display = (document.getElementById('cakeErr6727f559929ca-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559929ca-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559929ca-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599328e-trace').style.display = (document.getElementById('cakeErr6727f5599328e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599328e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599328e-code').style.display = (document.getElementById('cakeErr6727f5599328e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599328e-context').style.display = (document.getElementById('cakeErr6727f5599328e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599328e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599328e-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55993ddc-trace').style.display = (document.getElementById('cakeErr6727f55993ddc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55993ddc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55993ddc-code').style.display = (document.getElementById('cakeErr6727f55993ddc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55993ddc-context').style.display = (document.getElementById('cakeErr6727f55993ddc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55993ddc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55993ddc-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559946a8-trace').style.display = (document.getElementById('cakeErr6727f559946a8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559946a8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559946a8-code').style.display = (document.getElementById('cakeErr6727f559946a8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559946a8-context').style.display = (document.getElementById('cakeErr6727f559946a8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559946a8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559946a8-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> --> <!-- Section --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599566e-trace').style.display = (document.getElementById('cakeErr6727f5599566e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599566e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599566e-code').style.display = (document.getElementById('cakeErr6727f5599566e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599566e-context').style.display = (document.getElementById('cakeErr6727f5599566e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599566e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599566e-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55995e80-trace').style.display = (document.getElementById('cakeErr6727f55995e80-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55995e80-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55995e80-code').style.display = (document.getElementById('cakeErr6727f55995e80-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55995e80-context').style.display = (document.getElementById('cakeErr6727f55995e80-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55995e80-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55995e80-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559967c2-trace').style.display = (document.getElementById('cakeErr6727f559967c2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559967c2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559967c2-code').style.display = (document.getElementById('cakeErr6727f559967c2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559967c2-context').style.display = (document.getElementById('cakeErr6727f559967c2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559967c2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559967c2-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559971f6-trace').style.display = (document.getElementById('cakeErr6727f559971f6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559971f6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559971f6-code').style.display = (document.getElementById('cakeErr6727f559971f6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559971f6-context').style.display = (document.getElementById('cakeErr6727f559971f6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559971f6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559971f6-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559979db-trace').style.display = (document.getElementById('cakeErr6727f559979db-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559979db-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559979db-code').style.display = (document.getElementById('cakeErr6727f559979db-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559979db-context').style.display = (document.getElementById('cakeErr6727f559979db-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559979db-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559979db-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599823d-trace').style.display = (document.getElementById('cakeErr6727f5599823d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599823d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599823d-code').style.display = (document.getElementById('cakeErr6727f5599823d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599823d-context').style.display = (document.getElementById('cakeErr6727f5599823d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599823d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599823d-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre> <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> <!-- Footer --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55998fd6-trace').style.display = (document.getElementById('cakeErr6727f55998fd6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55998fd6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55998fd6-code').style.display = (document.getElementById('cakeErr6727f55998fd6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55998fd6-context').style.display = (document.getElementById('cakeErr6727f55998fd6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55998fd6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55998fd6-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55999906-trace').style.display = (document.getElementById('cakeErr6727f55999906-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55999906-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55999906-code').style.display = (document.getElementById('cakeErr6727f55999906-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55999906-context').style.display = (document.getElementById('cakeErr6727f55999906-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55999906-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55999906-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599a25e-trace').style.display = (document.getElementById('cakeErr6727f5599a25e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599a25e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599a25e-code').style.display = (document.getElementById('cakeErr6727f5599a25e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599a25e-context').style.display = (document.getElementById('cakeErr6727f5599a25e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599a25e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599a25e-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599abd8-trace').style.display = (document.getElementById('cakeErr6727f5599abd8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599abd8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599abd8-code').style.display = (document.getElementById('cakeErr6727f5599abd8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599abd8-context').style.display = (document.getElementById('cakeErr6727f5599abd8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599abd8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599abd8-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599b348-trace').style.display = (document.getElementById('cakeErr6727f5599b348-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599b348-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599b348-code').style.display = (document.getElementById('cakeErr6727f5599b348-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599b348-context').style.display = (document.getElementById('cakeErr6727f5599b348-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599b348-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599b348-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599ba6f-trace').style.display = (document.getElementById('cakeErr6727f5599ba6f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599ba6f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599ba6f-code').style.display = (document.getElementById('cakeErr6727f5599ba6f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599ba6f-context').style.display = (document.getElementById('cakeErr6727f5599ba6f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599ba6f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599ba6f-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre> <footer id="footer"> <p class="copyright">© FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> </div> </div> </div> <!-- Scripts --> <script> $(".campoData").datepicker({ monthNames: ["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"], dayNamesShort: ["Dom","Lun","Mar","Mer","Gio","Ven","Sab"], dayNamesMin: ["D","L","Ma","Me","G","V","S"], dateFormat: "dd-mm-yy" }); </script> <script async defer src="https://api.windytv.com/v2.3/boot.js"></script> <script type="text/javascript" src="/manager/js/evmff.js"></script> <script> $('#titoloManager').textillate({ minDisplayTime: 2000, loop: true, in: { effect: 'flipInX',// set the effect name delayScale: 2,// set the delay factor applied to each consecutive character delay: 70,// set the delay between each character sync: false, // set to true to animate all the characters at the same time shuffle: false, reverse: false}, out: { effect: 'flipOutX', delayScale: 1.5, delay: 50, sync: false, shuffle: false, reverse: false } }); </script> <!-- Modal --> <div class="modal fade" id="modalGenerale" tabindex="-1" role="dialog" aria-labelledby="modalGeneraleLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <!--<button type="button" class="button special small" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>--> <!-- <a class="button special small" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></a> --> <h2 class="modal-title" id="modalGeneraleLabel">Foil Forum Manager 1.0</h2> </div> <div class="modal-body" id="modalGeneraleMessaggio" style="font-size: 15px"></div> <div class="modal-footer"> <button type="button" class="button special small" data-dismiss="modal">Chiudi</button> </div> </div> </div> </div> </body> </html>' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp', (int) 1 => '<!DOCTYPE HTML> <!-- Editorial by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) --> <html> <head> <title>Foil Forum Manager 1.0</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]--> <link rel="stylesheet" type="text/css" href="/manager/bootstrap-custom/css/bootstrap.min.css"/> <link rel="stylesheet" type="text/css" href="/manager/css/main.css"/> <link rel="stylesheet" type="text/css" href="/manager/datepicker/jquery-ui.min.css"/> <link rel="stylesheet" type="text/css" href="/manager/font-awesome-4.7.0/css/font-awesome.min.css"/> <!-- <link rel="stylesheet" href="assets/css/main.css" /> --> <!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]--> <!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]--> <script type="text/javascript" src="/manager/js/jquery.min.js"></script> <script type="text/javascript" src="/manager/datepicker/jquery-ui.min.js"></script> <script type="text/javascript" src="/manager/js/skel.min.js"></script> <script type="text/javascript" src="/manager/js/util.js"></script> <script type="text/javascript" src="/manager/js/main.js"></script> <script type="text/javascript" src="/manager/bootstrap-custom/js/bootstrap.min.js"></script> <!-- TEXTILLATE --> <link rel="stylesheet" type="text/css" href="/manager/textillate-0.4.0/assets/animate.css"/> <script type="text/javascript" src="/manager/textillate-0.4.0/assets/jquery.fittext.js"></script> <script type="text/javascript" src="/manager/textillate-0.4.0/assets/jquery.lettering.js"></script> <script type="text/javascript" src="/manager/textillate-0.4.0/jquery.textillate.js"></script> <style> #map { height: 100%; } </style> </head> <body> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598972f-trace').style.display = (document.getElementById('cakeErr6727f5598972f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598972f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598972f-code').style.display = (document.getElementById('cakeErr6727f5598972f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598972f-context').style.display = (document.getElementById('cakeErr6727f5598972f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598972f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598972f-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55989fea-trace').style.display = (document.getElementById('cakeErr6727f55989fea-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55989fea-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55989fea-code').style.display = (document.getElementById('cakeErr6727f55989fea-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55989fea-context').style.display = (document.getElementById('cakeErr6727f55989fea-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55989fea-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55989fea-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598a8bc-trace').style.display = (document.getElementById('cakeErr6727f5598a8bc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598a8bc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598a8bc-code').style.display = (document.getElementById('cakeErr6727f5598a8bc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598a8bc-context').style.display = (document.getElementById('cakeErr6727f5598a8bc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598a8bc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598a8bc-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598af8d-trace').style.display = (document.getElementById('cakeErr6727f5598af8d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598af8d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598af8d-code').style.display = (document.getElementById('cakeErr6727f5598af8d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598af8d-context').style.display = (document.getElementById('cakeErr6727f5598af8d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598af8d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598af8d-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598b8ca-trace').style.display = (document.getElementById('cakeErr6727f5598b8ca-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598b8ca-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598b8ca-code').style.display = (document.getElementById('cakeErr6727f5598b8ca-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598b8ca-context').style.display = (document.getElementById('cakeErr6727f5598b8ca-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598b8ca-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598b8ca-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598c2b0-trace').style.display = (document.getElementById('cakeErr6727f5598c2b0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598c2b0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598c2b0-code').style.display = (document.getElementById('cakeErr6727f5598c2b0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598c2b0-context').style.display = (document.getElementById('cakeErr6727f5598c2b0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598c2b0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598c2b0-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> <!-- Wrapper --> <div id="wrapper"> <!-- Main --> <div id="main"> <div class="inner"> <!-- Header --> <!-- Content --> <!-- Banner --> <section id="banner"> <div class="row"> <div class="6u 12u$(medium)"> <header> <h3>Benvenuto nel Foil Forum Manager<br /> di FoilForum.it</h3> <p>In questa applicazione troverai tutti gli eventi organizzati da <a href="https://www.foilforum.it" target="_blank">FoilForum.it</a></p> </header> <p> Per utilizzare il sito è necessario registrarsi al forum FoilForum.it qui.<br /> Potrai in questo modo partecipare a tutti gli eventi organizzati come, Meeting, FoilPride, Kite Trip, semplicemente accedendo con le tue credeziali, inoltre sarà possibile proporre i tuoi eventi agli altri utenti del forum previa approvazione degli amministratori. </p> <ul class="actions"> <li><a href="/manager/users/login" class="button small">Accedi</a></li> </ul> </div> <div class="6u 12u$(medium)"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> --> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="/manager/img/alpino5.jpg" alt=""/> </div> <div class="item"> <img src="/manager/img/kite01.jpg" alt=""/> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> </div> <script> $(".carousel").carousel({ interval: 3000 }); </script> </section> <section> <h1 class="align-center" style="font-style: italic;" id="titoloCentrale">Foil Forum Manager 1.0</h1> <script> $('#titoloCentrale').textillate({ minDisplayTime: 2000, loop: true, in: { effect: 'flipInX',// set the effect name delayScale: 2,// set the delay factor applied to each consecutive character delay: 70,// set the delay between each character sync: false, // set to true to animate all the characters at the same time shuffle: false, reverse: false}, out: { effect: 'flipOutX', delayScale: 1.5, delay: 50, sync: false, shuffle: false, reverse: false } }); </script> </section> <!-- END Content --> </div> </div> <!-- Sidebar --> <div id="sidebar"> <div class="inner"> <!-- Search --> <!-- REM BY cartolina 21/1/17 <section id="search" class="alt"> <form method="post" action="#"> <input type="text" name="query" id="query" placeholder="Search" /> </form> </section> --> <span class="image fit" style="border: none; margin-bottom: 0px;"> <a href="https://www.foilforum.it/forum.html"><img src="/manager/img/logoFF.png" alt=""/></a> <h4 class="align-right tlt" style="font-style: italic;" id="titoloManager">Manager 1.0</h4> </span> <!-- Menu --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598d3ba-trace').style.display = (document.getElementById('cakeErr6727f5598d3ba-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598d3ba-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598d3ba-code').style.display = (document.getElementById('cakeErr6727f5598d3ba-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598d3ba-context').style.display = (document.getElementById('cakeErr6727f5598d3ba-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598d3ba-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598d3ba-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598dd04-trace').style.display = (document.getElementById('cakeErr6727f5598dd04-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598dd04-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598dd04-code').style.display = (document.getElementById('cakeErr6727f5598dd04-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598dd04-context').style.display = (document.getElementById('cakeErr6727f5598dd04-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598dd04-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598dd04-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598e67e-trace').style.display = (document.getElementById('cakeErr6727f5598e67e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598e67e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598e67e-code').style.display = (document.getElementById('cakeErr6727f5598e67e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598e67e-context').style.display = (document.getElementById('cakeErr6727f5598e67e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598e67e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598e67e-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598f19f-trace').style.display = (document.getElementById('cakeErr6727f5598f19f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598f19f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598f19f-code').style.display = (document.getElementById('cakeErr6727f5598f19f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598f19f-context').style.display = (document.getElementById('cakeErr6727f5598f19f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598f19f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598f19f-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598fc8c-trace').style.display = (document.getElementById('cakeErr6727f5598fc8c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598fc8c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598fc8c-code').style.display = (document.getElementById('cakeErr6727f5598fc8c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598fc8c-context').style.display = (document.getElementById('cakeErr6727f5598fc8c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598fc8c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598fc8c-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559907fa-trace').style.display = (document.getElementById('cakeErr6727f559907fa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559907fa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559907fa-code').style.display = (document.getElementById('cakeErr6727f559907fa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559907fa-context').style.display = (document.getElementById('cakeErr6727f559907fa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559907fa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559907fa-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre> <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> <!-- Section --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991733-trace').style.display = (document.getElementById('cakeErr6727f55991733-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55991733-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991733-code').style.display = (document.getElementById('cakeErr6727f55991733-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991733-context').style.display = (document.getElementById('cakeErr6727f55991733-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55991733-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55991733-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991f88-trace').style.display = (document.getElementById('cakeErr6727f55991f88-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55991f88-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991f88-code').style.display = (document.getElementById('cakeErr6727f55991f88-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991f88-context').style.display = (document.getElementById('cakeErr6727f55991f88-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55991f88-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55991f88-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559929ca-trace').style.display = (document.getElementById('cakeErr6727f559929ca-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559929ca-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559929ca-code').style.display = (document.getElementById('cakeErr6727f559929ca-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559929ca-context').style.display = (document.getElementById('cakeErr6727f559929ca-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559929ca-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559929ca-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599328e-trace').style.display = (document.getElementById('cakeErr6727f5599328e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599328e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599328e-code').style.display = (document.getElementById('cakeErr6727f5599328e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599328e-context').style.display = (document.getElementById('cakeErr6727f5599328e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599328e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599328e-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55993ddc-trace').style.display = (document.getElementById('cakeErr6727f55993ddc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55993ddc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55993ddc-code').style.display = (document.getElementById('cakeErr6727f55993ddc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55993ddc-context').style.display = (document.getElementById('cakeErr6727f55993ddc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55993ddc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55993ddc-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559946a8-trace').style.display = (document.getElementById('cakeErr6727f559946a8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559946a8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559946a8-code').style.display = (document.getElementById('cakeErr6727f559946a8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559946a8-context').style.display = (document.getElementById('cakeErr6727f559946a8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559946a8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559946a8-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> --> <!-- Section --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599566e-trace').style.display = (document.getElementById('cakeErr6727f5599566e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599566e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599566e-code').style.display = (document.getElementById('cakeErr6727f5599566e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599566e-context').style.display = (document.getElementById('cakeErr6727f5599566e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599566e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599566e-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55995e80-trace').style.display = (document.getElementById('cakeErr6727f55995e80-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55995e80-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55995e80-code').style.display = (document.getElementById('cakeErr6727f55995e80-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55995e80-context').style.display = (document.getElementById('cakeErr6727f55995e80-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55995e80-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55995e80-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559967c2-trace').style.display = (document.getElementById('cakeErr6727f559967c2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559967c2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559967c2-code').style.display = (document.getElementById('cakeErr6727f559967c2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559967c2-context').style.display = (document.getElementById('cakeErr6727f559967c2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559967c2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559967c2-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559971f6-trace').style.display = (document.getElementById('cakeErr6727f559971f6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559971f6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559971f6-code').style.display = (document.getElementById('cakeErr6727f559971f6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559971f6-context').style.display = (document.getElementById('cakeErr6727f559971f6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559971f6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559971f6-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559979db-trace').style.display = (document.getElementById('cakeErr6727f559979db-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559979db-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559979db-code').style.display = (document.getElementById('cakeErr6727f559979db-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559979db-context').style.display = (document.getElementById('cakeErr6727f559979db-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559979db-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559979db-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599823d-trace').style.display = (document.getElementById('cakeErr6727f5599823d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599823d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599823d-code').style.display = (document.getElementById('cakeErr6727f5599823d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599823d-context').style.display = (document.getElementById('cakeErr6727f5599823d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599823d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599823d-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre> <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> <!-- Footer --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55998fd6-trace').style.display = (document.getElementById('cakeErr6727f55998fd6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55998fd6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55998fd6-code').style.display = (document.getElementById('cakeErr6727f55998fd6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55998fd6-context').style.display = (document.getElementById('cakeErr6727f55998fd6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55998fd6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55998fd6-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55999906-trace').style.display = (document.getElementById('cakeErr6727f55999906-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55999906-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55999906-code').style.display = (document.getElementById('cakeErr6727f55999906-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55999906-context').style.display = (document.getElementById('cakeErr6727f55999906-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55999906-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55999906-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599a25e-trace').style.display = (document.getElementById('cakeErr6727f5599a25e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599a25e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599a25e-code').style.display = (document.getElementById('cakeErr6727f5599a25e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599a25e-context').style.display = (document.getElementById('cakeErr6727f5599a25e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599a25e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599a25e-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599abd8-trace').style.display = (document.getElementById('cakeErr6727f5599abd8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599abd8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599abd8-code').style.display = (document.getElementById('cakeErr6727f5599abd8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599abd8-context').style.display = (document.getElementById('cakeErr6727f5599abd8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599abd8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599abd8-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599b348-trace').style.display = (document.getElementById('cakeErr6727f5599b348-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599b348-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599b348-code').style.display = (document.getElementById('cakeErr6727f5599b348-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599b348-context').style.display = (document.getElementById('cakeErr6727f5599b348-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599b348-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599b348-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599ba6f-trace').style.display = (document.getElementById('cakeErr6727f5599ba6f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599ba6f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599ba6f-code').style.display = (document.getElementById('cakeErr6727f5599ba6f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599ba6f-context').style.display = (document.getElementById('cakeErr6727f5599ba6f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599ba6f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599ba6f-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre> <footer id="footer"> <p class="copyright">© FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> </div> </div> </div> <!-- Scripts --> <script> $(".campoData").datepicker({ monthNames: ["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"], dayNamesShort: ["Dom","Lun","Mar","Mer","Gio","Ven","Sab"], dayNamesMin: ["D","L","Ma","Me","G","V","S"], dateFormat: "dd-mm-yy" }); </script> <script async defer src="https://api.windytv.com/v2.3/boot.js"></script> <script type="text/javascript" src="/manager/js/evmff.js"></script> <script> $('#titoloManager').textillate({ minDisplayTime: 2000, loop: true, in: { effect: 'flipInX',// set the effect name delayScale: 2,// set the delay factor applied to each consecutive character delay: 70,// set the delay between each character sync: false, // set to true to animate all the characters at the same time shuffle: false, reverse: false}, out: { effect: 'flipOutX', delayScale: 1.5, delay: 50, sync: false, shuffle: false, reverse: false } }); </script> <!-- Modal --> <div class="modal fade" id="modalGenerale" tabindex="-1" role="dialog" aria-labelledby="modalGeneraleLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <!--<button type="button" class="button special small" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>--> <!-- <a class="button special small" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></a> --> <h2 class="modal-title" id="modalGeneraleLabel">Foil Forum Manager 1.0</h2> </div> <div class="modal-body" id="modalGeneraleMessaggio" style="font-size: 15px"></div> <div class="modal-footer"> <button type="button" class="button special small" data-dismiss="modal">Chiudi</button> </div> </div> </div> </div> </body> </html>' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp', (int) 1 => '<!DOCTYPE HTML> <!-- Editorial by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) --> <html> <head> <title>Foil Forum Manager 1.0</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]--> <link rel="stylesheet" type="text/css" href="/manager/bootstrap-custom/css/bootstrap.min.css"/> <link rel="stylesheet" type="text/css" href="/manager/css/main.css"/> <link rel="stylesheet" type="text/css" href="/manager/datepicker/jquery-ui.min.css"/> <link rel="stylesheet" type="text/css" href="/manager/font-awesome-4.7.0/css/font-awesome.min.css"/> <!-- <link rel="stylesheet" href="assets/css/main.css" /> --> <!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]--> <!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]--> <script type="text/javascript" src="/manager/js/jquery.min.js"></script> <script type="text/javascript" src="/manager/datepicker/jquery-ui.min.js"></script> <script type="text/javascript" src="/manager/js/skel.min.js"></script> <script type="text/javascript" src="/manager/js/util.js"></script> <script type="text/javascript" src="/manager/js/main.js"></script> <script type="text/javascript" src="/manager/bootstrap-custom/js/bootstrap.min.js"></script> <!-- TEXTILLATE --> <link rel="stylesheet" type="text/css" href="/manager/textillate-0.4.0/assets/animate.css"/> <script type="text/javascript" src="/manager/textillate-0.4.0/assets/jquery.fittext.js"></script> <script type="text/javascript" src="/manager/textillate-0.4.0/assets/jquery.lettering.js"></script> <script type="text/javascript" src="/manager/textillate-0.4.0/jquery.textillate.js"></script> <style> #map { height: 100%; } </style> </head> <body> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598972f-trace').style.display = (document.getElementById('cakeErr6727f5598972f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598972f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598972f-code').style.display = (document.getElementById('cakeErr6727f5598972f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598972f-context').style.display = (document.getElementById('cakeErr6727f5598972f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598972f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598972f-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55989fea-trace').style.display = (document.getElementById('cakeErr6727f55989fea-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55989fea-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55989fea-code').style.display = (document.getElementById('cakeErr6727f55989fea-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55989fea-context').style.display = (document.getElementById('cakeErr6727f55989fea-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55989fea-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55989fea-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598a8bc-trace').style.display = (document.getElementById('cakeErr6727f5598a8bc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598a8bc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598a8bc-code').style.display = (document.getElementById('cakeErr6727f5598a8bc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598a8bc-context').style.display = (document.getElementById('cakeErr6727f5598a8bc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598a8bc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598a8bc-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598af8d-trace').style.display = (document.getElementById('cakeErr6727f5598af8d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598af8d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598af8d-code').style.display = (document.getElementById('cakeErr6727f5598af8d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598af8d-context').style.display = (document.getElementById('cakeErr6727f5598af8d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598af8d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598af8d-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598b8ca-trace').style.display = (document.getElementById('cakeErr6727f5598b8ca-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598b8ca-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598b8ca-code').style.display = (document.getElementById('cakeErr6727f5598b8ca-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598b8ca-context').style.display = (document.getElementById('cakeErr6727f5598b8ca-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598b8ca-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598b8ca-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598c2b0-trace').style.display = (document.getElementById('cakeErr6727f5598c2b0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598c2b0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598c2b0-code').style.display = (document.getElementById('cakeErr6727f5598c2b0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598c2b0-context').style.display = (document.getElementById('cakeErr6727f5598c2b0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598c2b0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598c2b0-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> <!-- Wrapper --> <div id="wrapper"> <!-- Main --> <div id="main"> <div class="inner"> <!-- Header --> <!-- Content --> <!-- Banner --> <section id="banner"> <div class="row"> <div class="6u 12u$(medium)"> <header> <h3>Benvenuto nel Foil Forum Manager<br /> di FoilForum.it</h3> <p>In questa applicazione troverai tutti gli eventi organizzati da <a href="https://www.foilforum.it" target="_blank">FoilForum.it</a></p> </header> <p> Per utilizzare il sito è necessario registrarsi al forum FoilForum.it qui.<br /> Potrai in questo modo partecipare a tutti gli eventi organizzati come, Meeting, FoilPride, Kite Trip, semplicemente accedendo con le tue credeziali, inoltre sarà possibile proporre i tuoi eventi agli altri utenti del forum previa approvazione degli amministratori. </p> <ul class="actions"> <li><a href="/manager/users/login" class="button small">Accedi</a></li> </ul> </div> <div class="6u 12u$(medium)"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> --> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="/manager/img/alpino5.jpg" alt=""/> </div> <div class="item"> <img src="/manager/img/kite01.jpg" alt=""/> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> </div> <script> $(".carousel").carousel({ interval: 3000 }); </script> </section> <section> <h1 class="align-center" style="font-style: italic;" id="titoloCentrale">Foil Forum Manager 1.0</h1> <script> $('#titoloCentrale').textillate({ minDisplayTime: 2000, loop: true, in: { effect: 'flipInX',// set the effect name delayScale: 2,// set the delay factor applied to each consecutive character delay: 70,// set the delay between each character sync: false, // set to true to animate all the characters at the same time shuffle: false, reverse: false}, out: { effect: 'flipOutX', delayScale: 1.5, delay: 50, sync: false, shuffle: false, reverse: false } }); </script> </section> <!-- END Content --> </div> </div> <!-- Sidebar --> <div id="sidebar"> <div class="inner"> <!-- Search --> <!-- REM BY cartolina 21/1/17 <section id="search" class="alt"> <form method="post" action="#"> <input type="text" name="query" id="query" placeholder="Search" /> </form> </section> --> <span class="image fit" style="border: none; margin-bottom: 0px;"> <a href="https://www.foilforum.it/forum.html"><img src="/manager/img/logoFF.png" alt=""/></a> <h4 class="align-right tlt" style="font-style: italic;" id="titoloManager">Manager 1.0</h4> </span> <!-- Menu --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598d3ba-trace').style.display = (document.getElementById('cakeErr6727f5598d3ba-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598d3ba-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598d3ba-code').style.display = (document.getElementById('cakeErr6727f5598d3ba-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598d3ba-context').style.display = (document.getElementById('cakeErr6727f5598d3ba-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598d3ba-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598d3ba-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598dd04-trace').style.display = (document.getElementById('cakeErr6727f5598dd04-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598dd04-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598dd04-code').style.display = (document.getElementById('cakeErr6727f5598dd04-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598dd04-context').style.display = (document.getElementById('cakeErr6727f5598dd04-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598dd04-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598dd04-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598e67e-trace').style.display = (document.getElementById('cakeErr6727f5598e67e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598e67e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598e67e-code').style.display = (document.getElementById('cakeErr6727f5598e67e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598e67e-context').style.display = (document.getElementById('cakeErr6727f5598e67e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598e67e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598e67e-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598f19f-trace').style.display = (document.getElementById('cakeErr6727f5598f19f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598f19f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598f19f-code').style.display = (document.getElementById('cakeErr6727f5598f19f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598f19f-context').style.display = (document.getElementById('cakeErr6727f5598f19f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598f19f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598f19f-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598fc8c-trace').style.display = (document.getElementById('cakeErr6727f5598fc8c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598fc8c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598fc8c-code').style.display = (document.getElementById('cakeErr6727f5598fc8c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598fc8c-context').style.display = (document.getElementById('cakeErr6727f5598fc8c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598fc8c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598fc8c-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559907fa-trace').style.display = (document.getElementById('cakeErr6727f559907fa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559907fa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559907fa-code').style.display = (document.getElementById('cakeErr6727f559907fa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559907fa-context').style.display = (document.getElementById('cakeErr6727f559907fa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559907fa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559907fa-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre> <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> <!-- Section --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991733-trace').style.display = (document.getElementById('cakeErr6727f55991733-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55991733-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991733-code').style.display = (document.getElementById('cakeErr6727f55991733-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991733-context').style.display = (document.getElementById('cakeErr6727f55991733-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55991733-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55991733-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991f88-trace').style.display = (document.getElementById('cakeErr6727f55991f88-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55991f88-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991f88-code').style.display = (document.getElementById('cakeErr6727f55991f88-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991f88-context').style.display = (document.getElementById('cakeErr6727f55991f88-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55991f88-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55991f88-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559929ca-trace').style.display = (document.getElementById('cakeErr6727f559929ca-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559929ca-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559929ca-code').style.display = (document.getElementById('cakeErr6727f559929ca-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559929ca-context').style.display = (document.getElementById('cakeErr6727f559929ca-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559929ca-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559929ca-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599328e-trace').style.display = (document.getElementById('cakeErr6727f5599328e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599328e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599328e-code').style.display = (document.getElementById('cakeErr6727f5599328e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599328e-context').style.display = (document.getElementById('cakeErr6727f5599328e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599328e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599328e-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55993ddc-trace').style.display = (document.getElementById('cakeErr6727f55993ddc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55993ddc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55993ddc-code').style.display = (document.getElementById('cakeErr6727f55993ddc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55993ddc-context').style.display = (document.getElementById('cakeErr6727f55993ddc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55993ddc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55993ddc-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559946a8-trace').style.display = (document.getElementById('cakeErr6727f559946a8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559946a8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559946a8-code').style.display = (document.getElementById('cakeErr6727f559946a8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559946a8-context').style.display = (document.getElementById('cakeErr6727f559946a8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559946a8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559946a8-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> --> <!-- Section --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599566e-trace').style.display = (document.getElementById('cakeErr6727f5599566e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599566e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599566e-code').style.display = (document.getElementById('cakeErr6727f5599566e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599566e-context').style.display = (document.getElementById('cakeErr6727f5599566e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599566e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599566e-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55995e80-trace').style.display = (document.getElementById('cakeErr6727f55995e80-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55995e80-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55995e80-code').style.display = (document.getElementById('cakeErr6727f55995e80-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55995e80-context').style.display = (document.getElementById('cakeErr6727f55995e80-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55995e80-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55995e80-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559967c2-trace').style.display = (document.getElementById('cakeErr6727f559967c2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559967c2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559967c2-code').style.display = (document.getElementById('cakeErr6727f559967c2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559967c2-context').style.display = (document.getElementById('cakeErr6727f559967c2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559967c2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559967c2-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559971f6-trace').style.display = (document.getElementById('cakeErr6727f559971f6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559971f6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559971f6-code').style.display = (document.getElementById('cakeErr6727f559971f6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559971f6-context').style.display = (document.getElementById('cakeErr6727f559971f6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559971f6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559971f6-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559979db-trace').style.display = (document.getElementById('cakeErr6727f559979db-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559979db-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559979db-code').style.display = (document.getElementById('cakeErr6727f559979db-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559979db-context').style.display = (document.getElementById('cakeErr6727f559979db-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559979db-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559979db-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599823d-trace').style.display = (document.getElementById('cakeErr6727f5599823d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599823d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599823d-code').style.display = (document.getElementById('cakeErr6727f5599823d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599823d-context').style.display = (document.getElementById('cakeErr6727f5599823d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599823d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599823d-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre> <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> <!-- Footer --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55998fd6-trace').style.display = (document.getElementById('cakeErr6727f55998fd6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55998fd6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55998fd6-code').style.display = (document.getElementById('cakeErr6727f55998fd6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55998fd6-context').style.display = (document.getElementById('cakeErr6727f55998fd6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55998fd6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55998fd6-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55999906-trace').style.display = (document.getElementById('cakeErr6727f55999906-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55999906-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55999906-code').style.display = (document.getElementById('cakeErr6727f55999906-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55999906-context').style.display = (document.getElementById('cakeErr6727f55999906-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55999906-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55999906-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599a25e-trace').style.display = (document.getElementById('cakeErr6727f5599a25e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599a25e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599a25e-code').style.display = (document.getElementById('cakeErr6727f5599a25e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599a25e-context').style.display = (document.getElementById('cakeErr6727f5599a25e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599a25e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599a25e-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599abd8-trace').style.display = (document.getElementById('cakeErr6727f5599abd8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599abd8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599abd8-code').style.display = (document.getElementById('cakeErr6727f5599abd8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599abd8-context').style.display = (document.getElementById('cakeErr6727f5599abd8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599abd8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599abd8-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599b348-trace').style.display = (document.getElementById('cakeErr6727f5599b348-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599b348-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599b348-code').style.display = (document.getElementById('cakeErr6727f5599b348-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599b348-context').style.display = (document.getElementById('cakeErr6727f5599b348-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599b348-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599b348-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599ba6f-trace').style.display = (document.getElementById('cakeErr6727f5599ba6f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599ba6f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599ba6f-code').style.display = (document.getElementById('cakeErr6727f5599ba6f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599ba6f-context').style.display = (document.getElementById('cakeErr6727f5599ba6f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599ba6f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599ba6f-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre> <footer id="footer"> <p class="copyright">© FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> </div> </div> </div> <!-- Scripts --> <script> $(".campoData").datepicker({ monthNames: ["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"], dayNamesShort: ["Dom","Lun","Mar","Mer","Gio","Ven","Sab"], dayNamesMin: ["D","L","Ma","Me","G","V","S"], dateFormat: "dd-mm-yy" }); </script> <script async defer src="https://api.windytv.com/v2.3/boot.js"></script> <script type="text/javascript" src="/manager/js/evmff.js"></script> <script> $('#titoloManager').textillate({ minDisplayTime: 2000, loop: true, in: { effect: 'flipInX',// set the effect name delayScale: 2,// set the delay factor applied to each consecutive character delay: 70,// set the delay between each character sync: false, // set to true to animate all the characters at the same time shuffle: false, reverse: false}, out: { effect: 'flipOutX', delayScale: 1.5, delay: 50, sync: false, shuffle: false, reverse: false } }); </script> <!-- Modal --> <div class="modal fade" id="modalGenerale" tabindex="-1" role="dialog" aria-labelledby="modalGeneraleLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <!--<button type="button" class="button special small" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>--> <!-- <a class="button special small" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></a> --> <h2 class="modal-title" id="modalGeneraleLabel">Foil Forum Manager 1.0</h2> </div> <div class="modal-body" id="modalGeneraleMessaggio" style="font-size: 15px"></div> <div class="modal-footer"> <button type="button" class="button special small" data-dismiss="modal">Chiudi</button> </div> </div> </div> </div> </body> </html>' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp', (int) 1 => '<!DOCTYPE HTML> <!-- Editorial by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) --> <html> <head> <title>Foil Forum Manager 1.0</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]--> <link rel="stylesheet" type="text/css" href="/manager/bootstrap-custom/css/bootstrap.min.css"/> <link rel="stylesheet" type="text/css" href="/manager/css/main.css"/> <link rel="stylesheet" type="text/css" href="/manager/datepicker/jquery-ui.min.css"/> <link rel="stylesheet" type="text/css" href="/manager/font-awesome-4.7.0/css/font-awesome.min.css"/> <!-- <link rel="stylesheet" href="assets/css/main.css" /> --> <!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]--> <!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]--> <script type="text/javascript" src="/manager/js/jquery.min.js"></script> <script type="text/javascript" src="/manager/datepicker/jquery-ui.min.js"></script> <script type="text/javascript" src="/manager/js/skel.min.js"></script> <script type="text/javascript" src="/manager/js/util.js"></script> <script type="text/javascript" src="/manager/js/main.js"></script> <script type="text/javascript" src="/manager/bootstrap-custom/js/bootstrap.min.js"></script> <!-- TEXTILLATE --> <link rel="stylesheet" type="text/css" href="/manager/textillate-0.4.0/assets/animate.css"/> <script type="text/javascript" src="/manager/textillate-0.4.0/assets/jquery.fittext.js"></script> <script type="text/javascript" src="/manager/textillate-0.4.0/assets/jquery.lettering.js"></script> <script type="text/javascript" src="/manager/textillate-0.4.0/jquery.textillate.js"></script> <style> #map { height: 100%; } </style> </head> <body> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598972f-trace').style.display = (document.getElementById('cakeErr6727f5598972f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598972f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598972f-code').style.display = (document.getElementById('cakeErr6727f5598972f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598972f-context').style.display = (document.getElementById('cakeErr6727f5598972f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598972f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598972f-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55989fea-trace').style.display = (document.getElementById('cakeErr6727f55989fea-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55989fea-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55989fea-code').style.display = (document.getElementById('cakeErr6727f55989fea-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55989fea-context').style.display = (document.getElementById('cakeErr6727f55989fea-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55989fea-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55989fea-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598a8bc-trace').style.display = (document.getElementById('cakeErr6727f5598a8bc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598a8bc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598a8bc-code').style.display = (document.getElementById('cakeErr6727f5598a8bc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598a8bc-context').style.display = (document.getElementById('cakeErr6727f5598a8bc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598a8bc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598a8bc-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598af8d-trace').style.display = (document.getElementById('cakeErr6727f5598af8d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598af8d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598af8d-code').style.display = (document.getElementById('cakeErr6727f5598af8d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598af8d-context').style.display = (document.getElementById('cakeErr6727f5598af8d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598af8d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598af8d-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598b8ca-trace').style.display = (document.getElementById('cakeErr6727f5598b8ca-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598b8ca-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598b8ca-code').style.display = (document.getElementById('cakeErr6727f5598b8ca-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598b8ca-context').style.display = (document.getElementById('cakeErr6727f5598b8ca-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598b8ca-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598b8ca-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598c2b0-trace').style.display = (document.getElementById('cakeErr6727f5598c2b0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598c2b0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598c2b0-code').style.display = (document.getElementById('cakeErr6727f5598c2b0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598c2b0-context').style.display = (document.getElementById('cakeErr6727f5598c2b0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598c2b0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598c2b0-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> <!-- Wrapper --> <div id="wrapper"> <!-- Main --> <div id="main"> <div class="inner"> <!-- Header --> <!-- Content --> <!-- Banner --> <section id="banner"> <div class="row"> <div class="6u 12u$(medium)"> <header> <h3>Benvenuto nel Foil Forum Manager<br /> di FoilForum.it</h3> <p>In questa applicazione troverai tutti gli eventi organizzati da <a href="https://www.foilforum.it" target="_blank">FoilForum.it</a></p> </header> <p> Per utilizzare il sito è necessario registrarsi al forum FoilForum.it qui.<br /> Potrai in questo modo partecipare a tutti gli eventi organizzati come, Meeting, FoilPride, Kite Trip, semplicemente accedendo con le tue credeziali, inoltre sarà possibile proporre i tuoi eventi agli altri utenti del forum previa approvazione degli amministratori. </p> <ul class="actions"> <li><a href="/manager/users/login" class="button small">Accedi</a></li> </ul> </div> <div class="6u 12u$(medium)"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> --> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="/manager/img/alpino5.jpg" alt=""/> </div> <div class="item"> <img src="/manager/img/kite01.jpg" alt=""/> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> </div> <script> $(".carousel").carousel({ interval: 3000 }); </script> </section> <section> <h1 class="align-center" style="font-style: italic;" id="titoloCentrale">Foil Forum Manager 1.0</h1> <script> $('#titoloCentrale').textillate({ minDisplayTime: 2000, loop: true, in: { effect: 'flipInX',// set the effect name delayScale: 2,// set the delay factor applied to each consecutive character delay: 70,// set the delay between each character sync: false, // set to true to animate all the characters at the same time shuffle: false, reverse: false}, out: { effect: 'flipOutX', delayScale: 1.5, delay: 50, sync: false, shuffle: false, reverse: false } }); </script> </section> <!-- END Content --> </div> </div> <!-- Sidebar --> <div id="sidebar"> <div class="inner"> <!-- Search --> <!-- REM BY cartolina 21/1/17 <section id="search" class="alt"> <form method="post" action="#"> <input type="text" name="query" id="query" placeholder="Search" /> </form> </section> --> <span class="image fit" style="border: none; margin-bottom: 0px;"> <a href="https://www.foilforum.it/forum.html"><img src="/manager/img/logoFF.png" alt=""/></a> <h4 class="align-right tlt" style="font-style: italic;" id="titoloManager">Manager 1.0</h4> </span> <!-- Menu --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598d3ba-trace').style.display = (document.getElementById('cakeErr6727f5598d3ba-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598d3ba-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598d3ba-code').style.display = (document.getElementById('cakeErr6727f5598d3ba-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598d3ba-context').style.display = (document.getElementById('cakeErr6727f5598d3ba-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598d3ba-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598d3ba-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598dd04-trace').style.display = (document.getElementById('cakeErr6727f5598dd04-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598dd04-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598dd04-code').style.display = (document.getElementById('cakeErr6727f5598dd04-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598dd04-context').style.display = (document.getElementById('cakeErr6727f5598dd04-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598dd04-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598dd04-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598e67e-trace').style.display = (document.getElementById('cakeErr6727f5598e67e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598e67e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598e67e-code').style.display = (document.getElementById('cakeErr6727f5598e67e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598e67e-context').style.display = (document.getElementById('cakeErr6727f5598e67e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598e67e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598e67e-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598f19f-trace').style.display = (document.getElementById('cakeErr6727f5598f19f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598f19f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598f19f-code').style.display = (document.getElementById('cakeErr6727f5598f19f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598f19f-context').style.display = (document.getElementById('cakeErr6727f5598f19f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598f19f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598f19f-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598fc8c-trace').style.display = (document.getElementById('cakeErr6727f5598fc8c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5598fc8c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598fc8c-code').style.display = (document.getElementById('cakeErr6727f5598fc8c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5598fc8c-context').style.display = (document.getElementById('cakeErr6727f5598fc8c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5598fc8c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5598fc8c-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559907fa-trace').style.display = (document.getElementById('cakeErr6727f559907fa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559907fa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559907fa-code').style.display = (document.getElementById('cakeErr6727f559907fa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559907fa-context').style.display = (document.getElementById('cakeErr6727f559907fa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559907fa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559907fa-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre> <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> <!-- Section --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991733-trace').style.display = (document.getElementById('cakeErr6727f55991733-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55991733-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991733-code').style.display = (document.getElementById('cakeErr6727f55991733-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991733-context').style.display = (document.getElementById('cakeErr6727f55991733-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55991733-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55991733-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991f88-trace').style.display = (document.getElementById('cakeErr6727f55991f88-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55991f88-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991f88-code').style.display = (document.getElementById('cakeErr6727f55991f88-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55991f88-context').style.display = (document.getElementById('cakeErr6727f55991f88-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55991f88-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55991f88-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559929ca-trace').style.display = (document.getElementById('cakeErr6727f559929ca-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559929ca-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559929ca-code').style.display = (document.getElementById('cakeErr6727f559929ca-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559929ca-context').style.display = (document.getElementById('cakeErr6727f559929ca-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559929ca-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559929ca-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599328e-trace').style.display = (document.getElementById('cakeErr6727f5599328e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599328e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599328e-code').style.display = (document.getElementById('cakeErr6727f5599328e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599328e-context').style.display = (document.getElementById('cakeErr6727f5599328e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599328e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599328e-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55993ddc-trace').style.display = (document.getElementById('cakeErr6727f55993ddc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55993ddc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55993ddc-code').style.display = (document.getElementById('cakeErr6727f55993ddc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55993ddc-context').style.display = (document.getElementById('cakeErr6727f55993ddc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55993ddc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55993ddc-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559946a8-trace').style.display = (document.getElementById('cakeErr6727f559946a8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559946a8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559946a8-code').style.display = (document.getElementById('cakeErr6727f559946a8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559946a8-context').style.display = (document.getElementById('cakeErr6727f559946a8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559946a8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559946a8-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> --> <!-- Section --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599566e-trace').style.display = (document.getElementById('cakeErr6727f5599566e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599566e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599566e-code').style.display = (document.getElementById('cakeErr6727f5599566e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599566e-context').style.display = (document.getElementById('cakeErr6727f5599566e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599566e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599566e-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55995e80-trace').style.display = (document.getElementById('cakeErr6727f55995e80-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55995e80-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55995e80-code').style.display = (document.getElementById('cakeErr6727f55995e80-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55995e80-context').style.display = (document.getElementById('cakeErr6727f55995e80-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55995e80-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55995e80-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559967c2-trace').style.display = (document.getElementById('cakeErr6727f559967c2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559967c2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559967c2-code').style.display = (document.getElementById('cakeErr6727f559967c2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559967c2-context').style.display = (document.getElementById('cakeErr6727f559967c2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559967c2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559967c2-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559971f6-trace').style.display = (document.getElementById('cakeErr6727f559971f6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559971f6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559971f6-code').style.display = (document.getElementById('cakeErr6727f559971f6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559971f6-context').style.display = (document.getElementById('cakeErr6727f559971f6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559971f6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559971f6-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559979db-trace').style.display = (document.getElementById('cakeErr6727f559979db-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f559979db-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559979db-code').style.display = (document.getElementById('cakeErr6727f559979db-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f559979db-context').style.display = (document.getElementById('cakeErr6727f559979db-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f559979db-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f559979db-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599823d-trace').style.display = (document.getElementById('cakeErr6727f5599823d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599823d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599823d-code').style.display = (document.getElementById('cakeErr6727f5599823d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599823d-context').style.display = (document.getElementById('cakeErr6727f5599823d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599823d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599823d-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre> <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> <!-- Footer --> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55998fd6-trace').style.display = (document.getElementById('cakeErr6727f55998fd6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55998fd6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55998fd6-code').style.display = (document.getElementById('cakeErr6727f55998fd6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55998fd6-context').style.display = (document.getElementById('cakeErr6727f55998fd6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55998fd6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55998fd6-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55999906-trace').style.display = (document.getElementById('cakeErr6727f55999906-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f55999906-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55999906-code').style.display = (document.getElementById('cakeErr6727f55999906-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f55999906-context').style.display = (document.getElementById('cakeErr6727f55999906-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f55999906-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f55999906-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599a25e-trace').style.display = (document.getElementById('cakeErr6727f5599a25e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599a25e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599a25e-code').style.display = (document.getElementById('cakeErr6727f5599a25e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599a25e-context').style.display = (document.getElementById('cakeErr6727f5599a25e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599a25e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599a25e-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599abd8-trace').style.display = (document.getElementById('cakeErr6727f5599abd8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599abd8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599abd8-code').style.display = (document.getElementById('cakeErr6727f5599abd8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599abd8-context').style.display = (document.getElementById('cakeErr6727f5599abd8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599abd8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599abd8-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599b348-trace').style.display = (document.getElementById('cakeErr6727f5599b348-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599b348-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599b348-code').style.display = (document.getElementById('cakeErr6727f5599b348-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599b348-context').style.display = (document.getElementById('cakeErr6727f5599b348-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599b348-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599b348-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599ba6f-trace').style.display = (document.getElementById('cakeErr6727f5599ba6f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr6727f5599ba6f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599ba6f-code').style.display = (document.getElementById('cakeErr6727f5599ba6f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6727f5599ba6f-context').style.display = (document.getElementById('cakeErr6727f5599ba6f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6727f5599ba6f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr6727f5599ba6f-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">&copy; FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167</pre></div></pre> <footer id="footer"> <p class="copyright">© FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> </div> </div> </div> <!-- Scripts --> <script> $(".campoData").datepicker({ monthNames: ["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"], dayNamesShort: ["Dom","Lun","Mar","Mer","Gio","Ven","Sab"], dayNamesMin: ["D","L","Ma","Me","G","V","S"], dateFormat: "dd-mm-yy" }); </script> <script async defer src="https://api.windytv.com/v2.3/boot.js"></script> <script type="text/javascript" src="/manager/js/evmff.js"></script> <script> $('#titoloManager').textillate({ minDisplayTime: 2000, loop: true, in: { effect: 'flipInX',// set the effect name delayScale: 2,// set the delay factor applied to each consecutive character delay: 70,// set the delay between each character sync: false, // set to true to animate all the characters at the same time shuffle: false, reverse: false}, out: { effect: 'flipOutX', delayScale: 1.5, delay: 50, sync: false, shuffle: false, reverse: false } }); </script> <!-- Modal --> <div class="modal fade" id="modalGenerale" tabindex="-1" role="dialog" aria-labelledby="modalGeneraleLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <!--<button type="button" class="button special small" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>--> <!-- <a class="button special small" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></a> --> <h2 class="modal-title" id="modalGeneraleLabel">Foil Forum Manager 1.0</h2> </div> <div class="modal-body" id="modalGeneraleMessaggio" style="font-size: 15px"></div> <div class="modal-footer"> <button type="button" class="button special small" data-dismiss="modal">Chiudi</button> </div> </div> </div> </div> </body> </html>' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterLayout' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp' ) result => null omitSubject => true [protected] _name => 'View.afterLayout' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 548 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterLayout' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp' ) result => null omitSubject => true [protected] _name => 'View.afterLayout' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 548 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterLayout' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Layouts/default.ctp' ) result => null omitSubject => true [protected] _name => 'View.afterLayout' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 548 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 114
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/cssutils.ctp', (int) 1 => '<style> .dataTable td {padding: 0px; padding-top: 5px; font-size: 12px;} .dataTable th {padding: 0px; font-size: 14px;} .etichetta { font-family: 'Roboto Slab', serif; font-size: 12px; font-weight: bold; color: black; margin-bottom: 5px; } /* Grandezze FONTS */ .font5 { font-size: 5px; } .font10 { font-size: 10px; } .font15 { font-size: 15px; } .font20 { font-size: 20px; } .font25 { font-size: 25px; } .font30 { font-size: 30px; } .font35 { font-size: 35px; } .font40 { font-size: 40px; } /*******************/ .grassetto {font-weight: bold;} .maiuscolo {text-transform: uppercase;} .minuscolo {text-transform: lowercase;} .mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb40 { margin-bottom: 40px; } .mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt40 { margin-top: 40px; } </style> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 51 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
In questa applicazione troverai tutti gli eventi organizzati da FoilForum.it
Per utilizzare il sito è necessario registrarsi al forum FoilForum.it qui.
Potrai in questo modo partecipare a tutti gli eventi organizzati come, Meeting, FoilPride, Kite Trip,
semplicemente accedendo con le tue credeziali, inoltre sarà possibile proporre i tuoi eventi agli altri utenti del forum
previa approvazione degli amministratori.
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/menu.ctp', (int) 1 => ' <nav id="menu" style="margin-top: 0px;"> <header class="major"> <h2>Menu</h2> </header> <ul> <li><a href="#" onclick="apriPagina('/manager/pages/home')">Home</a></li> <li><a href="/manager/users/login">Accesso</a></li> <li><a href="#" onclick="apriPagina('https://www.foilforum.it/forum.html')">FoilForum</a></li> </ul> </nav> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/undermenu.ctp', (int) 1 => '<!-- //Vista finestrelle eventi passati // Al momento disabiltiata--> <!-- <section> <header class="major"> <h2>Ultimi Eventi</h2> </header> <div class="mini-posts"> <article> <a href="#" class="image"><img src="/manager/img/pic07.jpg" alt=""/></a> <p>Foil Pride 2016 - Capalbio</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic08.jpg" alt=""/></a> <p>Kite Trip Capo Verde 2016 - Capo Verde</p> </article> <article> <a href="#" class="image"><img src="/manager/img/pic09.jpg" alt=""/></a> <p>Foil Pride 2015 - Capalbio</p> </article> </div> <ul class="actions"> <li><a href="#" class="button">Visualizza tutti</a></li> </ul> </section> -->' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 103 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/contacts.ctp', (int) 1 => ' <section> <header class="major"> <h2>Contatti & Help</h2> </header> <p>Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.</p> <ul class="contact"> <li class="fa-envelope-o"><a href="#">helpevmff@foilforum.it</a></li> <!-- <li class="fa-phone">(000) 000-0000</li> <li class="fa-home">1234 Somewhere Road #8254<br /> Nashville, TN 00000-0000</li> --> </ul> </section> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 105 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Foil Foum Manager è ancora in fase embrionale e in continua evoluzione. Sei hai bisogno d'aiuto puoi rivolgerti alla mail qui sotto per gli eventi di prenotazione.
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 932 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">© FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">© FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Time'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">© FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">© FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Session'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile' $params = array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">© FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/web/htdocs/www.foilforum.it/home/manager/View/Elements/footer.ctp', (int) 1 => ' <footer id="footer"> <p class="copyright">© FoilForum.it. Tutti i diritti riservati.<br /> Design: <a href="https://html5up.net">HTML5 UP</a><br /> Develop: Federico Montesi (Cartolina) </p> </footer> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Time', (int) 1 => 'Session', (int) 2 => 'Html' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - APP/cakephp-2.9.8/lib/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - APP/cakephp-2.9.8/lib/Cake/Event/CakeEventManager.php, line 243 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 938 View::_renderElement() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 1224 View::element() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 107 View::_evaluate() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 971 View::_render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 933 View::renderLayout() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 546 View::render() - APP/cakephp-2.9.8/lib/Cake/View/View.php, line 481 Controller::render() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 69 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - APP/cakephp-2.9.8/lib/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - APP/cakephp-2.9.8/lib/Cake/Routing/Dispatcher.php, line 167