ErrorController
Request
GET Parameters
Key | Value |
---|---|
id | "81" |
POST Parameters
No POST parameters
Uploaded Files
No files were uploaded
Request Attributes
Key | Value |
---|---|
_controller | "error_controller" |
exception | Twig\Error\RuntimeError {#952 -lineno: 139 -name: "clients/detail.html.twig" -rawMessage: "Impossible to invoke a method ("getDate") on an array." -sourcePath: "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/templates/clients/detail.html.twig" -sourceCode: """ {% extends "base.html.twig" %}\n {% block headerStyles %}\n {{ parent() }}\n {% endblock %}\n \n {% block content %}\n <div class="page-content">\n <div class="page-breadcrumb d-none d-sm-flex align-items-center mb-3">\n <div class="breadcrumb-title pe-3">Cliente: {{ client.getName()~' '~client.getSurname() }}</div>\n \n <div class=" d-sm-flex align-items-center ms-auto">\n \n \n </div>\n \n <div class="ms-auto">\n </div>\n </div>\n <div class="row">\n <div class="col-md-4">\n <form action="{{ path('modifyClientData') }}?id={{ client.getId() }}" method="POST">\n <div class="card">\n <div class="card-body p-4">\n <h5>Datos personales</h5>\n <hr>\n <div class="mb-3">\n <label for="inputProductTitle" class="form-label">Nombre del Cliente</label>\n <input type="text" class="form-control" id="inputProductTitle" name="name" value="{{ client.getName() }}">\n </div>\n <div class="mb-3">\n <label for="surname" class="form-label">Apellidos del Cliente</label>\n <input type="text" class="form-control" id="surname" name="surname" value="{{ client.getSurname() }}">\n </div>\n <div class="mb-3">\n <label for="email" class="form-label">Email del Cliente</label>\n <input type="text" class="form-control" id="email" name="email" value="{{ client.getEmail() }}">\n </div>\n <div class="mb-3">\n <label for="nif" class="form-label">Nif / CIF del Cliente</label>\n <input type="text" class="form-control" id="nif" name="nif" value="{{ client.getNif() }}">\n </div>\n <div class="mb-3">\n <label for="phone" class="form-label">Teléfono del Cliente</label>\n <input type="text" class="form-control" id="phone" name="phone" value="{{ client.getPhone() }}">\n </div>\n </div>\n </div>\n <div class="card">\n <div class="card-body p-4">\n <h5>Dirección </h5>\n <hr>\n <div class="mb-3">\n <label for="address" class="form-label">Dirección</label>\n <input type="text" class="form-control" id="address" name="address" value="{{ client.getAddress() }}">\n </div>\n <div class="mb-3">\n <label for="cp" class="form-label">Código postal</label>\n <input type="text" class="form-control" id="cp" name="cp" value="{{ client.getCp() }}">\n </div>\n <div class="mb-3">\n <label for="city" class="form-label">Ciudad</label>\n <input type="text" class="form-control" id="city" name="city" value="{{ client.getCity() }}">\n </div>\n <div class="mb-3">\n <label for="state" class="form-label">Província</label>\n <input type="text" class="form-control" id="state" name="state" value="{{ client.getState() }}">\n </div>\n <div class="mb-3">\n <label for="country" class="form-label">País</label>\n <input type="text" class="form-control" id="country" name="country" value="{{ client.getCountry() }}">\n </div>\n </div>\n </div>\n <div class="card">\n <div class="card-body p-4">\n <div class="d-grid">\n <button type="submit" class="btn btn-primary btn-block">Guardar cambios</button>\n </div>\n </div>\n </div>\n </form>\n </div>\n <div class="col-md-8">\n <div class="card">\n <div class="card-body p-4">\n <h5>Estadísticas y datos</h5>\n <hr>\n <div class="row row-cols-1 row-cols-md-2 row-cols-xl-4">\n <div class="col">\n <div class="card radius-10 border-start border-0 border-3 border-info">\n <div class="card-body">\n <div class="d-flex align-items-center">\n <div>\n <p class="mb-0 text-secondary">Total ventas</p>\n <h4 class="my-1 text-info">{{ client.getId() | calculaVenta() }}</h4>\n </div>\n <div class="widgets-icons-2 rounded-circle bg-gradient-scooter text-white ms-auto"><i class="bx bxs-wallet"></i>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class="col">\n <div class="card radius-10 border-start border-0 border-3 border-success">\n <div class="card-body">\n <div class="d-flex align-items-center">\n <div>\n <p class="mb-0 text-secondary">Total Productos comprados</p>\n <h4 class="my-1 text-success">{{ prods_cant }}</h4>\n \n </div>\n <div class="widgets-icons-2 rounded-circle bg-gradient-ohhappiness text-white ms-auto"><i class="bx bxs-cart"></i>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class="col">\n <div class="card radius-10 border-start border-0 border-3 border-danger">\n <div class="card-body">\n <div class="d-flex align-items-center">\n <div>\n <p class="mb-0 text-secondary">Productos reservados</p>\n <h4 class="my-1 text-danger">{{ prods_res }}</h4>\n \n </div>\n <div class="widgets-icons-2 rounded-circle bg-gradient-bloody text-white ms-auto"><i class="bx bxs-save"></i>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class="col">\n <div class="card radius-10 border-start border-0 border-3 border-warning">\n <div class="card-body">\n <div class="d-flex align-items-center">\n <div>\n <p class="mb-0 text-secondary">Ultima compra</p>\n <h4 class="my-1 text-warning">{{ last_buy.getDate() | date("d/m/Y") }}</h4>\n \n </div>\n <div class="widgets-icons-2 rounded-circle bg-gradient-blooker text-white ms-auto"><i class="bx bxs-calendar"></i>\n </div>\n </div>\n </div>\n </div>\n </div> \n </div>\n </div>\n </div>\n <div class="card">\n <div class="card-body p-4">\n <h5>Ventas</h5>\n <hr>\n <table class="table mb-0">\n <thead>\n <tr>\n <th scope="col" class="cabecera_filtrada" data-filter="id">ID</th>\n <th scope="col" class="cabecera_filtrada" data-filter="date">Fecha</th>\n <th scope="col">Cliente</th>\n <th scope="col">Vendido por</th>\n <th scope="col" class="cabecera_filtrada" data-filter="subtotal">Subtotal</th>\n <th scope="col" class="cabecera_filtrada" data-filter="ivaValue">Iva</th>\n <th scope="col" class="cabecera_filtrada" data-filter="total">Total</th>\n <th scope="col">Estado</th>\n <th scope="col">Detalles</th>\n \n </tr>\n </thead>\n <tbody>\n {% for venta in ventas %}\n <tr>\n <th scope="row">{{ venta.getId() }}</th>\n <td>{{ venta.getDate() | date ("d/m/Y") }}</td>\n <td>{{ venta.getClientId() | getClienteName() }}</td>\n <td>{{ venta.getUserId() | getUserName() }}</td>\n <td>{{ venta.getSubtotal() }}</td>\n <td>{{ venta.getIvaValue() }}</td>\n <td>{{ venta.getTotal() }}</td>\n <td>{{ (venta.getStatus() | getStatusLabel()) | raw }}</td>\n \n <td>\n <button onclick="viewTicket({{venta.getId()}})" class="btn btn-outline-primary" ><i class="bx bx-file"></i></button>\n <button onclick="printTicket({{venta.getId()}})" class="btn btn-outline-primary" ><i class="bx bx-printer"></i></button>\n <button onclick="printTicketRegalo({{venta.getId()}})" class="btn btn-outline-primary" ><i class="bx bx-gift"></i></button>\n </td>\n \n </tr>\n {% endfor %}\n </tbody>\n </table>\n <div class="mt-3 col-md-12 text-center align-content-center">\n {{ knp_pagination_render(ventas) }}\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n {% endblock %}\n \n {% block footerScripts %}\n {{ parent() }}\n <script>\n function printTicket(id){\n $.ajax({\n url:'{{path("printTicket")}}',\n type:'POST',\n async:false,\n data: {id:id },\n success:function(html){\n var mywindow = window.open('', 'PRINT', 'height=400,width=600'); \n mywindow.document.write(html);\n \n mywindow.document.close();\n mywindow.focus();\n \n mywindow.print();\n //mywindow.close();\n }\n });\n }\n function printTicketRegalo(id){\n $.ajax({\n url:'{{path("printTicketRegalo")}}',\n type:'POST',\n async:false,\n data: {id:id },\n success:function(html){\n var mywindow = window.open('', 'PRINT', 'height=400,width=600'); \n mywindow.document.write(html);\n \n mywindow.document.close();\n mywindow.focus();\n setTimeout(function(){\n mywindow.print();\n },2000);\n //mywindow.close();\n }\n });\n }\n function viewTicket(id){\n $.ajax({\n url:'{{path("printTicket")}}',\n type:'POST',\n async:false,\n data: {id:id },\n success:function(html){\n var mywindow = window.open('', 'PRINT', 'height=400,width=600'); \n mywindow.document.write(html);\n \n mywindow.document.close();\n mywindow.focus();\n \n //mywindow.print();\n //mywindow.close();\n }\n });\n }\n </script>\n \n {% endblock %} """ #message: "Impossible to invoke a method ("getDate") on an array." #code: 0 #file: "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/templates/clients/detail.html.twig" #line: 139 : { { twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) … › |
logger | Symfony\Bridge\Monolog\Logger {#51 …6} |
Request Headers
Header | Value |
---|---|
accept | "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" |
accept-encoding | "gzip, deflate, br, zstd" |
accept-language | "es-ES,es;q=0.9" |
connection | "close" |
cookie | "PHPSESSID=ho8fr22d0vj0g68tf4vn943vii" |
host | "nubesdecoloreskids.sell-io.es" |
priority | "u=0, i" |
referer | "https://nubesdecoloreskids.sell-io.es/clientes" |
sec-ch-ua | ""Google Chrome";v="137", "Chromium";v="137", "Not/A)Brand";v="24"" |
sec-ch-ua-mobile | "?0" |
sec-ch-ua-platform | ""macOS"" |
sec-fetch-dest | "document" |
sec-fetch-mode | "navigate" |
sec-fetch-site | "same-origin" |
sec-fetch-user | "?1" |
upgrade-insecure-requests | "1" |
user-agent | "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" |
x-forwarded-for | "83.50.21.225" |
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 | "Tue, 01 Jul 2025 17:46:20 GMT" |
x-debug-exception | "Impossible%20to%20invoke%20a%20method%20%28%22getDate%22%29%20on%20an%20array." |
x-debug-exception-file | "%2Fhome%2FideosAdmin%2Fweb%2Fnubesdecoloreskids.sell-io.es%2Fpublic_html%2Ftemplates%2Fclients%2Fdetail.html.twig:139" |
x-debug-token | "456505" |
Cookies
Request Cookies
Key | Value |
---|---|
PHPSESSID | "ho8fr22d0vj0g68tf4vn943vii" |
Response Cookies
No response cookies
Session 6
Session Metadata
Key | Value |
---|---|
Created | "Tue, 01 Jul 25 19:27:03 +0200" |
Last used | "Tue, 01 Jul 25 19:46:17 +0200" |
Lifetime | "0" |
Session Attributes
Attribute | Value |
---|---|
_csrf/https-clientes | "snRskZEBDAxG6hFhOkTSPpTP0uxw1UHRVq71SkpjmdQ" |
_csrf/https-users | "XvoWj3JRxtazs0iRzPv0tUAN4flOxVSN8FKt377aUMI" |
_security_main | "O:74:"Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken":3:{i:0;N;i:1;s:4:"main";i:2;a:5:{i:0;O:16:"App\Entity\Users":6:{s:20:"\x00App\Entity\Users\x00id";i:1;s:22:"\x00App\Entity\Users\x00name";s:10:"Jose Angel";s:25:"\x00App\Entity\Users\x00surname";s:5:"Parra";s:23:"\x00App\Entity\Users\x00email";s:16:"jparra@ideos.cat";s:26:"\x00App\Entity\Users\x00password";s:60:"$2y$04$Ut89KgtAZQTtdRav3rUFh.oz6qFbQWDEJPhlcpcl7iY4CdTwgcSvG";s:22:"\x00App\Entity\Users\x00role";s:5:"ADMIN";}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:2:{i:0;s:5:"ADMIN";i:1;s:4:"USER";}}}" |
Session Usage
6
Usages
Stateless check enabled
Usage |
---|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:43
[ [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php" "line" => 43 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/security-http/Firewall/AccessListener.php" "line" => 69 "function" => "getToken" "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php" "line" => 49 "function" => "authenticate" "class" => "Symfony\Component\Security\Http\Firewall\AccessListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/security-http/Firewall/AbstractListener.php" "line" => 26 "function" => "authenticate" "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php" "line" => 62 "function" => "__invoke" "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/security-http/Firewall.php" "line" => 86 "function" => "callListeners" "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 117 "function" => "onKernelRequest" "class" => "Symfony\Component\Security\Http\Firewall" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 151 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 133 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 79 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/Kernel.php" "line" => 195 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/public/index.php" "line" => 20 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[ [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 68 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 161 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 90 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 117 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 151 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 190 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 178 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 79 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php" "line" => 60 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 117 "function" => "onKernelException" "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 151 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 218 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 90 "function" => "handleThrowable" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/Kernel.php" "line" => 195 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/public/index.php" "line" => 20 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[ [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 69 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 161 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 90 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 117 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 151 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 190 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 178 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 79 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php" "line" => 60 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 117 "function" => "onKernelException" "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 151 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 218 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 90 "function" => "handleThrowable" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/Kernel.php" "line" => 195 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/public/index.php" "line" => 20 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[ [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 70 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 161 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 90 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 117 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 151 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 190 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 178 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 79 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php" "line" => 60 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 117 "function" => "onKernelException" "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 151 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 218 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 90 "function" => "handleThrowable" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/Kernel.php" "line" => 195 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/public/index.php" "line" => 20 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[ [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 71 "function" => "all" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 161 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 90 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 117 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 151 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 190 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 178 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 79 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php" "line" => 60 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 117 "function" => "onKernelException" "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 151 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 218 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 90 "function" => "handleThrowable" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/Kernel.php" "line" => 195 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/public/index.php" "line" => 20 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[ [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 72 "function" => "getFlashBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 161 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 90 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 117 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 151 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 190 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 178 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 79 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php" "line" => 60 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 117 "function" => "onKernelException" "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 151 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 218 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 90 "function" => "handleThrowable" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/vendor/symfony/http-kernel/Kernel.php" "line" => 195 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/public/index.php" "line" => 20 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
Key | Value |
---|---|
APP_ENV | "dev" |
APP_SECRET | "c68b5e63277894a3c23afdfa1a9d4b6c" |
DATABASE_URL | "mysql://ideosAdmin_selio_nubes:yeefuB-23!@127.0.0.1:3306/ideosAdmin_selio_nubes?serverVersion=5.7" |
MAILER_DSN | "smtp://suport%40ideos.cat:TheLittleBig2025!@ssl0.ovh.net:465" |
Defined as regular env variables
Key | Value |
---|---|
APP_DEBUG | "1" |
BASE | "/public" |
CONTEXT_DOCUMENT_ROOT | "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html" |
CONTEXT_PREFIX | "" |
DOCUMENT_ROOT | "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html" |
FCGI_ROLE | "RESPONDER" |
GATEWAY_INTERFACE | "CGI/1.1" |
HOME | "/home/ideosAdmin" |
HTTPS | "on" |
HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" |
HTTP_ACCEPT_ENCODING | "gzip, deflate, br, zstd" |
HTTP_ACCEPT_LANGUAGE | "es-ES,es;q=0.9" |
HTTP_CONNECTION | "close" |
HTTP_COOKIE | "PHPSESSID=ho8fr22d0vj0g68tf4vn943vii" |
HTTP_HOST | "nubesdecoloreskids.sell-io.es" |
HTTP_PRIORITY | "u=0, i" |
HTTP_REFERER | "https://nubesdecoloreskids.sell-io.es/clientes" |
HTTP_SEC_CH_UA | ""Google Chrome";v="137", "Chromium";v="137", "Not/A)Brand";v="24"" |
HTTP_SEC_CH_UA_MOBILE | "?0" |
HTTP_SEC_CH_UA_PLATFORM | ""macOS"" |
HTTP_SEC_FETCH_DEST | "document" |
HTTP_SEC_FETCH_MODE | "navigate" |
HTTP_SEC_FETCH_SITE | "same-origin" |
HTTP_SEC_FETCH_USER | "?1" |
HTTP_UPGRADE_INSECURE_REQUESTS | "1" |
HTTP_USER_AGENT | "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" |
HTTP_X_FORWARDED_FOR | "83.50.21.225" |
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" |
PHP_SELF | "/public/index.php" |
QUERY_STRING | "id=81" |
REDIRECT_BASE | "/public" |
REDIRECT_HTTPS | "on" |
REDIRECT_QUERY_STRING | "id=81" |
REDIRECT_REDIRECT_HTTPS | "on" |
REDIRECT_REDIRECT_STATUS | "200" |
REDIRECT_STATUS | "200" |
REDIRECT_URL | "/public/clientes/detail" |
REMOTE_ADDR | "83.50.21.225" |
REMOTE_PORT | "43910" |
REQUEST_METHOD | "GET" |
REQUEST_SCHEME | "https" |
REQUEST_TIME | 1751391980 |
REQUEST_TIME_FLOAT | 1751391980.0643 |
REQUEST_URI | "/clientes/detail?id=81" |
SCRIPT_FILENAME | "/home/ideosAdmin/web/nubesdecoloreskids.sell-io.es/public_html/public/index.php" |
SCRIPT_NAME | "/public/index.php" |
SERVER_ADDR | "200.234.227.220" |
SERVER_ADMIN | "info@nubesdecoloreskids.sell-io.es" |
SERVER_NAME | "nubesdecoloreskids.sell-io.es" |
SERVER_PORT | "443" |
SERVER_PROTOCOL | "HTTP/1.0" |
SERVER_SIGNATURE | "" |
SERVER_SOFTWARE | "Apache/2.4.58 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2" |
SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,MAILER_DSN,DATABASE_URL" |
TEMP | "/home/ideosAdmin/tmp" |
TMP | "/home/ideosAdmin/tmp" |
TMPDIR | "/home/ideosAdmin/tmp" |
USER | "ideosAdmin" |
proxy-nokeepalive | "1" |
Parent Request
Return to parent request (token = a4685d)
Key | Value |
---|---|
_controller | "App\Controller\ClientesController::detailClient" |
_firewall_context | "security.firewall.map.context.main" |
_remove_csp_headers | true |
_route | "detail_client" |
_route_params | [] |