ErrorController
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
Key | Value |
---|---|
_api_platform_links | Symfony\Component\WebLink\GenericLinkProvider {#1582 -links: [ 1580 => Symfony\Component\WebLink\Link {#1580 -href: "http://44.217.72.23/api/docs.jsonld" -rel: [ "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation" ] -attributes: [] } ] } |
_controller | "error_controller" |
_stopwatch_token | "0d8ff9" |
exception | Twig\Error\RuntimeError {#1280 #message: "Variable "fondo" does not exist." #code: 0 #file: "/opt/bitnami/apache/htdocs/templates/basewebblue.html.twig" #line: 65 -lineno: 65 -name: "basewebblue.html.twig" -rawMessage: "Variable "fondo" does not exist." -sourcePath: "/opt/bitnami/apache/htdocs/templates/basewebblue.html.twig" -sourceCode: """ <!DOCTYPE html>\n <html lang="es">\n <head>\n <meta charset="UTF-8">\n <meta http-equiv="X-UA-Compatible" content="IE=edge">\n <meta content="width=device-width, initial-scale=1.0" name="viewport">\n <meta content="" name="description">\n <meta content="" name="keywords">\n \n <title>{% block title %}Bienestar Total{% endblock %}</title>\n \n <!-- Favicons -->\n <link rel="apple-touch-icon" sizes="57x57" href="{{ asset('images/apple-icon-57x57.png') }}">\n <link rel="apple-touch-icon" sizes="60x60" href="{{ asset('images/apple-icon-60x60.png') }}">\n <link rel="apple-touch-icon" sizes="72x72" href="{{ asset('images/apple-icon-72x72.png') }}">\n <link rel="apple-touch-icon" sizes="76x76" href="{{ asset('images/apple-icon-76x76.png') }}">\n <link rel="apple-touch-icon" sizes="114x114" href="{{ asset('images/apple-icon-114x114.png') }}">\n <link rel="apple-touch-icon" sizes="120x120" href="{{ asset('images/apple-icon-120x120.png') }}">\n <link rel="apple-touch-icon" sizes="144x144" href="{{ asset('images/apple-icon-144x144.png') }}">\n <link rel="apple-touch-icon" sizes="152x152" href="{{ asset('images/apple-icon-152x152.png') }}">\n <link rel="apple-touch-icon" sizes="180x180" href="{{ asset('images/apple-icon-180x180.png') }}">\n <link rel="icon" type="image/png" sizes="192x192" href="{{ asset('images/android-icon-192x192.png') }}">\n <link rel="icon" type="image/png" sizes="32x32" href="{{ asset('images/favicon-32x32.png') }}">\n <link rel="icon" type="image/png" sizes="96x96" href="{{ asset('images/favicon-96x96.png') }}">\n <link rel="icon" type="image/png" sizes="16x16" href="{{ asset('images/favicon-16x16.png') }}">\n <link rel="manifest" href="{{ asset('images/manifest.json') }}">\n <meta name="msapplication-TileColor" content="#ffffff">\n <meta name="msapplication-TileImage" content="{{ asset('images/ms-icon-144x144.png') }}">\n <meta name="theme-color" content="#ffffff">\n \n <!-- Google Fonts -->\n <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">\n \n {% block stylesheets %}\n {{ encore_entry_link_tags('app') }}\n <!-- Vendor CSS Files -->\n <link rel="stylesheet" href="{{ asset('dev/css/bootstrap.min.css') }}">\n <link rel="stylesheet" href="{{ asset('dev/css/font-awesome.min.css') }}">\n <link rel="stylesheet" href="{{ asset('dev/css/jquery.fancybox.css') }}">\n <link rel="stylesheet" href="{{ asset('dev/css/daterangepicker.css') }}">\n <!--\n <link rel="stylesheet" href="{{ asset('dev/css/acceso/main2.css') }}">\n <link rel="stylesheet" href="{{ asset('dev/css/acceso/main2_query.css') }}">\n -->\n <link rel="stylesheet" href="{{ asset('dev/css/jquery.qtip.min.css') }}">\n <!--[if IE 9 ]>\n <link rel="stylesheet" href="{{ asset('dev/css/acceso/ie9.css') }}">\n <![endif]-->\n \n <!--[if lt IE 9]>\n <script src="/dev/js/html5shiv.js"></script>\n <script src="/dev/js/respond.min.js"></script>\n <![endif]-->\n \n <!-- fuentes e iconos -->\n <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">\n <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">\n <!-- Google apis -->\n <link rel="preconnect" href="https://fonts.googleapis.com">\n <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>\n \n <!-- Estilos base -->\n <style>\n .bg-acceso{\n background: url({{ asset(fondo) }});\n background-repeat: no-repeat;\n background-size: cover;\n background-position: center center;\n min-height: 100vh;\n }\n .acceso-renctangulo, .acceso-renctangulo-registro{\n min-width: 300px;\n width: 400px;\n background-color: rgba(255,255,255,0.8);\n }\n .acceso-renctangulo-registro{\n width: 800px;\n }\n .no-link{\n color: initial;\n text-decoration: none;\n }\n \n .fs-xs{\n font-size: 9px;\n }\n \n \n \n /*\n Rescritura de colores, en botones\n */\n .btn-primary {\n color: #fff;\n background-color: #3D64ED;\n border-color: #3D64ED;\n }\n \n .btn-primary:hover {\n color: #fff;\n background-color: #2e50c9;\n border-color: #4f76ff;\n }\n </style>\n {% endblock %}\n \n {% block javascripts %}\n {{ encore_entry_script_tags('app') }}\n <!-- jquerys -->\n <script src="/dev/js/jquery.min.js"></script>\n <script src="/dev/js/bootstrap.min.js"></script>\n <script src="/dev/js/jquery.fancybox.js"></script>\n <script src="/dev/js/moment.min.js"></script>\n <script src="/dev/js/daterangepicker.js"></script>\n <script src="/dev/js/jquery.validate.js"></script>\n <script src="/dev/js/messages_es.js"></script>\n <script src="/dev/js/jquery.qtip.min.js"></script>\n <!-- utilis js -->\n <script src="/dev/js/util.js"></script>\n \n <!-- Carga de scrips, css, y funciones de jq por modulo -->\n <script>var dir='/dev';</script>\n <script>\n $(document).ready(function() {\n $(".fancy").addClass("fancybox.iframe");\n $(".fancy").fancybox({\n autoDimensions: false,\n width: "90%",\n afterClose: function() {\n location.reload();\n }\n });\n \n var opt = {\n "singleDatePicker": true,\n "showDropdowns": true,\n "timePicker": true,\n "locale": {\n "format": "YYYY/MM/DD ",\n "separator": " AL ",\n "applyLabel": "Aplicar",\n "cancelLabel": "Cancelar",\n "fromLabel": "From",\n "toLabel": "To",\n "customRangeLabel": "Personalizado",\n "daysOfWeek": ["Dom", "Lun", "Mar", "Mie", "Jue", "Vie", "Sab"],\n "monthNames": ["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto",\n "Septiembre", "Octubre", "Noviembre", "Diciembre"\n ],\n "firstDay": 1\n },\n "startDate": '2023/11/05'\n };\n $('.datenow').daterangepicker(opt);\n if ($('.date_personalizada').length > 0) {\n $('.date_personalizada').each(function() {\n var fecha = $(this).attr('setDate');\n if (fecha === undefined) {\n fecha = $(this).val();\n }\n opt.startDate = fecha;\n $(this).daterangepicker(opt);\n });\n }\n });\n </script>\n <script>\n $(document).ready(function() {\n $("#avisoPrivacidad").on('click', function(event) {\n $.ajax({\n url: dir + "/acceso/AvisoPrivacidad",\n type: 'get',\n }).done(function(msg) {\n $(msg).find("head").html('');\n msg = msg.replace('container min-he', '');\n $("#modal_aviso_msg").append(msg);\n $('#modela_aviso').modal('show');\n });\n });\n });\n </script>\n {% endblock %}\n </head>\n <body>\n {% block body %}{% endblock %}\n \n \n <!-- Modal aviso de privacidad -->\n <div class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true" id="modela_aviso">\n <div class="modal-dialog modal-xl">\n <div class="modal-content">\n <div class="modal-header">\n <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>\n </div>\n <div class="modal-body" id="modal_aviso_msg">\n </div>\n <div class="modal-footer">\n <a href="#" data-bs-dismiss="modal" aria-label="Close" class="btn btn-primary">\n Cerrar\n </a>\n </div>\n </div>\n \n </div>\n </div>\n <!-- Vendor JS Files -->\n <script src="{{ asset('assets/vendor/purecounter/purecounter_vanilla.js') }}"></script>\n <script src="{{ asset('assets/vendor/aos/aos.js') }}"></script>\n <script src="{{ asset('assets/vendor/bootstrap/js/bootstrap.bundle.min.js') }}"></script>\n <script src="{{ asset('assets/vendor/glightbox/js/glightbox.min.js') }}"></script>\n <script src="{{ asset('assets/vendor/isotope-layout/isotope.pkgd.min.js') }}"></script>\n <script src="{{ asset('assets/vendor/swiper/swiper-bundle.min.js') }}"></script>\n <script src="{{ asset('assets/vendor/php-email-form/validate.js') }}"></script>\n \n <!-- Template Main JS File -->\n <script src="{{ asset('assets/js/main.js') }}"></script>\n {% block bodyjs %}{% endblock %}\n </body>\n </html>\n """ : { { __TwigTemplate_b9fcbd777a49ff19bd706a40f641b960->{closure} … › |
logger | Symfony\Bridge\Monolog\Logger {#435 …9} |
Request Headers
Header | Value |
---|---|
accept | "*/*" |
accept-encoding | "gzip, br, deflate" |
from | "gptbot(at)openai.com" |
host | "44.217.72.23" |
user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)" |
x-openai-host-hash | "902851956" |
x-php-ob-level | "1" |
Request Content
Request content not available (it was retrieved as a resource).
Response
Response Headers
Header | Value |
---|---|
cache-control | "no-cache, private" |
content-type | "text/html; charset=UTF-8" |
date | "Sat, 19 Apr 2025 12:56:52 GMT" |
vary | "Accept" |
x-debug-exception | "Variable%20%22fondo%22%20does%20not%20exist." |
x-debug-exception-file | "%2Fopt%2Fbitnami%2Fapache%2Fhtdocs%2Ftemplates%2Fbasewebblue.html.twig:65" |
x-debug-token | "c9a17f" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 8
Session Metadata
Key | Value |
---|---|
Created | "Sat, 19 Apr 25 12:56:52 +0000" |
Last used | "Sat, 19 Apr 25 12:56:52 +0000" |
Lifetime | 0 |
Session Attributes
Attribute | Value |
---|---|
_csrf/reset_password_request_form | "Gt6jAiXBUZ2zJkwg_wfKidu4a4CeLffEhJfxnl2sd0M" |
Session Usage
8
Usages
Stateless check enabled
Usage |
---|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:73
[ [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php" "line" => 73 "function" => "start" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/security-csrf/CsrfTokenManager.php" "line" => 71 "function" => "hasToken" "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php" "line" => 78 "function" => "getToken" "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/form/ResolvedFormType.php" "line" => 125 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php" "line" => 86 "function" => "finishView" "class" => "Symfony\Component\Form\ResolvedFormType" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/form/ResolvedFormType.php" "line" => 119 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php" "line" => 86 "function" => "finishView" "class" => "Symfony\Component\Form\ResolvedFormType" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/form/Form.php" "line" => 908 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/src/Controller/ResetPasswordController.php" "line" => 54 "function" => "createView" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "request" "class" => "App\Controller\ResetPasswordController" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 74 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/Kernel.php" "line" => 184 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/public/index.php" "line" => 5 "args" => [ "/opt/bitnami/apache/htdocs/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:76
[ [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php" "line" => 76 "function" => "has" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/security-csrf/CsrfTokenManager.php" "line" => 71 "function" => "hasToken" "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php" "line" => 78 "function" => "getToken" "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/form/ResolvedFormType.php" "line" => 125 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php" "line" => 86 "function" => "finishView" "class" => "Symfony\Component\Form\ResolvedFormType" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/form/ResolvedFormType.php" "line" => 119 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php" "line" => 86 "function" => "finishView" "class" => "Symfony\Component\Form\ResolvedFormType" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/form/Form.php" "line" => 908 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/src/Controller/ResetPasswordController.php" "line" => 54 "function" => "createView" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "request" "class" => "App\Controller\ResetPasswordController" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 74 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/Kernel.php" "line" => 184 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/public/index.php" "line" => 5 "args" => [ "/opt/bitnami/apache/htdocs/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:66
[ [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php" "line" => 66 "function" => "set" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/security-csrf/CsrfTokenManager.php" "line" => 76 "function" => "setToken" "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php" "line" => 78 "function" => "getToken" "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/form/ResolvedFormType.php" "line" => 125 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php" "line" => 86 "function" => "finishView" "class" => "Symfony\Component\Form\ResolvedFormType" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/form/ResolvedFormType.php" "line" => 119 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php" "line" => 86 "function" => "finishView" "class" => "Symfony\Component\Form\ResolvedFormType" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/form/Form.php" "line" => 908 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/src/Controller/ResetPasswordController.php" "line" => 54 "function" => "createView" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "request" "class" => "App\Controller\ResetPasswordController" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 74 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/Kernel.php" "line" => 184 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/public/index.php" "line" => 5 "args" => [ "/opt/bitnami/apache/htdocs/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[ [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 69 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 156 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 108 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 116 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 127 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 196 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 184 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 74 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/EventListener/ErrorListener.php" "line" => 90 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 116 "function" => "onKernelException" "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 127 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 221 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 89 "function" => "handleThrowable" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/Kernel.php" "line" => 184 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/public/index.php" "line" => 5 "args" => [ "/opt/bitnami/apache/htdocs/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[ [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 70 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 156 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 108 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 116 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 127 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 196 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 184 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 74 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/EventListener/ErrorListener.php" "line" => 90 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 116 "function" => "onKernelException" "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 127 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 221 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 89 "function" => "handleThrowable" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/Kernel.php" "line" => 184 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/public/index.php" "line" => 5 "args" => [ "/opt/bitnami/apache/htdocs/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[ [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 71 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 156 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 108 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 116 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 127 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 196 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 184 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 74 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/EventListener/ErrorListener.php" "line" => 90 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 116 "function" => "onKernelException" "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 127 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 221 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 89 "function" => "handleThrowable" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/Kernel.php" "line" => 184 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/public/index.php" "line" => 5 "args" => [ "/opt/bitnami/apache/htdocs/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[ [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 72 "function" => "all" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 156 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 108 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 116 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 127 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 196 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 184 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 74 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/EventListener/ErrorListener.php" "line" => 90 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 116 "function" => "onKernelException" "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 127 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 221 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 89 "function" => "handleThrowable" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/Kernel.php" "line" => 184 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/public/index.php" "line" => 5 "args" => [ "/opt/bitnami/apache/htdocs/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[ [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 73 "function" => "getFlashBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 156 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 108 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 116 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 127 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 196 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 184 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 74 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/EventListener/ErrorListener.php" "line" => 90 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 116 "function" => "onKernelException" "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 127 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 221 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/HttpKernel.php" "line" => 89 "function" => "handleThrowable" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/http-kernel/Kernel.php" "line" => 184 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/opt/bitnami/apache/htdocs/public/index.php" "line" => 5 "args" => [ "/opt/bitnami/apache/htdocs/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
Key | Value |
---|---|
APP_ENV | "dev" |
APP_SECRET | "9c3bba79615ce0e56b441621d03fb44e" |
CORS_ALLOW_ORIGIN | "^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$" |
DATABASE_URL | "mysql://dbmasteruser:h.ujeG-D2!Zuog^-C-9dvKF}tPleF9]xQ@ls-3c926dbd431cecf51e31da94c65872e54c79c52e.ctx3hfhycvrm.us-east-1.rds.amazonaws.com:3306/bienestar-total" |
DEFAULT_URI | "http://bienestartotal.xyz/" |
KERNEL_CLASS | "App\Kernel" |
LOCK_DSN | "flock" |
MAILER_DSN | "sendgrid://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@default" |
MESSENGER_TRANSPORT_DSN | "doctrine://default" |
SENDGRID_API_KEY | "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" |
SENDGRID_FROM_EMAIL | "mpineda@devstar.mx" |
SENDGRID_FROM_NAME | "mike" |
SENDGRID_PLAN_TEMPLATE_ID | "d-462a53d4fefd4cad9985ebb5e8027ca4" |
WKHTMLTOIMAGE_PATH | "/usr/bin/wkhtmltoimage" |
WKHTMLTOPDF_PATH | "/usr/bin/wkhtmltopdf" |
Defined as regular env variables
Key | Value |
---|---|
APP_DEBUG | "1" |
CONTEXT_DOCUMENT_ROOT | "/opt/bitnami/apache/htdocs/public" |
CONTEXT_PREFIX | "" |
DOCUMENT_ROOT | "/opt/bitnami/apache/htdocs/public" |
FCGI_ROLE | "RESPONDER" |
GATEWAY_INTERFACE | "CGI/1.1" |
HOME | "/usr/sbin" |
HTTP_ACCEPT | "*/*" |
HTTP_ACCEPT_ENCODING | "gzip, br, deflate" |
HTTP_FROM | "gptbot(at)openai.com" |
HTTP_HOST | "44.217.72.23" |
HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)" |
HTTP_X_OPENAI_HOST_HASH | "902851956" |
PATH | "/opt/bitnami/apache/bin:/opt/bitnami/common/bin:/opt/bitnami/apache/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/opt/bitnami/gonit/bin:/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/varnish/bin:/opt/bitnami/varnish/sbin:/opt/bitnami/nami/bin:/opt/bitnami/apache/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/opt/bitnami/gonit/bin:/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/varnish/bin:/opt/bitnami/varnish/sbin:/opt/bitnami/nami/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |
PHP_SELF | "/index.php" |
QUERY_STRING | "" |
REDIRECT_SCRIPT_URI | "http://44.217.72.23/reset-password" |
REDIRECT_SCRIPT_URL | "/reset-password" |
REDIRECT_STATUS | "200" |
REDIRECT_URL | "/reset-password" |
REMOTE_ADDR | "20.171.207.8" |
REMOTE_PORT | "52688" |
REQUEST_METHOD | "GET" |
REQUEST_SCHEME | "http" |
REQUEST_TIME | 1745067412 |
REQUEST_TIME_FLOAT | 1745067412.0266 |
REQUEST_URI | "/reset-password" |
SCRIPT_FILENAME | "/opt/bitnami/apache/htdocs/public/index.php" |
SCRIPT_NAME | "/index.php" |
SCRIPT_URI | "http://44.217.72.23/reset-password" |
SCRIPT_URL | "/reset-password" |
SERVER_ADDR | "172.26.10.103" |
SERVER_ADMIN | "eregis@devstar.mx" |
SERVER_NAME | "44.217.72.23" |
SERVER_PORT | "80" |
SERVER_PROTOCOL | "HTTP/1.1" |
SERVER_SIGNATURE | "" |
SERVER_SOFTWARE | "Apache" |
SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,MAILER_DSN,CORS_ALLOW_ORIGIN,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,KERNEL_CLASS,SENDGRID_API_KEY,SENDGRID_FROM_EMAIL,SENDGRID_FROM_NAME,SENDGRID_PLAN_TEMPLATE_ID,DEFAULT_URI,DATABASE_URL,LOCK_DSN" |
USER | "daemon" |
Parent Request
Return to parent request (token = 23243d)
Key | Value |
---|---|
_api_platform_links | Symfony\Component\WebLink\GenericLinkProvider {#4048 -links: [ 4046 => Symfony\Component\WebLink\Link {#4046 -href: "http://44.217.72.23/api/docs.jsonld" -rel: [ "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation" ] -attributes: [] } ] } |
_controller | "App\Controller\ResetPasswordController::request" |
_firewall_context | "security.firewall.map.context.main" |
_remove_csp_headers | true |
_route | "app_forgot_password_request" |
_route_params | [] |
_security_firewall_run | "_security_main" |
_stopwatch_token | "50715f" |