Phalcon Framework 5.8.0

Error: Cannot use object of type stdClass as array

/var/www/html/actiage/releases/20241021152852/src/front/views/partials/contents/relatedDiseases.phtml (15)
#0Phalcon\Mvc\View\Engine\Php->render
#1Phalcon\Mvc\View->engineRender
#2Phalcon\Mvc\View->partial
/var/www/html/actiage/releases/20241021152852/src/front/views/content/contents/view.phtml (205)
<?php
    use Actiage\Shared\Helpers\Vistas;
    use Actiage\Shared\Lib\Utils\Device;
    use Actiage\Shared\Models\Categorias;
    use Actiage\Shared\Models\TiendaProductos;
?>
<div id="contentsWrapper">
    <div class="content">
        <div class="ficha">
            <div class="foto-wrapper destacado">
                <img
                    src="<?= $imagePath; ?>"
                    alt="<?= $content->nombre_contenido; ?>"
                    title="<?= $content->nombre_contenido; ?>"
                    class="img-responsive"
                    width="<?= $widthMainImage; ?>"
                    height="<?= $heightMainImage; ?>"/>
            </div>
            <h1><?= $content->nombre_contenido; ?></h1>
            <div class="intro"><?= $content->entradilla; ?></div>
            <?php if (!isset($body1) && !isset($body2)) { ?>
                <div class="texto-articulo"><?= $body; ?></div>
            <?php } else { ?>
                <div class="texto-articulo"><?= $body1; ?></div>
                <?php if (!empty($mostrarResultadosCompletos)) { ?>
                    <?= $this->view->partial('partials/common/errors'); ?>
                    <div class="login">
                        <?php if (isset($loginText)) {
                            echo "<div class='alert alert-success'>" . $loginText . "</div>";
                        } ?>
                        <?php if (isset($registerTextLogin)) {
                            echo "<h2 style='font-size: 2.0em;font-weight: 700;color: #17345e;margin-bottom: 15px;'>" . $registerTextLogin . "</h2>";
                        } ?>
                        <div class="column" style="margin-right: 30px;">
                            <div class="box-registro">
                                <h2>¿Eres nuevo usuario?</h2>
                                <?= $this->view->partial('partials/common/signUpFast'); ?>
                            </div>
                        </div>
                        <?= $this->tag->form(
                            [
                                '/usuario/login',
                                'autocomplete' => 'off',
                                'class' => 'form-row',
                                'method' => 'post',
                            ]
                        );
                        ?>
                        <?= $this->view->partial('partials/common/login'); ?>
                        <div class="clearfix"></div>
                    </div>
                <?php } ?>
                <div class="texto-articulo" <?= $mostrarResultadosCompletos; ?>><?= $body2; ?></div>
            <?php } ?>
            <?php if (empty($content->producto_id)) { ?>
                <div class="bloque-interes">
                    <h2>También te puede interesar</h2>
                    <?php if (isset($treatment)) { ?>
                        <?= $this->tag->img($treatment->icono, ['alt' => 'Tratamiento ' . $treatment->nombre, 'loading' => 'lazy', 'class' => 'img-responsive', 'width' => '520', 'height' => '103']); ?>
                        <p>Echa un vistazo al tratamiento de
                            <strong><?= $treatment->nombre; ?></strong>. <?= $treatment->texto_interesar; ?>.</p>
                        <a href="/consultas-medicas-antienvejecimiento/<?= $treatment->slug . Vistas::getCountryNav($country); ?>"
                           class="button-flecha">Ver tratamiento</a>
                    <?php } else { ?>
                        <a href="/consultas-medicas-antienvejecimiento<?= Vistas::getCountryNav($country); ?>"
                           class="button-flecha">Coaching Médico Personalizado</a>
                    <?php } ?>
                        <a href="/calculadoras/calculadora-de-esperanza-de-vida-saludable-de-actiage"
                           class="button-flecha-linea">Calculadora de Esperanza de Vida</a>
                </div>
            <?php } else { ?>
                <?php if ($content->producto_id == TiendaProductos::AGESWITCH_ID) { ?>
                    <a href="/shop/ageswitch-antienvejecimiento">
                        <?php if ($deviceType === Device::DESKTOP) { ?>
                            <img
                                loading="lazy"
                                src="/img/common/banner-ageswitch-ficha.jpg"
                                alt="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                title="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                class="img-responsive"
                                width="1200"
                                height="398"
                            />
                        <?php } else { ?>
                            <img
                                loading="lazy"
                                src="/img/common/banner-ageswitch-ficha-mobile.jpg"
                                alt="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                title="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                class="img-responsive"
                                width="330"
                                height="577"
                            />
                        <?php } ?>
                    </a>
                <?php } ?>
                <?php if ($content->producto_id == TiendaProductos::SLEEPON_ID) { ?>
                    <a href="/shop/sleep-on-complemento-nutricional-sueno">
                        <?php if ($deviceType === Device::DESKTOP) { ?>
                            <img
                                loading="lazy"
                                src="/img/common/banner-sleepon-ficha.jpg"
                                alt="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                title="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                class="img-responsive"
                                width="1200"
                                height="398"
                            />
                        <?php } else { ?>
                            <img
                                loading="lazy"
                                src="/img/common/banner-sleepon-ficha-mobile.jpg"
                                alt="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                title="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                class="img-responsive"
                                width="330"
                                height="577"
                            />
                        <?php }  ?>
                    </a>
                <?php }  ?>
                <?php if ($content->producto_id == TiendaProductos::INSKIN_ID) { ?>
                    <a href="/shop/inskin-protect-antiarrugas-funcional">
                        <?php if ($deviceType == Device::DESKTOP) { ?>
                            <img
                                loading="lazy"
                                src="/img/common/banner-inskin-ficha.jpg"
                                alt="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                title="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                class="img-responsive"
                                width="1200"
                                height="398"
                            />
                        <?php } else { ?>
                            <img
                                loading="lazy"
                                src="/img/common/banner-inskin-ficha-mobile.jpg"
                                alt="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                title="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                class="img-responsive"
                                width="330"
                                height="577"
                            />
                        <?php } ?>
                    </a>
                <?php } ?>
                <?php if ($content->producto_id == TiendaProductos::BRAINPLUS_ID) { ?>
                    <a href="/shop/brain-plus-nootropico-natural">
                        <?php if ($deviceType == Device::DESKTOP) { ?>
                            <img
                                loading="lazy"
                                src="/img/common/banner-brainplus-ficha.jpg"
                                alt="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                title="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                class="img-responsive"
                                width="1200"
                                height="398"
                            />
                        <?php } else { ?>
                            <img
                                loading="lazy"
                                src="/img/common/banner-brainplus-ficha-mobile.jpg"
                                alt="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                title="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                class="img-responsive"
                                width="330"
                                height="577"
                            />
                        <?php } ?>
                    </a>
                <?php } ?>
 
                <?php if ($content->producto_id == TiendaProductos::LIFEBOOST_ID) { ?>
                    <a href="/shop/lifeboost-antienvejecimiento-celular">
                        <?php if ($deviceType == Device::DESKTOP) { ?>
                            <img
                                loading="lazy"
                                src="/img/common/banner-lifeboost-ficha.jpg"
                                alt="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                title="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                class="img-responsive"
                                width="1200"
                                height="398"
                            />
                        <?php } else { ?>
                            <img
                                loading="lazy"
                                src="/img/common/banner-lifeboost-ficha-mobile.jpg"
                                alt="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                title="<?= $content->ContenidosHasFrasesProductos[0]->ContenidosFrasesProductos->frase; ?>"
                                class="img-responsive"
                                width="330"
                                height="577"
                            />
                        <?php } ?>
                    </a>
                <?php } ?>
            <?php } ?>
            <?php if (!empty($content->ideas_clave)) { ?>
                <div class="ideas-clave margintop2">
                    <h2>Ideas clave</h2>
                    <?= $content->ideas_clave; ?>
                </div>
            <?php } ?>
            <?= $this->view->partial('partials/contents/relatedDiseases'); ?>
            <?= $this->view->partial('partials/contents/relatedContentsDiseases'); ?>
            <div class="redaccion">
                <?php
                if (!empty($content->fuente)) {
                    echo '<p>Fuente: ' . str_replace('</p>', '', str_replace('<p>', '', $content->fuente)) . '</p>';
                }
                ?>
                <p><a href="/redaccion">Redacción</a>: <a rel="nofollow noopener" target="_blank"
                                                          href="<?= $content->Redactores->enlace; ?>"><?= $content->Redactores->nombre; ?></a>
                </p>
                <?= $this->view->partial('partials/contents/collaborator'); ?>
            </div>
 
            <!--
            <a id="comunidad-actiage-circle" rel="nofollow" target="_blank"
               href="/mentoria-antienvejecimiento-habitos-saludables">
                <div class="banner-vitalista">
                    <div class="margen">
                        <div class="imagen">
                            <?= $this->tag->img('/img/common/img-mentoria-banner-bottom.png', ['width' => '110', 'height' => '118']); ?>
                        </div>
                        <div class="texto">
                            <p class="titular">Mentoría de Antienvejecimiento y Hábitos Saludables</p>
                            <p class="precio">Desde 47,96 Є al mes</p>
                            <p class="textopeq">¡Sin permanencia!</p>
                        </div>
                        <div class="clearfix">
                        </div>
                    </div>
            </a>
            -->
            <a id="comunidad-actiage-circle" rel="nofollow" target="_blank"
               href="/shop">
                <div class="banner-vitalista">
                    <div class="margen">
                        <div class="texto">
                            <p class="titular">Suplementos nutricionales para personas de más de 40 años</p>
                            <p class="button-flecha" style="padding-right:53px!important">Click aquí para comprar</p>
                        </div>
                        <div class="clearfix">
                        </div>
                    </div>
            </a>
            <?= $this->view->partial('partials/contents/disclaimer'); ?>
            <?php if (!isset($isAjax) && $content->categoria_id != Categorias::ENFERMEDADES_ID) { ?>
                <?= $this->view->partial('partials/contents/related'); ?>
            <?php } ?>
        </div>
    </div>
    <?php if ($loadNextContent) { ?>
        <a href="<?= $linkNext; ?>" id="next"></a>
    <?php } ?>
