https://test01.nextcaddy.com/_profiler/d562d6?panel=form

ErrorController

Request

GET Parameters

Key Value
panel
"form"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"fc7ef9"
exception
ErrorException {#772
  #message: "Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/session) failed: Permission denied (13)"
  #code: 0
  #file: "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
  #line: 116
  #severity: E_NOTICE
  trace: {
    /var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:116 {
      Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->gc($maxlifetime) …
      › {    return $this->handler->gc($maxlifetime);}
    }
    /var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:91 {
      Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc($maxlifetime) …
      › {    return $this->handler->gc($maxlifetime);}
    }
    Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc() {}
    /var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:185 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() …
      › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
    }
    /var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:352 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name) …
      › } elseif (!$this->started) {    $this->start();}
    }
    /var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-foundation/Session/Session.php:261 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name) …
      › {    $bag = $this->storage->getBag($name);}
    /var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-foundation/Session/Session.php:283 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
    }
    /var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-foundation/Session/Session.php:85 {
      Symfony\Component\HttpFoundation\Session\Session->set(string $name, $value) …
      › {    $this->getAttributeBag()->set($name, $value);}
    }
    /var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/src/EventSubscriber/LocaleSubscriber.php:30 {
      App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
      › if ($locale) {    $request->getSession()->set('_locale', $locale);}
    }
    /var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/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);}
    }
    /var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/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 {
    }
    /var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-kernel/HttpKernel.php:139 {
      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);}
    /var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/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) {
    }
    /var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/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 {
    }
    /var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/public/index.php:27 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#941 …9}
