Error 500 Internal Server Error

GET https://metalica.zodii.ro/ro/custom-fields

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"198c0d"
exception
Symfony\Component\HttpFoundation\Exception\UnexpectedValueException {#937
  #message: ""
  #code: 0
  #file: "/home/marius/dabilet/src/Controller/Whitelabel/CustomFieldsController.php"
  #line: 217
  trace: {
    /home/marius/dabilet/src/Controller/Whitelabel/CustomFieldsController.php:217 {
      App\Controller\Whitelabel\CustomFieldsController->getCustomFieldsDomain(Request $request): Domain …
      › if (!$whitelabel || $whitelabel->getType() !== DomainType::CustomFields) {    throw new UnexpectedValueException();}
    }
    /home/marius/dabilet/src/Controller/Whitelabel/CustomFieldsController.php:39 {
      App\Controller\Whitelabel\CustomFieldsController->index(Request $request, WhitelabelCustomFieldsOrder $orderToBasket): Response …
      › {    $whitelabel = $this->getCustomFieldsDomain($request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /home/marius/dabilet/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $orderToBasket: App\Services\Payment\BasketFrom\WhitelabelCustomFieldsOrder {#865 …}
      }
    }
    /home/marius/dabilet/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /home/marius/dabilet/vendor/symfony/http-kernel/Kernel.php:182 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /home/marius/dabilet/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /home/marius/dabilet/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/marius/dabilet/public/index.php:14 {
      › 
      › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';arguments: {
        "/home/marius/dabilet/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#283
  -records: [
    2 => [
      [
        "timestamp" => 1765984085
        "timestamp_rfc3339" => "2025-12-17T17:08:05.707+02:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "custom_fields_events"
          "route_parameters" => [
            "_route" => "custom_fields_events"
            "_controller" => "App\Controller\Whitelabel\CustomFieldsController::index"
            "_locale" => "ro"
          ]
          "request_uri" => "https://metalica.zodii.ro/ro/custom-fields"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1765984085
        "timestamp_rfc3339" => "2025-12-17T17:08:05.712+02:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "use_savepoints" => true
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "10.1.8.104"
            "port" => 3306
            "user" => "dabilet-app"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => []
            "dbname" => "dabilet"
            "charset" => "utf8"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1765984085
        "timestamp_rfc3339" => "2025-12-17T17:08:05.724+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.domain AS domain_4, t0.path AS path_5, t0.locale AS locale_6, t0.amount AS amount_7, t0.currency AS currency_8, t0.type AS type_9, t0.status AS status_10, t0.custom_css AS custom_css_11, t0.background_image AS background_image_12, t0.header_image AS header_image_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM whitelabel_domain t0 WHERE t0.domain = ? AND t0.status = ? LIMIT 1"
          "params" => [
            1 => "metalica.zodii.ro"
            2 => "active"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#533
              +name: "STRING"
            }
            2 => Doctrine\DBAL\ParameterType {#533}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1765984085
        "timestamp_rfc3339" => "2025-12-17T17:08:05.738+02:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 4
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1765984085
        "timestamp_rfc3339" => "2025-12-17T17:08:05.738+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1765984085
        "timestamp_rfc3339" => "2025-12-17T17:08:05.739+02:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1765984085
        "timestamp_rfc3339" => "2025-12-17T17:08:05.739+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1765984085
        "timestamp_rfc3339" => "2025-12-17T17:08:05.739+02:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1765984085
        "timestamp_rfc3339" => "2025-12-17T17:08:05.739+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1765984085
        "timestamp_rfc3339" => "2025-12-17T17:08:05.739+02:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1765984085
        "timestamp_rfc3339" => "2025-12-17T17:08:05.739+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1765984085
        "timestamp_rfc3339" => "2025-12-17T17:08:05.739+02:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1765984085
        "timestamp_rfc3339" => "2025-12-17T17:08:05.751+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.info AS info_3, t0.secret_key AS secret_key_4, t0.ipn_url AS ipn_url_5, t0.return_url AS return_url_6 FROM basket_entity t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "wl-custom-fields"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#533}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1765984085
        "timestamp_rfc3339" => "2025-12-17T17:08:05.758+02:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpFoundation\Exception\UnexpectedValueException: "" at CustomFieldsController.php line 217"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Symfony\Component\HttpFoundation\Exception\UnexpectedValueException {#937
            #message: ""
            #code: 0
            #file: "/home/marius/dabilet/src/Controller/Whitelabel/CustomFieldsController.php"
            #line: 217
            trace: {
              /home/marius/dabilet/src/Controller/Whitelabel/CustomFieldsController.php:217 {
                App\Controller\Whitelabel\CustomFieldsController->getCustomFieldsDomain(Request $request): Domain …
                › if (!$whitelabel || $whitelabel->getType() !== DomainType::CustomFields) {    throw new UnexpectedValueException();}
              }
              /home/marius/dabilet/src/Controller/Whitelabel/CustomFieldsController.php:39 {
                App\Controller\Whitelabel\CustomFieldsController->index(Request $request, WhitelabelCustomFieldsOrder $orderToBasket): Response …
                › {    $whitelabel = $this->getCustomFieldsDomain($request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/marius/dabilet/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $orderToBasket: App\Services\Payment\BasketFrom\WhitelabelCustomFieldsOrder {#865 …}
                }
              }
              /home/marius/dabilet/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/marius/dabilet/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/marius/dabilet/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/marius/dabilet/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/marius/dabilet/public/index.php:14 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';arguments: {
                  "/home/marius/dabilet/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
    1104 => [
      [
        "timestamp" => 1765984086
        "timestamp_rfc3339" => "2025-12-17T17:08:06.146+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.domain AS domain_4, t0.path AS path_5, t0.locale AS locale_6, t0.amount AS amount_7, t0.currency AS currency_8, t0.type AS type_9, t0.status AS status_10, t0.custom_css AS custom_css_11, t0.background_image AS background_image_12, t0.header_image AS header_image_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM whitelabel_domain t0 WHERE t0.domain = ? AND t0.status = ? LIMIT 1"
          "params" => [
            1 => "metalica.zodii.ro"
            2 => "active"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#533}
            2 => Doctrine\DBAL\ParameterType {#533}
          ]
        ]
        "channel" => "doctrine"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
    1104 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#282 …}
}
whitelabel
5

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
"en-GB,en-US;q=0.9,en;q=0.8"
cache-control
"max-age=0"
connection
"close"
cookie
"main_deauth_profile_token=643f43; _ga=GA1.1.1673592622.1765964570; _ga_BG1ML7VE7V=GS2.1.s1765964570$o1$g1$t1765964573$j57$l0$h0"
host
"metalica.zodii.ro"
sec-ch-ua
""Google Chrome";v="143", "Chromium";v="143", "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
"none"
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/143.0.0.0 Safari/537.36"
x-forwarded-for
"86.124.90.232"
x-forwarded-proto
"https"
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
"Wed, 17 Dec 2025 15:08:06 GMT"
vary
"Accept"
x-debug-exception
""
x-debug-exception-file
"%2Fhome%2Fmarius%2Fdabilet%2Fsrc%2FController%2FWhitelabel%2FCustomFieldsController.php:217"
x-debug-token
"d297a5"

Cookies

Request Cookies

Key Value
_ga
"GA1.1.1673592622.1765964570"
_ga_BG1ML7VE7V
"GS2.1.s1765964570$o1$g1$t1765964573$j57$l0$h0"
main_deauth_profile_token
"643f43"

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/home/marius/dabilet/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/marius/dabilet/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 79
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/marius/dabilet/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 67
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/marius/dabilet/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 109
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/marius/dabilet/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 32
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/marius/dabilet/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 35
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marius/dabilet/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marius/dabilet/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marius/dabilet/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 91
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marius/dabilet/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marius/dabilet/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/marius/dabilet/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marius/dabilet/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marius/dabilet/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marius/dabilet/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marius/dabilet/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marius/dabilet/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marius/dabilet/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marius/dabilet/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/marius/dabilet/public/index.php"
    "line" => 14
    "args" => [
      "/home/marius/dabilet/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"db91e2e9780394e56586f00995d939d6"
APP_URL
"https://marius.dabilet.machteam.ro"
DATABASE_URL
"mysql://dabilet-app:K%2FnhY4CSw%5Bncli6w@10.1.8.104:3306/dabilet?charset=utf8"
ELASTICSEARCH_CA_PATH
"config/certs/elasticsearch-ca.crt"
ELASTICSEARCH_ENTITIES_INDEX
"entities"
ELASTICSEARCH_EVENTS_INDEX
"events"
ELASTICSEARCH_HOSTS
"https://10.1.8.218:9200"
ELASTICSEARCH_NO_OF_REPLICAS
"0"
ELASTICSEARCH_NO_OF_SHARDS
"1"
ELASTICSEARCH_PASSWORD
"veYizVsSSTkFeuXqVFOt"
ELASTICSEARCH_TICKETS_INDEX
"tickets"
ELASTICSEARCH_USER
"elastic"
EVENT_IMAGE_HEIGHT
"450"
EVENT_IMAGE_WIDTH
"800"
FACEBOOK_CLIENT_ID
"2127424330923739"
FACEBOOK_CLIENT_SECRET
"e213472593a0f232f1ccbebe2e154c71"
FACEBOOK_PAGE
"https://www.facebook.com/profile.php?id=61569630867622"
GOOGLE_CLIENT_ID
"455395184300-lq21k21r63sjmfd2dl3f1066vqcr9pes.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET
"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"
GOOGLE_GTAG
"GTM-KSSZ5PHH"
GOOGLE_MAPS_API_KEY
"AIzaSyC_q2H2NzHMBxuCMcoewpTl208pUUzNZQQ"
GOOGLE_MAPS_ENDPOINT
"https://maps.googleapis.com/maps/api/staticmap"
GOOGLE_RECAPTCHA_SECRET_KEY
"6Lcy8nQqAAAAAHYqgBoMh2H_Wj07JmormbYt586P"
GOOGLE_RECAPTCHA_SITE_KEY
"6Lcy8nQqAAAAAO0m36AEsoDOkq0X38sHAQqqNRMF"
IABILETRO_ACCESS_TOKEN_URL
"https://iabilet-dev.machteam.ro/oauth2/token"
IABILETRO_API_ENDPOINT
"https://iabilet-dev.machteam.ro/api/1.2"
IABILETRO_API_KEY
"UnAQSStg0vZN4x5s"
IABILETRO_API_SECRET
"d6q0sknLMPWaxvcx9ZdX60xdjwkC2lM8"
IABILETRO_AUTHORIZATION_URL
"https://iabilet-dev.machteam.ro/oauth2/authorize"
IABILETRO_CLIENT_ID
"4b93abe9461e9eeb8534594f98cebacde4fe53fa928cf86f2b6d593cc7da8bb5"
IABILETRO_CLIENT_SECRET
"52e3b37e4594a0dd63fbab6199171bc6602efb947bf160ea96e59624924b03ac"
IABILETRO_INFO_URL
"https://iabilet-dev.machteam.ro/api/1.2/me"
IABILETRO_TICKETS_URL
"https://iabilet-dev.machteam.ro/api/1.2/my/tickets"
INSTAGRAM_PAGE
"https://www.instagram.com/dabiletro/"
ISSUANCE_FEE_PERCENTAGE
"12.1"
MACH_NWL_PASSWORD
"e0ar12n7"
MACH_NWL_URL
"https://newsletter.machteamsoft.ro/rest"
MACH_NWL_USER
"dabilet"
MAILER_DSN
"smtp://nwlsender%40bounce.machteamsoft.ro:M%40cht3am%23@mail.bounce.machteamsoft.ro:587"
MAIL_SENDER_ADDRESS
"nwlsender@bounce.machteamsoft.ro"
MAIL_SENDER_NAME
"DaBilet.ro"
MAINTENANCE_ALLOWED_IPS
"37.251.166.58;5.12.59.238"
MAINTENANCE_MODE
"0"
MEMCACHED_SERVERS
"memcache-devel:11211"
METABASE_MAIN_DASHBOARD_ID
""
METABASE_SECRET_KEY
""
METABASE_SITE_URL
"https://bi.admin.dabilet.ro"
MONEY_TRANSFER_EMAIL_REPORT_CC
""
MONEY_TRANSFER_EMAIL_REPORT_TO
"marius.gherasie@machteamsoft.ro"
PAGINATION_ITEMS_PER_PAGE
"10"
RABBITMQ_URL
"amqp://dabilet:dabilet@10.1.80.59:5672/%2f?lazy=1&connection_timeout=6"
REVOLUT_ACCOUNT_ID_RON
"48754cd3-c162-481b-8293-e98df3d45de3"
REVOLUT_API_PUBLIC_KEY
"pk_oRLwDYumzqLlBxjCD4yhPXSarTa5BdLvMqIVnBkYkRtwV7gh"
REVOLUT_API_SECRET_KEY
"sk_sUxqw6uNCLWZj-Dt-7vI0ujJSxxOoi7ed-xepEofC_Y9Y-eVKphO_CLwSjPPMhG0"
REVOLUT_API_URL_CUSTOMERS
"https://sandbox-merchant.revolut.com/api/1.0/customers"
REVOLUT_API_URL_ORDERS
"https://sandbox-merchant.revolut.com/api/orders"
REVOLUT_API_URL_ORDERS_V1
"https://sandbox-merchant.revolut.com/api/1.0/orders"
REVOLUT_API_URL_WEBHOOKS
"https://sandbox-merchant.revolut.com/api/1.0/webhooks"
REVOLUT_API_VERSION
"2024-09-01"
REVOLUT_BANKING_ACCESS_TOKEN_FILE_PATH
"/home/marius/dabilet-revolut/config/certs/revolut-access-token.json"
REVOLUT_BUSINESS_API_BASE_URL
"https://sandbox-b2b.revolut.com/api/1.0"
REVOLUT_ENV
"sandbox"
ROLLBAR_ACCESS_TOKEN
"98d47fc133c6492cbe689b73ad051139"
ROLLBAR_ENABLED
"true"
SELL_PRICE_MAX_PERCENTAGE
"20"
SELL_PRICE_MIN_PERCENTAGE
"50"
SESSION_SERVERS
"memcache-devel:11211"
THUMBOR_BASE_URL
"https://imgcdn.iabilet.ro/"
THUMBOR_SECURITY_KEY
"iLoveRES1zEEr"
WALLET_API_SECRET_KEY
"jDPYrppjFgexvgBZuiMXsPBIR5vvbYdc"
WALLET_API_URL
"https://marius.wallet.machteam.ro/api"
WKHTMLTOIMAGE_PATH
"wkhtmltoimage"
WKHTMLTOPDF_PATH
"wkhtmltopdf"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
CURRENT_LANG
""
DOCUMENT_ROOT
"/home/marius/dabilet/public"
DOCUMENT_URI
"index.php"
ENV
"devel"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/html"
HOSTNAME
""
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
"en-GB,en-US;q=0.9,en;q=0.8"
HTTP_CACHE_CONTROL
"max-age=0"
HTTP_CONNECTION
"close"
HTTP_COOKIE
"main_deauth_profile_token=643f43; _ga=GA1.1.1673592622.1765964570; _ga_BG1ML7VE7V=GS2.1.s1765964570$o1$g1$t1765964573$j57$l0$h0"
HTTP_HOST
"metalica.zodii.ro"
HTTP_SEC_CH_UA
""Google Chrome";v="143", "Chromium";v="143", "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
"none"
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/143.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"86.124.90.232"
HTTP_X_FORWARDED_PROTO
"https"
PATH_INFO
"index.php"
PHP_SELF
"index.phpindex.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"10.1.8.244"
REMOTE_PORT
"36666"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1765984085
REQUEST_TIME_FLOAT
1765984085.64
REQUEST_URI
"/ro/custom-fields"
SCRIPT_FILENAME
"/home/marius/dabilet/public/index.php"
SCRIPT_NAME
"index.php"
SERVER_ADDR
"10.1.80.210"
SERVER_NAME
"metalica.zodii.ro"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.18.0"
SYMFONY_DOTENV_PATH
"/home/marius/dabilet/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_URL,DATABASE_URL,MAINTENANCE_ALLOWED_IPS,MAINTENANCE_MODE,FACEBOOK_CLIENT_ID,FACEBOOK_CLIENT_SECRET,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,IABILETRO_CLIENT_ID,IABILETRO_CLIENT_SECRET,IABILETRO_ACCESS_TOKEN_URL,IABILETRO_AUTHORIZATION_URL,IABILETRO_INFO_URL,IABILETRO_TICKETS_URL,IABILETRO_API_ENDPOINT,IABILETRO_API_KEY,IABILETRO_API_SECRET,ELASTICSEARCH_HOSTS,ELASTICSEARCH_USER,ELASTICSEARCH_PASSWORD,ELASTICSEARCH_CA_PATH,ELASTICSEARCH_NO_OF_SHARDS,ELASTICSEARCH_NO_OF_REPLICAS,ELASTICSEARCH_EVENTS_INDEX,ELASTICSEARCH_ENTITIES_INDEX,ELASTICSEARCH_TICKETS_INDEX,MAILER_DSN,MAIL_SENDER_ADDRESS,MAIL_SENDER_NAME,PAGINATION_ITEMS_PER_PAGE,SESSION_SERVERS,MEMCACHED_SERVERS,RABBITMQ_URL,GOOGLE_MAPS_ENDPOINT,GOOGLE_MAPS_API_KEY,ISSUANCE_FEE_PERCENTAGE,SELL_PRICE_MIN_PERCENTAGE,SELL_PRICE_MAX_PERCENTAGE,THUMBOR_BASE_URL,THUMBOR_SECURITY_KEY,EVENT_IMAGE_WIDTH,EVENT_IMAGE_HEIGHT,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,REVOLUT_ENV,REVOLUT_API_VERSION,REVOLUT_API_SECRET_KEY,REVOLUT_API_PUBLIC_KEY,REVOLUT_API_URL_ORDERS,REVOLUT_API_URL_ORDERS_V1,REVOLUT_API_URL_CUSTOMERS,REVOLUT_API_URL_WEBHOOKS,REVOLUT_BANKING_ACCESS_TOKEN_FILE_PATH,REVOLUT_BUSINESS_API_BASE_URL,REVOLUT_ACCOUNT_ID_RON,MONEY_TRANSFER_EMAIL_REPORT_TO,MONEY_TRANSFER_EMAIL_REPORT_CC,GOOGLE_GTAG,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET_KEY,FACEBOOK_PAGE,INSTAGRAM_PAGE,MACH_NWL_URL,MACH_NWL_USER,MACH_NWL_PASSWORD,ROLLBAR_ENABLED,ROLLBAR_ACCESS_TOKEN,METABASE_SITE_URL,METABASE_SECRET_KEY,METABASE_MAIN_DASHBOARD_ID,WALLET_API_URL,WALLET_API_SECRET_KEY"
USER
"apache"

Parent Request

Return to parent request (token = b91e49)

Key Value
_controller
"App\Controller\Whitelabel\CustomFieldsController::index"
_firewall_context
"security.firewall.map.context.main"
_locale
"ro"
_remove_csp_headers
true
_route
"custom_fields_events"
_route_params
[
  "_locale" => "ro"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#768
    -supports: false
    -passport: null
    -duration: null
    -stub: "HWI\Bundle\OAuthBundle\Security\Http\Authenticator\OAuthAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: HWI\Bundle\OAuthBundle\Security\Http\Authenticator\OAuthAuthenticator {#718 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#767
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#691 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#765
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator {#764 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#745
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#744 …}
  }
]
_stopwatch_token
"85394b"
whitelabel
5