</div>
#3Phalcon\Mvc\View\Engine\Php->render
#4Phalcon\Mvc\View->engineRender
#5Phalcon\Mvc\View->processRender
#6Phalcon\Mvc\View->render
#7Phalcon\Mvc\Application->handle
/var/www/html/actiage/releases/20241021152852/public/index.php (90)
<?php
function dd($str) {
    echo "<pre>";
    print_r($str);
    echo "</pre>";
    exit;
}
use Phalcon\Di\FactoryDefault;
use Phalcon\Logger\AbstractLogger;
use Phalcon\Logger\Adapter\Stream;
use Phalcon\Logger\Logger;
use Phalcon\Mvc\Application;
use Phalcon\Support\Debug;
 
$debug = new Debug();
$debug->listen();
error_reporting(E_ALL);
 
define('BASE_PATH', dirname(__DIR__));
define('APP_PATH', BASE_PATH . '/src');
 
/**
 * The FactoryDefault Dependency Injector automatically registers
 * the services that provide a full stack framework.
 */
$di = new FactoryDefault();
 
/**
 * Entornos de desarrollo disponibles y variables de entorno
 */
include APP_PATH . '/config/environment.php';
 
/**
 * Información listas en klaviyo
 */
include APP_PATH . '/config/klaviyo.php';
 
