Phalcon Framework 4.1.2

Error: Call to a member function printFechas() on null

/data/produccion/cyc/web/app/views/frontend/evento/acceso.phtml (16)
#0unknown
#1Phalcon\Mvc\View\Engine\Php->render
#2Phalcon\Mvc\View->engineRender
#3Phalcon\Mvc\View->processRender
#4Phalcon\Mvc\View->render
#5Phalcon\Mvc\Application->handle
/data/produccion/cyc/web/public/index.php (32)
<?php
 
/**
 * Set the error reporting level
 */
 
/**
 * Enable framework debugger
 */
(new \Phalcon\Debug())->listen();
 
try {
 
  $config = include __DIR__ . "/../app/config/config.php";
  include __DIR__ . "/../app/config/loader.php";
  include __DIR__ . "/../app/config/services.php";
  
  //Pais
  $di->set('pais', function()  use ($config) {
      static $pais = null;
      if( is_null($pais) )
      {
        if( isset($config->paises[$_SERVER['SERVER_NAME']]) )
        {
          $pais = Paises::findFirst($config->paises[$_SERVER['SERVER_NAME']]);
        }
      }
      return $pais;
    }, true);
  
  $application = new \Phalcon\Mvc\Application($di);
  $response = $application->handle($_GET['_url'] ?? '');
  $response->send();
 
} catch(Phalcon\Exception $e) {
  $response = $e->getMessage();
} catch(PDOException $e) {
  $response = $e->getMessage();
}
KeyValue
_url/14_congr_neonatologia/23049.html
KeyValue
USERwww-data
HOME/var/www
SCRIPT_NAME/educacionmedica/cursosycongresos/index.php
REQUEST_URI/educacionmedica/cursosycongresos/14_congr_neonatologia/23049.html
QUERY_STRING_url=/14_congr_neonatologia/23049.html
REQUEST_METHODGET
SERVER_PROTOCOLHTTP/1.1
GATEWAY_INTERFACECGI/1.1
REDIRECT_QUERY_STRING_url=/14_congr_neonatologia/23049.html
REDIRECT_URL/educacionmedica/cursosycongresos/14_congr_neonatologia/23049.html
REMOTE_PORT62074
SCRIPT_FILENAME//data/produccion/cyc/web/public/index.php
SERVER_ADMINweb@saval.cl
CONTEXT_DOCUMENT_ROOT/data/produccion/cyc/web/public
CONTEXT_PREFIX/educacionmedica/cursosycongresos
REQUEST_SCHEMEhttp
DOCUMENT_ROOT/data/produccion/webactivo/www/
REMOTE_ADDR172.31.28.144
SERVER_PORT80
SERVER_ADDR172.31.78.237
SERVER_NAMEwww.savalnet.cl
SERVER_SOFTWAREApache
SERVER_SIGNATURE
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
HTTP_USER_AGENTclaudebot
HTTP_ACCEPT*/*
HTTP_X_AMZN_TRACE_IDRoot=1-6605d6eb-45d38ab73b20aef26a5676f3
HTTP_HOSTwww.savalnet.cl
HTTP_X_FORWARDED_PORT80
HTTP_X_FORWARDED_PROTOhttp
HTTP_X_FORWARDED_FOR44.223.31.148
proxy-nokeepalive1
REDIRECT_STATUS200
FCGI_ROLERESPONDER
PHP_SELF/educacionmedica/cursosycongresos/index.php
REQUEST_TIME_FLOAT1711658731.8822
REQUEST_TIME1711658731
#Path
0/data/produccion/cyc/web/public/index.php
1/data/produccion/cyc/web/app/config/config.php
2/data/produccion/cyc/web/app/config/loader.php
3/data/produccion/cyc/web/vendor/autoload.php
4/data/produccion/cyc/web/vendor/composer/autoload_real.php
5/data/produccion/cyc/web/vendor/composer/ClassLoader.php
6/data/produccion/cyc/web/vendor/composer/autoload_static.php
7/data/produccion/cyc/web/vendor/swiftmailer/swiftmailer/lib/swift_required.php
8/data/produccion/cyc/web/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
9/data/produccion/cyc/web/app/config/services.php
10/data/produccion/cyc/web/app/config/routes.php
11/data/produccion/cyc/web/app/controllers/frontend/EventoController.php
12/data/produccion/cyc/web/app/controllers/frontend/ControllerBase.php
13/data/produccion/cyc/web/app/models/Paises.php
14/data/produccion/cyc/web/app/models/Usuarios.php
15/data/produccion/cyc/web/app/models/Eventos.php
16/data/produccion/cyc/web/app/library/Repository.php
17/data/produccion/cyc/web/app/models/Actividades.php
18/data/produccion/cyc/web/app/views/frontend/evento/acceso.phtml
Memory
Usage2097152