https://kimonosaika.com/shop/_profiler/840746?panel=router

n/a

Request

GET Parameters

Key Value
panel
"router"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"web_profiler.controller.profiler::panelAction"
_firewall_context
"security.firewall.map.context.dev"
_remove_csp_headers
true
_route
"_profiler"
_route_params
[
  "token" => "840746"
]
_stopwatch_token
"26e12a"
token
"840746"

Request Headers

Header Value
authorization
""
host
"kimonosaika.com"
listen-ipaddr
"49.212.207.49"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36"
via
"1.0 ss215.guard.sakura.ne.jp:80 (EG Secure Solutions/siteguard_http_01/630-0/ss215.guard.sakura.ne."
x-php-ob-level
"0"
x-real-ip
"44.208.193.63"

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
"Sun, 13 Apr 2025 08:37:11 GMT"
set-cookie
"maintenance_token=deleted; expires=Sat, 13-Apr-2024 08:37:10 GMT; Max-Age=0; path=/; httponly"
x-debug-exception
"An%20exception%20occurred%20in%20the%20driver%3A%20SQLSTATE%5B08004%5D%20%5B1040%5D%20Too%20many%20connections"
x-debug-exception-file
"%2Fhome%2Fsaika38%2Fwww%2Fsaika%2Fshop%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php:117"
x-debug-token
"3fd44c"
x-debug-token-link
"https://kimonosaika.com/shop/_profiler/7bce64"
x-previous-debug-token
"7bce64"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

Key Value
maintenance_token
Symfony\Component\HttpFoundation\Cookie {#4070
  #name: "maintenance_token"
  #value: null
  #domain: null
  #expire: 1
  #path: "/"
  #secure: false
  #httpOnly: true
  -raw: false
  -sameSite: null
  -secureDefault: true
}

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
(no data)

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
CONTEXT_DOCUMENT_ROOT
"/home/saika38/www/saika"
CONTEXT_PREFIX
""
DATABASE_CHARSET
"utf8mb4"
DATABASE_SERVER_VERSION
"5.7.40-log"
DATABASE_URL
"mysql://saika38:saikasaika38@mysql57.saika38.sakura.ne.jp/saika38_onlineshop"
DOCUMENT_ROOT
"/home/saika38/www/saika"
ECCUBE_ADMIN_ALLOW_HOSTS
"[]"
ECCUBE_ADMIN_ROUTE
"owner"
ECCUBE_AUTH_MAGIC
"BLquCPnpHAAvKXDi8spuTvqOmRjZv7a4"
ECCUBE_COOKIE_PATH
"/shop"
ECCUBE_FORCE_SSL
"1"
ECCUBE_LOCALE
"ja"
ECCUBE_TEMPLATE_CODE
"default"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_AUTHORIZATION
""
HTTP_HOST
"kimonosaika.com"
HTTP_LISTEN_IPADDR
"49.212.207.49"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36"
HTTP_VIA
"1.0 ss215.guard.sakura.ne.jp:80 (EG Secure Solutions/siteguard_http_01/630-0/ss215.guard.sakura.ne."
HTTP_X_REAL_IP
"44.208.193.63"
MAILER_DSN
"smtp://localhost:25"
PATH
"/usr/local/bin:/usr/bin:/bin"
PHPRC
"/home/saika38/www"
PHP_SELF
"/shop/index.php"
QUERY_STRING
"panel=router"
REDIRECT_QUERY_STRING
"panel=router"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/shop/_profiler/840746"
REMOTE_ADDR
"44.208.193.63"
REMOTE_HOST
"44-208-193-63.crawl.amazonbot.amazon"
REMOTE_PORT
"0"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1744533430
REQUEST_TIME_FLOAT
1744533430.1557
REQUEST_URI
"/shop/_profiler/840746?panel=router"
SCRIPT_FILENAME
"/home/saika38/www/saika/shop/index.php"
SCRIPT_NAME
"/shop/index.php"
SERVER_ADDR
"100.64.0.112"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"kimonosaika.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
TRUSTED_HOSTS
"^kimonosaika\.com$"
argc
1
argv
[
  "panel=router"
]

Sub Requests 1

ErrorController (token = 7bce64)