/**
 * Read services
 */
include APP_PATH . '/config/services.php';
 
/**
 * Handle routes
 */
include APP_PATH . '/config/router.php';
 
/**
 * Get config service for use in inline setup below
 */
$config = $di->get('config');
 
/**
 * Include Autoloader
 */
include APP_PATH . '/config/loader.php';
 
 
/**
 * Handle the request
 */
$application = new Application($di);
 
$application->registerModules(
    [
        'admin' => [
            'className' => Actiage\Admin\Module::class,
            'path'      => '../src/admin/Module.php',
        ],
        'doctor'  => [
            'className' => Actiage\Doctor\Module::class,
            'path'      => '../src/doctor/Module.php',
        ],
        'sponsor'  => [
            'className' => Actiage\Sponsor\Module::class,
            'path'      => '../src/sponsor/Module.php',
        ],
        'user'  => [
            'className' => Actiage\User\Module::class,
            'path'      => '../src/user/Module.php',
        ],
        'front'  => [
            'className' => Actiage\Front\Module::class,
            'path'      => '../src/front/Module.php',
        ]
    ]
);
 try {
    if(ENVIRONMENT != DEVELOPMENT) {
        echo str_replace(['\n', '\r', '\t'], '', $application->handle($_SERVER['REQUEST_URI'])->getContent());
    } else {
        echo $application->handle($_SERVER['REQUEST_URI'])->getContent();
    }
 } catch (\Exception $e) {
    $debugFile = new Stream(BASE_PATH . '/tmp/logs/error.log');
 
    $message = get_class($e) . ': ' . $e->getMessage() . '\n' . ' File=' . $e->getFile() . '\n' . ' Line=' . $e->getLine() . '\n' . $e->getTraceAsString() . '\n';
    $message .= $_SERVER['REQUEST_URI'] . '\n';
    $logger = new Logger('errorLog', ['main' => $debugFile]);
    $logger->log(AbstractLogger::CRITICAL,$message);
    $debugFile->close();
}
 
