{
    "timestamp": "2026-04-12 05:46:37.338875",
    "ip_address": "13.212.176.233",
    "http_code": 500,
    "method": "GET",
    "uri": "\/public\/phpinfo.php",
    "response_time_ms": 190.1710033416748,
    "request_headers": {
        "accept": "*\/*",
        "content-length": "0",
        "cookie": "***REDACTED***",
        "host": "shop.yimalabs.com",
        "user-agent": "Mozilla\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/131.0.0.0 Safari\/537.36",
        "x-country-code": "SG",
        "x-autonomous-system": "16509",
        "x-real-ip": "13.212.176.233",
        "x-forwarded-proto": "https",
        "x-forwarded-port": "443",
        "x-ssl": "yes",
        "next-action": "x",
        "x-nextjs-request-id": "ac7cf365",
        "x-php-ob-level": "1"
    },
    "request_body": null,
    "exception": {
        "message": "No route found for \"GET https:\/\/shop.yimalabs.com\/public\/phpinfo.php\"",
        "code": 0,
        "file": "\/home\/lyel0211\/shop.yimalabs.com\/vendor\/symfony\/http-kernel\/EventListener\/RouterListener.php",
        "line": 127,
        "trace": [
            {
                "file": "\/home\/lyel0211\/shop.yimalabs.com\/vendor\/symfony\/event-dispatcher\/Debug\/WrappedListener.php",
                "line": 116,
                "function": "onKernelRequest",
                "class": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener",
                "type": "->"
            },
            {
                "file": "\/home\/lyel0211\/shop.yimalabs.com\/vendor\/symfony\/event-dispatcher\/EventDispatcher.php",
                "line": 220,
                "function": "__invoke",
                "class": "Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener",
                "type": "->"
            },
            {
                "file": "\/home\/lyel0211\/shop.yimalabs.com\/vendor\/symfony\/event-dispatcher\/EventDispatcher.php",
                "line": 56,
                "function": "callListeners",
                "class": "Symfony\\Component\\EventDispatcher\\EventDispatcher",
                "type": "->"
            },
            {
                "file": "\/home\/lyel0211\/shop.yimalabs.com\/vendor\/symfony\/event-dispatcher\/Debug\/TraceableEventDispatcher.php",
                "line": 139,
                "function": "dispatch",
                "class": "Symfony\\Component\\EventDispatcher\\EventDispatcher",
                "type": "->"
            },
            {
                "file": "\/home\/lyel0211\/shop.yimalabs.com\/vendor\/symfony\/http-kernel\/HttpKernel.php",
                "line": 157,
                "function": "dispatch",
                "class": "Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher",
                "type": "->"
            }
        ]
    }
}
{
    "timestamp": "2026-04-12 05:46:37.735282",
    "ip_address": "13.212.176.233",
    "http_code": 500,
    "method": "GET",
    "uri": "\/public\/phpinfo.php",
    "response_time_ms": null,
    "request_headers": {
        "accept": "*\/*",
        "content-length": "0",
        "cookie": "***REDACTED***",
        "host": "shop.yimalabs.com",
        "user-agent": "Mozilla\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/131.0.0.0 Safari\/537.36",
        "x-country-code": "SG",
        "x-autonomous-system": "16509",
        "x-real-ip": "13.212.176.233",
        "x-forwarded-proto": "https",
        "x-forwarded-port": "443",
        "x-ssl": "yes",
        "next-action": "x",
        "x-nextjs-request-id": "ac7cf365",
        "x-php-ob-level": "1"
    },
    "request_body": null,
    "response_headers": {
        "cache-control": "no-cache, private",
        "date": "Sun, 12 Apr 2026 05:46:37 GMT",
        "content-type": "text\/html; charset=UTF-8",
        "x-debug-token": "83bea4",
        "x-debug-token-link": "https:\/\/shop.yimalabs.com\/public\/_profiler\/83bea4",
        "x-robots-tag": "noindex"
    },
    "response_body": "<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Erreur - 2ABCORP<\/title>\n    <style>\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 20px;\n        }\n        .error-container {\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);\n            max-width: 600px;\n            width: 100%;\n            padding: 40px;\n            text-align: center;\n        }\n        .error-icon {\n            font-size: 64px;\n            margin-bottom: 20px;\n        }\n        h1 {\n            color: #1f2937;\n            font-size: 28px;\n            margin-bottom: 16px;\n        }\n        p {\n            color: #6b7280;\n            font-size: 16px;\n            line-height: 1.6;\n            margin-bottom: 24px;\n        }\n        .error-code {\n            background: #fee2e2;\n            color: #991b1b;\n            padding: 8px 16px;\n            border-radius: 6px;\n            font-family: monospace;\n            font-size: 14px;\n            margin-bottom: 24px;\n            display: inline-block;\n        }\n        .btn {\n            background: #667eea;\n            color: white;\n            padding: 12px 24px;\n            border-radius: 6px;\n            text-decoration: none;\n            display: inline-block;\n            font-weight: 500;\n            transition: background 0.2s;\n        }\n        .btn:hover {\n            background: #5568d3;\n        }\n        .debug-info {\n            margin-top: 32px;\n            padding-top: 32px;\n            border-top: 1px solid #e5e7eb;\n            text-align: left;\n        }\n        .debug-info h2 {\n            color: #1f2937;\n            font-size: 18px;\n            margin-bottom: 12px;\n        }\n        .debug-info pre {\n            background: #f3f4f6;\n            padding: 16px;\n            border-radius: 6px;\n            overflow-x: auto;\n            font-size: 12px;\n            color: #374151;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"error-container\">\n        <div class=\"error-icon\">🚨<\/div>\n        <h1>Une erreur est survenue<\/h1>\n        <p>Nous sommes désolés, une erreur technique s'est produite. Nos équipes ont été automatiquement notifiées et travaillent à résoudre le problème.<\/p>\n        <div class=\"error-code\">Code: 500 - Erreur interne du serveur<\/div>\n        <a href=\"\/\" class=\"btn\">Retour à l'accueil<\/a>\n        <div class=\"debug-info\">\n            <h2>🐛 Informations de débogage (DEV uniquement)<\/h2>\n            <pre>No route found for \"GET https:\/\/shop.yimalabs.com\/public\/phpinfo.php\"\n\nFichier: \/home\/lyel0211\/shop.yimalabs.com\/vendor\/symfony\/http-kernel\/EventListener\/RouterListener.php\nLigne: 127\n\nTrace:\n#0 \/home\/lyel0211\/shop.yimalabs.com\/vendor\/symfony\/event-dispatcher\/Debug\/WrappedListener.php(116): Symfony\\Component\\HttpKernel\\EventListener\\RouterListener->onKernelRequest()\n#1 \/home\/lyel0211\/shop.yimalabs.com\/vendor\/symfony\/event-dispatcher\/EventDispatcher.php(220): Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener->__invoke()\n#2 \/home\/lyel0211\/shop.yimalabs.com\/vendor\/symfony\/event-dispatcher\/EventDispatcher.php(56): Symfony\\Component\\EventDispatcher\\EventDispatcher->callListeners()\n#3 \/home\/lyel0211\/shop.yimalabs.com\/vendor\/symfony\/event-dispatcher\/Debug\/TraceableEventDispatcher.php(139): Symfony\\Component\\EventDispatcher\\EventDispatcher->dispatch()\n#4 \/home\/lyel0211\/shop.yimalabs.com\/vendor\/symfony\/http-kernel\/HttpKernel.php(157): Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher->dispatch()\n#5 \/home\/lyel0211\/shop.yimalabs.com\/vendor\/symfony\/http-kernel\/HttpKernel.php(76): Symfony\\Component\\HttpKernel\\HttpKernel->handleRaw()\n#6 \/home\/lyel0211\/shop.yimalabs.com\/vendor\/symfony\/http-kernel\/Kernel.php(197): Symfony\\Component\\HttpKernel\\HttpKernel->handle()\n#7 \/home\/lyel0211\/shop.yimalabs.com\/vendor\/symfony\/runtime\/Runner\/Symfony\/HttpKernelRunner.php(35): Symfony\\Component\\HttpKernel\\Kernel->handle()\n#8 \/home\/lyel0211\/shop.yimalabs.com\/vendor\/autoload_runtime.php(29): Symfony\\Component\\Runtime\\Runner\\Symfony\\HttpKernelRunner->run()\n#9 \/home\/lyel0211\/shop.yimalabs.com\/public\/index.php(5): require_once('\/home\/lyel0211\/...')\n#10 {main}<\/pre>\n        <\/div>    <\/div>\n\n<div id=\"sfwdt83bea4\" class=\"sf-toolbar sf-display-none\" role=\"region\" aria-label=\"Symfony Web Debug Toolbar\">    <!-- START of Symfony Web Debug Toolbar --><div id=\"sfMiniToolbar-83bea4\" class=\"sf-minitoolbar\" data-no-turbolink data-turbo=\"false\">    <button type=\"button\" title=\"Show Symfony toolbar\" id=\"sfToolbarMiniToggler-83bea4\" accesskey=\"D\" aria-expanded=\"false\" aria-controls=\"sfToolbarMainContent-83bea4\">        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M12 .9C5.8.9.9 5.8.9 12a11 11 0 1 0 22.2 0A11 11 0 0 0 12 .9zm6.5 6c-.6 0-.9-.3-.9-.8 0-.2 0-.4.2-.6l.2-.4c0-.3-.5-.4-.6-.4-1.8.1-2.3 2.5-2.7 4.4l-.2 1c1 .2 1.8 0 2.2-.3.6-.4-.2-.7-.1-1.2.1-.3.5-.5.7-.6.5 0 .7.5.7.9 0 .7-1 1.8-3 1.8l-.6-.1-.6 2.4c-.4 1.6-.8 3.8-2.4 5.7-1.4 1.7-2.9 1.9-3.5 1.9-1.2 0-1.9-.6-2-1.5 0-.8.7-1.3 1.2-1.3.6 0 1.1.5 1.1 1s-.2.6-.4.6c-.1.1-.3.2-.3.4 0 .1.1.3.4.3.5 0 .8-.3 1.1-.5 1.2-.9 1.6-2.7 2.2-5.7l.1-.7.7-3.2c-.8-.6-1.3-1.4-2.4-1.7-.6-.1-1.1.1-1.5.5-.4.5-.2 1.1.2 1.5l.7.6c.7.8 1.2 1.6 1 2.5-.3 1.5-2 2.6-4 1.9-1.8-.6-2-1.8-1.8-2.5.2-.6.6-.7 1.1-.6.5.2.6.7.6 1.2l-.1.3c-.2.1-.3.3-.3.4-.1.4.4.6.7.7.7.3 1.6-.2 1.8-.8a1 1 0 0 0-.4-1.1l-.7-.8c-.4-.4-1.1-1.4-.7-2.6.1-.5.4-.9.7-1.3a4 4 0 0 1 2.8-.6c1.2.4 1.8 1.1 2.6 1.8.5-1.2 1-2.4 1.8-3.5.9-.9 1.9-1.6 3.1-1.7 1.3.2 2.2.7 2.2 1.6 0 .4-.2 1.1-.9 1.1z\"\/><\/svg>    <\/button><\/div><div id=\"sfToolbarClearer-83bea4\" class=\"sf-toolbar-clearer\"><\/div><div id=\"sfToolbarMainContent-83bea4\" class=\"sf-toolbarreset notranslate clear-fix\" data-no-turbolink data-turbo=\"false\">                                                    <div class=\"sf-toolbar-block sf-toolbar-block-request sf-toolbar-status-normal \" >    <a href=\"https:\/\/shop.yimalabs.com\/public\/_profiler\/83bea4?panel=request\">        <div class=\"sf-toolbar-icon\">        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M12 .9C5.8.9.9 5.8.9 12a11 11 0 1 0 22.2 0A11 11 0 0 0 12 .9zm6.5 6c-.6 0-.9-.3-.9-.8 0-.2 0-.4.2-.6l.2-.4c0-.3-.5-.4-.6-.4-1.8.1-2.3 2.5-2.7 4.4l-.2 1c1 .2 1.8 0 2.2-.3.6-.4-.2-.7-.1-1.2.1-.3.5-.5.7-.6.5 0 .7.5.7.9 0 .7-1 1.8-3 1.8l-.6-.1-.6 2.4c-.4 1.6-.8 3.8-2.4 5.7-1.4 1.7-2.9 1.9-3.5 1.9-1.2 0-1.9-.6-2-1.5 0-.8.7-1.3 1.2-1.3.6 0 1.1.5 1.1 1s-.2.6-.4.6c-.1.1-.3.2-.3.4 0 .1.1.3.4.3.5 0 .8-.3 1.1-.5 1.2-.9 1.6-2.7 2.2-5.7l.1-.7.7-3.2c-.8-.6-1.3-1.4-2.4-1.7-.6-.1-1.1.1-1.5.5-.4.5-.2 1.1.2 1.5l.7.6c.7.8 1.2 1.6 1 2.5-.3 1.5-2 2.6-4 1.9-1.8-.6-2-1.8-1.8-2.5.2-.6.6-.7 1.1-.6.5.2.6.7.6 1.2l-.1.3c-.2.1-.3.3-.3.4-.1.4.4.6.7.7.7.3 1.6-.2 1.8-.8a1 1 0 0 0-.4-1.1l-.7-.8c-.4-.4-1.1-1.4-.7-2.6.1-.5.4-.9.7-1.3a4 4 0 0 1 2.8-.6c1.2.4 1.8 1.1 2.6 1.8.5-1.2 1-2.4 1.8-3.5.9-.9 1.9-1.6 3.1-1.7 1.3.2 2.2.7 2.2 1.6 0 .4-.2 1.1-.9 1.1z\"\/><\/svg>        <span class=\"sf-toolbar-value sf-toolbar-ajax-request-counter\">            Loading&hellip;        <\/span>    <\/div>    <\/a>        <div class=\"sf-toolbar-info\">        <div class=\"sf-toolbar-info-piece\">            <b>Loading the web debug toolbar&hellip;<\/b>        <\/div>        <div class=\"sf-toolbar-info-piece\">            Attempt #<span id=\"sfLoadCounter-83bea4\"><\/span>        <\/div>        <div class=\"sf-toolbar-info-piece\">            <b>                <button class=\"sf-cancel-button\" type=\"button\" id=\"sfLoadCancel-83bea4\" title=\"Cancel loading\">Cancel<\/button>            <\/b>        <\/div>    <\/div><\/div>                                <button class=\"hide-button\" type=\"button\" id=\"sfToolbarHideButton-83bea4\" title=\"Close Toolbar\" accesskey=\"D\" aria-expanded=\"true\" aria-controls=\"sfToolbarMainContent-83bea4\">        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" data-icon-name=\"icon-tabler-x\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">    <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"><\/path>    <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line>    <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line><\/svg>    <\/button><\/div><!-- END of Symfony Web Debug Toolbar --><\/div><style nonce=\"79250dd3bc8eb981e0f107eafa127474\">    .sf-toolbarreset {    --sf-toolbar-font-family-system: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";    --sf-toolbar-font-family-monospace: \"Ubuntu Mono\", \"JetBrains Mono\", ui-monospace, \"Roboto Mono\", SFMono-Regular, Menlo, Monaco, Consolas,\"Liberation Mono\", \"Courier New\", monospace;    --sf-toolbar-white: #fff;    --sf-toolbar-black: #000;    --sf-toolbar-gray-50: #fafafa;    --sf-toolbar-gray-100: #f5f5f5;    --sf-toolbar-gray-200: #e5e5e5;    --sf-toolbar-gray-300: #d4d4d4;    --sf-toolbar-gray-400: #a3a3a3;    --sf-toolbar-gray-500: #737373;    --sf-toolbar-gray-600: #525252;    --sf-toolbar-gray-700: #404040;    --sf-toolbar-gray-800: #262626;    --sf-toolbar-gray-900: #171717;    --sf-toolbar-red-50: #FEFBFC;    --sf-toolbar-red-100: #FCE9ED;    --sf-toolbar-red-200: #F5B8C5;    --sf-toolbar-red-300: #EF869C;    --sf-toolbar-red-400: #E85574;    --sf-toolbar-red-500: #E1244B;    --sf-toolbar-red-600: #B41939;    --sf-toolbar-red-700: #83122A;    --sf-toolbar-red-800: #510B1A;    --sf-toolbar-red-900: #20040A;    --sf-toolbar-yellow-50: #fef7e1;    --sf-toolbar-yellow-100: #fef2cd;    --sf-toolbar-yellow-200: #fde496;    --sf-toolbar-yellow-300: #fcd55f;    --sf-toolbar-yellow-400: #fbc728;    --sf-toolbar-yellow-500: #e6af05;    --sf-toolbar-yellow-600: #af8503;    --sf-toolbar-yello...[TRUNCATED]"
}