paramFetcher
FOS\RestBundle\Request\ParamFetcher {#127
  -container: ContainerBOyR1t9\App_KernelDevDebugContainer {#75 …}
  -parameterBag: FOS\RestBundle\Request\ParameterBag {#129 …}
  -requestStack: Symfony\Component\HttpFoundation\RequestStack {#1059 …}
  -validator: Symfony\Component\Validator\Validator\TraceableValidator {#723 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
cookie
"PHPSESSID=hpckk7vh8atddsomd4f2j7bdtm"
from
"gptbot(at)openai.com"
host
"test01.nextcaddy.com"
referer
"https://test01.nextcaddy.com/_profiler/d562d6?panel=request"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.4; +https://openai.com/gptbot)"
x-accel-internal
"/internal-nginx-static-location"
x-openai-host-hash
"369583888"
x-php-ob-level
"1"
x-real-ip
"74.7.243.237"

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
"Fri, 12 Jun 2026 20:08:43 GMT"
vary
"Accept"
x-debug-exception
"Notice%3A%20SessionHandler%3A%3Agc%28%29%3A%20ps_files_cleanup_dir%3A%20opendir%28%2Fvar%2Flib%2Fphp%2Fsession%29%20failed%3A%20Permission%20denied%20%2813%29"
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Fnextcaddy.com%2Ftest01.nextcaddy.com%2Fvendor%2Fsymfony%2Fhttp-foundation%2FSession%2FStorage%2FHandler%2FStrictSessionHandler.php:116"
x-debug-token
"8b3753"

Cookies

Request Cookies

Key Value
PHPSESSID
"hpckk7vh8atddsomd4f2j7bdtm"

Response Cookies

No response cookies

Session 3

Session Metadata

Key Value
Created
"Fri, 12 Jun 26 22:04:55 +0200"
Last used
"Fri, 12 Jun 26 22:08:43 +0200"
Lifetime
0

Session Attributes

Attribute Value
_locale
"es"

Session Usage

3 Usages
Stateless check enabled
Usage
App\EventSubscriber\LocaleSubscriber:30
[
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/src/EventSubscriber/LocaleSubscriber.php"
    "line" => 30
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "App\EventSubscriber\LocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/public/index.php"
    "line" => 27
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\EventSubscriber\LocaleSubscriber:34
[
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/src/EventSubscriber/LocaleSubscriber.php"
    "line" => 34
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "App\EventSubscriber\LocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/public/index.php"
    "line" => 27
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\EventSubscriber\LocaleSubscriber:35
[
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/src/EventSubscriber/LocaleSubscriber.php"
    "line" => 35
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "App\EventSubscriber\LocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/public/index.php"
    "line" => 27
    "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_FLICKR_ACCESS_TOKEN
"72157720866018468-8f562a0abbe8aa0c"
APP_FLICKR_ACCESS_TOKEN_SECRET
"ff89746b21a83987"
APP_FLICKR_API_KEY
"2bf165a37adbf4ecea0b97d7c9df06b7"
APP_FLICKR_API_SECRET
"478a14cda496828a"
APP_RESOURCE_3D
"https://resources.nextcaddy.com/clubResources/"
APP_SECRET
"ec9c12f9fab27e524652310ce5b67e21"
DATABASE_URL
"mysql://devtestnx:Nchn51$55@127.0.0.1:3306/test_nextcaddy_01?&charset=utf8"
DATABASE_URL_ENC
"mysql://devtestnx:Nchn51$55@127.0.0.1:3306/test_nextcaddy_01&charset=utf8"
DATABASE_URL_NODOQL
"mysql://readUserNodo:hbcD@4508@141.94.192.61:3306/nodo_gql_pro?charset=utf8"
DEFAULT_TIMEZONE
"Europe/Madrid"
EMAILS_TO_ALERTS
"errores.slope@gmail.com,jaime.greenslope@gmail.com"
EMAIL_FROM_ALERTS
"Dev Mail <testersend@slope.es>"
ERROR_MAILER
"errores.slope@gmail.com"
EXPO_DSN
"expo://zzYwVwZO1Z9LidnEV0dq_fAzZu-GEcWBR7QP4__r@default"
FCM_SERVER_KEY
"AAAA0ZsrMlw:APA91bGRLJK2WxB-IHnXc_ntBK8BO6QFVEP-M7EHcpBrhmaYOrDl7xTNr5FJtN058uI8YUiTWE7E-in0i4rSuZQc4Pasa2tjXbotOjTQ1CMMIKZYBmlEYdGdkdViiI65QwYOmSxEuEGg"
JWT_PASSPHRASE
"750d5c1dacabe4e25f7163188fd4aef6644cf9a7b0eb5639f76ffa833f84f485"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_DSN
"failover(sendgrid+api://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@default sendgrid+api://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@default)"
MAIL_TO
"dev2.slope@gmail.com"
SOCKET_URL
"https://ws2.slope.es:29930"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/nextcaddy.com"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_COOKIE
"PHPSESSID=hpckk7vh8atddsomd4f2j7bdtm"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"test01.nextcaddy.com"
HTTP_REFERER
"https://test01.nextcaddy.com/_profiler/d562d6?panel=request"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.4; +https://openai.com/gptbot)"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_OPENAI_HOST_HASH
"369583888"
HTTP_X_REAL_IP
"74.7.243.237"
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins"
PHP_SELF
"/index.php"
QUERY_STRING
"panel=form"
REDIRECT_HTTPS
"on"
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins"
REDIRECT_QUERY_STRING
"panel=form"
REDIRECT_SSL_TLS_SNI
"test01.nextcaddy.com"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aixnS76PJhaN8I4iIiQ@JAAAANI"
REDIRECT_URL
"/_profiler/d562d6"
REMOTE_ADDR
"74.7.243.237"
REMOTE_PORT
"50184"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1781294923
REQUEST_TIME_FLOAT
1781294923.5463
REQUEST_URI
"/_profiler/d562d6?panel=form"
SCRIPT_FILENAME
"/var/www/vhosts/nextcaddy.com/test01.nextcaddy.com/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"141.94.192.61"
SERVER_ADMIN
"root@localhost"
SERVER_NAME
"test01.nextcaddy.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"test01.nextcaddy.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL_NODOQL,MAILER_DSN,FCM_SERVER_KEY,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,MAIL_TO,EXPO_DSN,APP_FLICKR_ACCESS_TOKEN,APP_FLICKR_ACCESS_TOKEN_SECRET,APP_FLICKR_API_KEY,APP_FLICKR_API_SECRET,SOCKET_URL,ERROR_MAILER,EMAIL_FROM_ALERTS,EMAILS_TO_ALERTS,DEFAULT_TIMEZONE,DATABASE_URL,DATABASE_URL_ENC,APP_RESOURCE_3D"
UNIQUE_ID
"aixnS76PJhaN8I4iIiQ@JAAAANI"
USER
"n3xtcaddy"
proxy-nokeepalive
"1"