KeyValue
_url/cuerpo/fuerza-o-aerobico-que-tipo-de-ejercicio-es-mejor-para-aumentar-la-longevidad
KeyValue
USERnginx
HOME/var/lib/nginx
HTTP_COOKIEPHPSESSID=b9qt8ushbqvbnvj6blg8sni0tn
HTTP_ACCEPT_ENCODINGgzip, br, zstd, deflate
HTTP_USER_AGENTMozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT*/*
HTTP_HOSTactiage.es
REDIRECT_STATUS200
SERVER_NAMEactiage.es
SERVER_PORT443
SERVER_ADDR51.77.247.31
REMOTE_PORT20107
REMOTE_ADDR3.149.254.146
SERVER_SOFTWAREnginx/1.20.1
GATEWAY_INTERFACECGI/1.1
HTTPSon
REQUEST_SCHEMEhttps
SERVER_PROTOCOLHTTP/2.0
DOCUMENT_ROOT/var/www/html/actiage/current/public
DOCUMENT_URI/index.php
REQUEST_URI/cuerpo/fuerza-o-aerobico-que-tipo-de-ejercicio-es-mejor-para-aumentar-la-longevidad
SCRIPT_NAME/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHODGET
QUERY_STRING_url=/cuerpo/fuerza-o-aerobico-que-tipo-de-ejercicio-es-mejor-para-aumentar-la-longevidad&
SCRIPT_FILENAME/var/www/html/actiage/current/public/index.php
APPLICATION_ENVproduction
FCGI_ROLERESPONDER
PHP_SELF/index.php
REQUEST_TIME_FLOAT1729559314.1039
REQUEST_TIME1729559314
#Path
0/var/www/html/actiage/releases/20241021152852/public/index.php
1/var/www/html/actiage/shared/environment.php
2/var/www/html/actiage/shared/klaviyo.php
3/var/www/html/actiage/releases/20241021152852/src/config/services.php
4/var/www/html/actiage/releases/20241021152852/src/config/router.php
5/var/www/html/actiage/releases/20241021152852/src/front/router.php
6/var/www/html/actiage/releases/20241021152852/src/admin/router.php
7/var/www/html/actiage/releases/20241021152852/src/doctor/router.php
8/var/www/html/actiage/releases/20241021152852/src/user/router.php
9/var/www/html/actiage/releases/20241021152852/src/sponsor/router.php
10/var/www/html/actiage/shared/config.php
11/var/www/html/actiage/releases/20241021152852/src/config/loader.php
12/var/www/html/actiage/shared/vendor/autoload.php
13/var/www/html/actiage/shared/vendor/composer/autoload_real.php
14/var/www/html/actiage/shared/vendor/composer/platform_check.php
15/var/www/html/actiage/shared/vendor/composer/ClassLoader.php
16/var/www/html/actiage/shared/vendor/composer/autoload_static.php
17/var/www/html/actiage/shared/vendor/symfony/polyfill-mbstring/bootstrap.php
18/var/www/html/actiage/shared/vendor/symfony/polyfill-mbstring/bootstrap80.php
19/var/www/html/actiage/shared/vendor/symfony/deprecation-contracts/function.php
20/var/www/html/actiage/shared/vendor/symfony/polyfill-ctype/bootstrap.php
21/var/www/html/actiage/shared/vendor/symfony/polyfill-ctype/bootstrap80.php
22/var/www/html/actiage/shared/vendor/react/promise/src/functions_include.php
23/var/www/html/actiage/shared/vendor/react/promise/src/functions.php
24/var/www/html/actiage/shared/vendor/symfony/polyfill-php80/bootstrap.php
25/var/www/html/actiage/shared/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
26/var/www/html/actiage/shared/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
27/var/www/html/actiage/shared/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
28/var/www/html/actiage/shared/vendor/ralouphie/getallheaders/src/getallheaders.php
29/var/www/html/actiage/shared/vendor/symfony/string/Resources/functions.php
30/var/www/html/actiage/shared/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php
31/var/www/html/actiage/shared/vendor/symfony/var-dumper/Resources/functions/dump.php
32/var/www/html/actiage/shared/vendor/guzzlehttp/guzzle/src/functions_include.php
33/var/www/html/actiage/shared/vendor/guzzlehttp/guzzle/src/functions.php
34/var/www/html/actiage/shared/vendor/psy/psysh/src/functions.php
35/var/www/html/actiage/shared/vendor/symfony/polyfill-php81/bootstrap.php
36/var/www/html/actiage/shared/vendor/digitalbazaar/json-ld/jsonld.php
37/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/_bootstrap.php
38/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/all.php
39/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/any.php
40/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/apply.php
41/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/assoc.php
42/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/butlast.php
43/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/complement.php
44/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/compose.php
45/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/constant.php
46/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/dissoc.php
47/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/do_if.php
48/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/each.php
49/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/filter.php
50/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/filter_fresh.php
51/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/filter_null.php
52/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/first.php
53/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/flat_map.php
54/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/flatten.php
55/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/get.php
56/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/get_each.php
57/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/get_in.php
58/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/group_by.php
59/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/key.php
60/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/identity.php
61/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/instance_of.php
62/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/last.php
63/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/map.php
64/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/memoize.php
65/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/not.php
66/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/partial.php
67/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/partition.php
68/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/pipe.php
69/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/reduce.php
70/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/reindex.php
71/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/repeat.php
72/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/rest.php
73/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/reverse.php
74/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/search.php
75/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/some.php
76/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/sort.php
77/var/www/html/actiage/shared/vendor/lambdish/phunctional/src/to_array.php
78/var/www/html/actiage/shared/vendor/mpdf/mpdf/src/functions.php
79/var/www/html/actiage/shared/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php
80/var/www/html/actiage/shared/vendor/ramsey/uuid/src/functions.php
81/var/www/html/actiage/releases/20241021152852/src/front/Module.php
82/var/www/html/actiage/releases/20241021152852/src/front/Controller/Content/ContentsViewGetController.php
83/var/www/html/actiage/releases/20241021152852/src/front/Controller/BaseController.php
84/var/www/html/actiage/releases/20241021152852/src/Shared/plugins/TimeZonePlugin.php
85/var/www/html/actiage/releases/20241021152852/src/middleware/MiddleWareView.php
86/var/www/html/actiage/shared/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
87/var/www/html/actiage/releases/20241021152852/src/Shared/library/Utils/Device.php
88/var/www/html/actiage/releases/20241021152852/src/Shared/models/Cookies.php
89/var/www/html/actiage/releases/20241021152852/src/Shared/models/ModelBase.php
90/var/www/html/actiage/releases/20241021152852/src/Shared/plugins/BotsPlugin.php
91/var/www/html/actiage/releases/20241021152852/src/Shared/plugins/RobotsPlugin.php
92/var/www/html/actiage/releases/20241021152852/src/Shared/plugins/RedisPlugin.php
93/var/www/html/actiage/releases/20241021152852/src/Shared/library/Utils/Image.php
94/var/www/html/actiage/releases/20241021152852/src/Shared/plugins/JsPlugin.php
95/var/www/html/actiage/shared/vendor/matthiasmullie/minify/src/JS.php
96/var/www/html/actiage/shared/vendor/matthiasmullie/minify/src/Minify.php
97/var/www/html/actiage/releases/20241021152852/src/Shared/plugins/CssPlugin.php
98/var/www/html/actiage/releases/20241021152852/src/Shared/models/Roles.php
99/var/www/html/actiage/releases/20241021152852/src/Shared/plugins/CommonPlugin.php
100/var/www/html/actiage/releases/20241021152852/src/Shared/models/Provincias.php
101/var/www/html/actiage/releases/20241021152852/src/Shared/plugins/SeoPlugin.php
102/var/www/html/actiage/releases/20241021152852/src/Shared/models/SemaforoCritical.php
103/var/www/html/actiage/releases/20241021152852/src/Shared/models/Categorias.php
104/var/www/html/actiage/releases/20241021152852/src/Shared/models/Contenidos.php
105/var/www/html/actiage/releases/20241021152852/src/Shared/Infraestructure/Categories/CategoriesGetIdBySlug.php
106/var/www/html/actiage/releases/20241021152852/src/Shared/models/Medicos.php
107/var/www/html/actiage/releases/20241021152852/src/Shared/Infraestructure/Categories/CategoriesGetNameBySlug.php
108/var/www/html/actiage/releases/20241021152852/src/Shared/Infraestructure/Contents/ContentsGetNameBySlug.php
109/var/www/html/actiage/releases/20241021152852/src/Shared/models/CorazonesContenidos.php
110/var/www/html/actiage/releases/20241021152852/src/Shared/Infraestructure/Contents/ContentsGetNextInfinityScroll.php
111/var/www/html/actiage/releases/20241021152852/src/Shared/models/Estadisticas.php
112/var/www/html/actiage/releases/20241021152852/src/Shared/models/EstadisticasContenidosTotal.php
113/var/www/html/actiage/releases/20241021152852/src/Shared/library/Utils/Text.php
114/var/www/html/actiage/releases/20241021152852/src/Shared/models/Imagenes.php
115/var/www/html/actiage/releases/20241021152852/src/Shared/models/Redactores.php
116/var/www/html/actiage/releases/20241021152852/src/Shared/models/ConsultasCitas.php
117/var/www/html/actiage/releases/20241021152852/src/Shared/Infraestructure/Contents/ContentsGetDiseasesRelated.php
118/var/www/html/actiage/releases/20241021152852/src/Shared/Infraestructure/Contents/ContentsGetRelatedByCategory.php
119/var/www/html/actiage/releases/20241021152852/src/Shared/Infraestructure/Contents/ContentsGetRelated.php
120/var/www/html/actiage/releases/20241021152852/src/front/views/content/contents/view.phtml
121/var/www/html/actiage/releases/20241021152852/src/Shared/helpers/Vistas.php
122/var/www/html/actiage/releases/20241021152852/src/Shared/models/Paises.php
123/var/www/html/actiage/releases/20241021152852/src/front/views/partials/contents/relatedDiseases.phtml
Memory
Usage2097152