Key Value
_controller
"error_controller"
_stopwatch_token
"e5b3ba"
exception
Doctrine\DBAL\Exception\DriverException {#2579
  -query: null
  #message: "An exception occurred in the driver: SQLSTATE[08004] [1040] Too many connections"
  #code: 1040
  #file: "/home/saika38/www/saika/shop/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
  #line: 117
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#2568 …}
  trace: {
    /home/saika38/www/saika/shop/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:117 {
      Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      › 
      ›     return new DriverException($exception, $query);}
    }
    /home/saika38/www/saika/shop/vendor/doctrine/dbal/src/Connection.php:1818 {
      Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
      › $this->exceptionConverter ??= $this->_driver->getExceptionConverter();$exception                  = $this->exceptionConverter->convert($driverException, $query);arguments: {
        $exception: Doctrine\DBAL\Driver\PDO\Exception {#2568 …}
        $query: null
      }
    }
    /home/saika38/www/saika/shop/vendor/doctrine/dbal/src/Connection.php:1767 {
      Doctrine\DBAL\Connection->convertException(Exception $e): DriverException …
      › {    return $this->handleDriverException($e, null);}
      arguments: {
        $driverException: Doctrine\DBAL\Driver\PDO\Exception {#2568 …}
        $query: null
      }
    }
    /home/saika38/www/saika/shop/vendor/doctrine/dbal/src/Connection.php:328 {
      Doctrine\DBAL\Connection->connect() …
      › } catch (Driver\Exception $e) {    throw $this->convertException($e);}
      arguments: {
        $e: Doctrine\DBAL\Driver\PDO\Exception {#2568 …}
      }
    }
    /home/saika38/www/saika/shop/vendor/doctrine/dbal/src/Connection.php:1529 {
      Doctrine\DBAL\Connection->getWrappedConnection() …
      › 
      › $this->connect();}
    /home/saika38/www/saika/shop/vendor/doctrine/dbal/src/Connection.php:794 {
      Doctrine\DBAL\Connection->quote($value, $type = ParameterType::STRING) …
      › {    $connection = $this->getWrappedConnection();}
    /home/saika38/www/saika/shop/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/SingleTablePersister.php:153 {
      Doctrine\ORM\Persisters\Entity\SingleTablePersister->getSelectConditionDiscriminatorValueSQL() …
      › if ($this->class->discriminatorValue !== null) { // discriminators can be 0    $values[] = $this->conn->quote($this->class->discriminatorValue);}
      arguments: {
        $value: "baseinfo"
      }
    }
    /home/saika38/www/saika/shop/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/SingleTablePersister.php:128 {
      Doctrine\ORM\Persisters\Entity\SingleTablePersister->getSelectConditionSQL(array $criteria, $assoc = null) …
      › 
      ›     return $conditionSql . $this->getSelectConditionDiscriminatorValueSQL();}
    }
    /home/saika38/www/saika/shop/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:1092 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->getSelectSQL($criteria, $assoc = null, $lockMode = null, $limit = null, $offset = null, array $orderBy = null) …
      › ? $this->getSelectConditionCriteriaSQL($criteria): $this->getSelectConditionSQL($criteria, $assoc);arguments: {
        $criteria: [ …1]
        $assoc: null
      }
    }
    /home/saika38/www/saika/shop/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:748 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, array $orderBy = null) …
      › 
      › $sql              = $this->getSelectSQL($criteria, $assoc, $lockMode, $limit, null, $orderBy);[$params, $types] = $this->expandParameters($criteria);
      arguments: {
        $criteria: [ …1]
        $assoc: null
        $lockMode: null
        $limit: null
        $offset: null
        $orderBy: null
      }
    }
    /home/saika38/www/saika/shop/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:768 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
      › {    return $this->load($identifier, $entity);}
      arguments: {
        $criteria: [ …1]
        $entity: null
      }
    }
    /home/saika38/www/saika/shop/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:521 {
      Doctrine\ORM\EntityManager->find($className, $id, $lockMode = null, $lockVersion = null) …
      ›     default:        return $persister->loadById($sortedId);}
      arguments: {
        $identifier: [ …1]
      }
    }
    /home/saika38/www/saika/shop/var/cache/dev/ContainerL7AxEUz/EntityManager_9a5be93.php:143 {
      ContainerL7AxEUz\EntityManager_9a5be93->find($className, $id, $lockMode = null, $lockVersion = null) …
      › 
      ›     return $this->valueHoldereebf2->find($className, $id, $lockMode, $lockVersion);}
      arguments: {
        $className: "Eccube\Entity\BaseInfo"
        $id: []
        $lockMode: null
        $lockVersion: null
      }
    }
    /home/saika38/www/saika/shop/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
      Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
      › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
      arguments: {
        $className: "Eccube\Entity\BaseInfo"
        $id: 1
        $lockMode: null
        $lockVersion: null
      }
    }
    /home/saika38/www/saika/shop/src/Eccube/Repository/BaseInfoRepository.php:44 {
      Eccube\Repository\BaseInfoRepository->get($id = 1) …
      › {    $BaseInfo = $this->find($id);arguments: {
        $id: 1
      }
    }
    /home/saika38/www/saika/shop/src/Eccube/EventListener/TwigInitializeListener.php:155 {
      Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
      › 
      › $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());}
    /home/saika38/www/saika/shop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#541 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#662 …}
        }
      }
    }
    /home/saika38/www/saika/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#541 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#662 …}
      }
    }
    /home/saika38/www/saika/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …20]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#541 …}
      }
    }
    /home/saika38/www/saika/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#541 …}
        $eventName: "kernel.request"
      }
    }
    /home/saika38/www/saika/shop/vendor/symfony/http-kernel/HttpKernel.php:129 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#541 …}
        $eventName: "kernel.request"
      }
    }
    /home/saika38/www/saika/shop/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#7 …}
        $type: 1
      }
    }
    /home/saika38/www/saika/shop/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#7 …}
        $type: 1
        $catch: true
      }
    }
    /home/saika38/www/saika/shop/index.php:83 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#7 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#548 …8}