Error 500 Internal Server Error

GET https://alpha.stage.bewelcome.org/safety/team

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"0fdaf6"
exception
Doctrine\DBAL\Exception\TableNotFoundException {#760
  #message: "An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'bewelcome.members' doesn't exist"
  #code: 1146
  #file: "/srv/bewelcome/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
  #line: 51
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#757 …}
  -query: Doctrine\DBAL\Query {#758 …}
  trace: {
    /srv/bewelcome/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:51 {
      Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      › 1051,1146 => new TableNotFoundException($exception, $query),1216,
    }
    /srv/bewelcome/vendor/doctrine/dbal/src/Connection.php:1460 {
      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 {#757 …}
        $query: Doctrine\DBAL\Query {#758 …}
      }
    }
    /srv/bewelcome/vendor/doctrine/dbal/src/Connection.php:1396 {
      Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
      › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
      arguments: {
        $driverException: Doctrine\DBAL\Driver\PDO\Exception {#757 …}
        $query: Doctrine\DBAL\Query {#758 …}
      }
    }
    /srv/bewelcome/vendor/doctrine/dbal/src/Connection.php:809 {
      Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], array $types = [], ?QueryCacheProfile $qcp = null): Result …
      › } catch (Driver\Exception $e) {    throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);}
      arguments: {
        $e: Doctrine\DBAL\Driver\PDO\Exception {#757 …}
        $sql: """
          \n
                      SELECT\n
                          m.*\n
                      FROM\n
                          members m, rights, rightsvolunteers\n
                      WHERE\n
                          m.Status = 'Active'\n
                          AND m.Username <> 'SafetyTeam'\n
                          AND m.id = rightsvolunteers.IdMember\n
                          AND rights.`Name` = 'SafetyTeam'\n
                          AND rightsvolunteers.IdRight = rights.id\n
                          AND rightsvolunteers.Level > 0\n
                      ORDER BY\n
                          username\n
                          
          """
        $params: []
        $types: []
      }
    }
    /srv/bewelcome/vendor/doctrine/orm/src/NativeQuery.php:69 {
      Doctrine\ORM\NativeQuery->_doExecute(): Result|int …
      › 
      › return $this->em->getConnection()->executeQuery(    $this->sql,
      arguments: {
        $sql: """
          \n
                      SELECT\n
                          m.*\n
                      FROM\n
                          members m, rights, rightsvolunteers\n
                      WHERE\n
                          m.Status = 'Active'\n
                          AND m.Username <> 'SafetyTeam'\n
                          AND m.id = rightsvolunteers.IdMember\n
                          AND rights.`Name` = 'SafetyTeam'\n
                          AND rightsvolunteers.IdRight = rights.id\n
                          AND rightsvolunteers.Level > 0\n
                      ORDER BY\n
                          username\n
                          
          """
        $params: []
        $types: []
        $qcp: null
      }
    }
    /srv/bewelcome/vendor/doctrine/orm/src/AbstractQuery.php:930 {
      Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
      › 
      › $stmt = $this->_doExecute();}
    /srv/bewelcome/vendor/doctrine/orm/src/AbstractQuery.php:886 {
      Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
      › 
      ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
      arguments: {
        $parameters: null
        $hydrationMode: 1
      }
    }
    /srv/bewelcome/vendor/doctrine/orm/src/AbstractQuery.php:688 {
      Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
      › {    return $this->execute(null, $hydrationMode);}
      arguments: {
        $parameters: null
        $hydrationMode: 1
      }
    }
    /srv/bewelcome/src/Model/SafetyModel.php:42 {
      App\Model\SafetyModel->getSafetyTeamMembers(): array …
      › 
      ›     return $query->getResult();}
    }
    /srv/bewelcome/src/Controller/SafetyController.php:88 {
      App\Controller\SafetyController->showSafetyTeam(SafetyModel $safetyModel) …
      › {    $teamMembers = $safetyModel->getSafetyTeamMembers();}
    /srv/bewelcome/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: {
        $safetyModel: App\Model\SafetyModel {#653 …}
      }
    }
    /srv/bewelcome/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
      }
    }
    /srv/bewelcome/vendor/symfony/http-kernel/Kernel.php:191 {
      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
      }
    }
    /srv/bewelcome/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 …}
      }
    }
    /srv/bewelcome/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /srv/bewelcome/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/srv/bewelcome/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#526
  -records: [
    2 => [
      [
        "timestamp" => 1774386515
        "timestamp_rfc3339" => "2026-03-24T21:08:35.242+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "safety_team"
          "route_parameters" => [
            "_route" => "safety_team"
            "_controller" => "App\Controller\SafetyController::showSafetyTeam"
          ]
          "request_uri" => "https://alpha.stage.bewelcome.org/safety/team"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1774386515
        "timestamp_rfc3339" => "2026-03-24T21:08:35.245+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 2
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1774386515
        "timestamp_rfc3339" => "2026-03-24T21:08:35.245+00: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" => 1774386515
        "timestamp_rfc3339" => "2026-03-24T21:08:35.245+00: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" => 1774386515
        "timestamp_rfc3339" => "2026-03-24T21:08:35.245+00: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" => 1774386515
        "timestamp_rfc3339" => "2026-03-24T21:08:35.245+00: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" => 1774386515
        "timestamp_rfc3339" => "2026-03-24T21:08:35.251+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "charset" => "utf8mb4"
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "db"
            "port" => 3306
            "user" => "bewelcome"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => [
              "charset" => "utf8mb4"
              "collate" => "utf8mb4_unicode_520_ci"
            ]
            "dbname" => "bewelcome"
            "serverVersion" => "12.0.2-MariaDB"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1774386515
        "timestamp_rfc3339" => "2026-03-24T21:08:35.252+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            \n
                        SELECT\n
                            m.*\n
                        FROM\n
                            members m, rights, rightsvolunteers\n
                        WHERE\n
                            m.Status = 'Active'\n
                            AND m.Username <> 'SafetyTeam'\n
                            AND m.id = rightsvolunteers.IdMember\n
                            AND rights.`Name` = 'SafetyTeam'\n
                            AND rightsvolunteers.IdRight = rights.id\n
                            AND rightsvolunteers.Level > 0\n
                        ORDER BY\n
                            username\n
                            
            """
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1774386515
        "timestamp_rfc3339" => "2026-03-24T21:08:35.256+00:00"
        "message" => "Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'bewelcome.members' doesn't exist" at ExceptionConverter.php line 51"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Doctrine\DBAL\Exception\TableNotFoundException {#760
            #message: "An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'bewelcome.members' doesn't exist"
            #code: 1146
            #file: "/srv/bewelcome/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
            #line: 51
            -previous: Doctrine\DBAL\Driver\PDO\Exception {#757 …}
            -query: Doctrine\DBAL\Query {#758 …}
            trace: {
              /srv/bewelcome/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:51 {
                Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
                › 1051,1146 => new TableNotFoundException($exception, $query),1216,
              }
              /srv/bewelcome/vendor/doctrine/dbal/src/Connection.php:1460 {
                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 {#757 …}
                  $query: Doctrine\DBAL\Query {#758 …}
                }
              }
              /srv/bewelcome/vendor/doctrine/dbal/src/Connection.php:1396 {
                Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
                › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
                arguments: {
                  $driverException: Doctrine\DBAL\Driver\PDO\Exception {#757 …}
                  $query: Doctrine\DBAL\Query {#758 …}
                }
              }
              /srv/bewelcome/vendor/doctrine/dbal/src/Connection.php:809 {
                Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], array $types = [], ?QueryCacheProfile $qcp = null): Result …
                › } catch (Driver\Exception $e) {    throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);}
                arguments: {
                  $e: Doctrine\DBAL\Driver\PDO\Exception {#757 …}
                  $sql: """
                    \n
                                SELECT\n
                                    m.*\n
                                FROM\n
                                    members m, rights, rightsvolunteers\n
                                WHERE\n
                                    m.Status = 'Active'\n
                                    AND m.Username <> 'SafetyTeam'\n
                                    AND m.id = rightsvolunteers.IdMember\n
                                    AND rights.`Name` = 'SafetyTeam'\n
                                    AND rightsvolunteers.IdRight = rights.id\n
                                    AND rightsvolunteers.Level > 0\n
                                ORDER BY\n
                                    username\n
                                    
                    """
                  $params: []
                  $types: []
                }
              }
              /srv/bewelcome/vendor/doctrine/orm/src/NativeQuery.php:69 {
                Doctrine\ORM\NativeQuery->_doExecute(): Result|int …
                › 
                › return $this->em->getConnection()->executeQuery(    $this->sql,
                arguments: {
                  $sql: """
                    \n
                                SELECT\n
                                    m.*\n
                                FROM\n
                                    members m, rights, rightsvolunteers\n
                                WHERE\n
                                    m.Status = 'Active'\n
                                    AND m.Username <> 'SafetyTeam'\n
                                    AND m.id = rightsvolunteers.IdMember\n
                                    AND rights.`Name` = 'SafetyTeam'\n
                                    AND rightsvolunteers.IdRight = rights.id\n
                                    AND rightsvolunteers.Level > 0\n
                                ORDER BY\n
                                    username\n
                                    
                    """
                  $params: []
                  $types: []
                  $qcp: null
                }
              }
              /srv/bewelcome/vendor/doctrine/orm/src/AbstractQuery.php:930 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                › $stmt = $this->_doExecute();}
              /srv/bewelcome/vendor/doctrine/orm/src/AbstractQuery.php:886 {
                Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
                arguments: {
                  $parameters: null
                  $hydrationMode: 1
                }
              }
              /srv/bewelcome/vendor/doctrine/orm/src/AbstractQuery.php:688 {
                Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
                › {    return $this->execute(null, $hydrationMode);}
                arguments: {
                  $parameters: null
                  $hydrationMode: 1
                }
              }
              /srv/bewelcome/src/Model/SafetyModel.php:42 {
                App\Model\SafetyModel->getSafetyTeamMembers(): array …
                › 
                ›     return $query->getResult();}
              }
              /srv/bewelcome/src/Controller/SafetyController.php:88 {
                App\Controller\SafetyController->showSafetyTeam(SafetyModel $safetyModel) …
                › {    $teamMembers = $safetyModel->getSafetyTeamMembers();}
              /srv/bewelcome/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: {
                  $safetyModel: App\Model\SafetyModel {#653 …}
                }
              }
              /srv/bewelcome/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
                }
              }
              /srv/bewelcome/vendor/symfony/http-kernel/Kernel.php:191 {
                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
                }
              }
              /srv/bewelcome/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 …}
                }
              }
              /srv/bewelcome/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /srv/bewelcome/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/srv/bewelcome/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#525 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"alpha.stage.bewelcome.org"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.59"
x-forwarded-host
"alpha.stage.bewelcome.org"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-server
"a723637ceff6"
x-php-ob-level
"1"
x-real-ip
"216.73.216.59"

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, 24 Mar 2026 21:08:35 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20occurred%20while%20executing%20a%20query%3A%20SQLSTATE%5B42S02%5D%3A%20Base%20table%20or%20view%20not%20found%3A%201146%20Table%20%27bewelcome.members%27%20doesn%27t%20exist"
x-debug-exception-file
"%2Fsrv%2Fbewelcome%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php:51"
x-debug-token
"b5a074"

Cookies

Request Cookies

No request cookies

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" => "/srv/bewelcome/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/srv/bewelcome/vendor/symfony/security-bundle/Security.php"
    "line" => 97
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/srv/bewelcome/vendor/symfony/security-bundle/Security.php"
    "line" => 52
    "function" => "getToken"
    "class" => "Symfony\Bundle\SecurityBundle\Security"
    "type" => "->"
  ]
  [
    "file" => "/srv/bewelcome/src/Twig/MemberTwigExtension.php"
    "line" => 104
    "function" => "getUser"
    "class" => "Symfony\Bundle\SecurityBundle\Security"
    "type" => "->"
  ]
  [
    "file" => "/srv/bewelcome/var/cache/dev/ContainerOibjN8C/App_KernelDevDebugContainer.php"
    "line" => 1167
    "function" => "__construct"
    "class" => "App\Twig\MemberTwigExtension"
    "type" => "->"
  ]
  [
    "file" => "/srv/bewelcome/var/cache/dev/ContainerOibjN8C/App_KernelDevDebugContainer.php"
    "line" => 2412
    "function" => "getRox_MemberTwigExtensionService"
    "class" => "ContainerOibjN8C\App_KernelDevDebugContainer"
    "type" => "::"
  ]
  [
    "file" => "/srv/bewelcome/var/cache/dev/ContainerOibjN8C/App_KernelDevDebugContainer.php"
    "line" => 732
    "function" => "getTwigService"
    "class" => "ContainerOibjN8C\App_KernelDevDebugContainer"
    "type" => "::"
  ]
  [
    "file" => "/srv/bewelcome/var/cache/dev/ContainerOibjN8C/App_KernelDevDebugContainer.php"
    "line" => 1994
    "function" => "get_Container_Private_ProfilerService"
    "class" => "ContainerOibjN8C\App_KernelDevDebugContainer"
    "type" => "::"
  ]
  [
    "file" => "/srv/bewelcome/var/cache/dev/ContainerOibjN8C/App_KernelDevDebugContainer.php"
    "line" => 1023
    "function" => "getProfilerListenerService"
    "class" => "ContainerOibjN8C\App_KernelDevDebugContainer"
    "type" => "::"
  ]
  [
    "file" => "/srv/bewelcome/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 221
    "function" => "{closure:ContainerOibjN8C\App_KernelDevDebugContainer::getEventDispatcherService():1023}"
    "class" => "ContainerOibjN8C\App_KernelDevDebugContainer"
    "type" => "::"
  ]
  [
    "file" => "/srv/bewelcome/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 70
    "function" => "sortListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/bewelcome/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 256
    "function" => "getListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/bewelcome/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 120
    "function" => "preProcess"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/bewelcome/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/srv/bewelcome/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/bewelcome/vendor/symfony/http-kernel/Kernel.php"
    "line" => 191
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/bewelcome/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/srv/bewelcome/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/srv/bewelcome/public/index.php"
    "line" => 5
    "args" => [
      "/srv/bewelcome/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_REFRESH_TOKEN_TTL
"600"
APP_SECRET
"d6fcabe2cdf4bd6979dfdcc1277fe53d"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"mysql://bewelcome:bewelcome@db:3306/bewelcome?serverVersion=12.0.2-MariaDB&charset=utf8mb4"
DB_HOST
"db"
DB_NAME
"bewelcome"
DB_PASS
"bewelcome"
DB_PORT
"3306"
DB_USER
"bewelcome"
DOCUMENT_LOCALES
"en,fr,es"
LOCALES
"ar,bg,ca,cs,da,de,el,en,eo,es,eu,fa,fi,fr,gl,hi,hr,hu,id,it,ja,lt,lv,nb,nl,no,pl,pt,pt-br,rm,ro,ru,sk,sl,sr,su,sw,tr,zh-hans,zh-hant,hy"
MAILER_DSN
"smtps://shevek@stage.bevolunteer.org:-,21,eLlIvE@mail01.stage.bewelcome.org:465"
MANTICORE_HOST
"manticore"
MANTICORE_PORT
"9308"
PaypalBusinessAddress
"sb-wbsnh1984149@business.example.com"
PaypalScrPixel
"https://www.sandox.paypal.com/en_US/i/scr/pixel.gif"
PaypalUrl
"https://www.sandbox.paypal.com/cgi-bin/webscr"
forum_notification_batch_size
"10"
gallery_directory
"data/gallery"
group_directory
"data/groups"
massmail_batch_size
"1"
new_members_messages_per_day
"10"
new_members_messages_per_hour
"5"
new_members_requests_per_day
"10"
new_members_requests_per_hour
"5"
newsletter_image_directory
"public/images/newsletters"
upload_directory
"data/uploaded"
web_host
"alpha.stage.bewelcome.org"

Defined as regular env variables

Key Value
"/usr/local/bin/frankenphp"
APP_DEBUG
"1"
APP_PROJECT_DIR
"/srv/bewelcome"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/srv/bewelcome"
]
AUTH_TYPE
""
COMPOSER_ALLOW_SUPERUSER
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/srv/bewelcome/public"
DOCUMENT_URI
"/index.php"
GATEWAY_INTERFACE
"CGI/1.1"
GODEBUG
"cgocheck=0"
GPG_KEYS
"AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD"
HOME
"/root"
HOSTNAME
"8d0ac6273b21"
HTTPS
""
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"alpha.stage.bewelcome.org"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.216.59"
HTTP_X_FORWARDED_HOST
"alpha.stage.bewelcome.org"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SERVER
"a723637ceff6"
HTTP_X_REAL_IP
"216.73.216.59"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.composer/vendor/bin"
PATH_INFO
""
PHPIZE_DEPS
"autoconf \t\tdpkg-dev dpkg \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkgconf \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.4.18.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"957a9b19b4a8e965ee0cc788ca74333bfffaadc206b58611b6cd3cc8b2f40110"
PHP_URL
"https://www.php.net/distributions/php-8.4.18.tar.xz"
PHP_VERSION
"8.4.18"
PWD
"/srv/bewelcome"
QUERY_STRING
""
REMOTE_ADDR
"172.18.0.2"
REMOTE_HOST
"172.18.0.2"
REMOTE_IDENT
""
REMOTE_PORT
"45794"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1774386515
REQUEST_TIME_FLOAT
1774386515.2212
REQUEST_URI
"/safety/team"
SCRIPT_FILENAME
"/srv/bewelcome/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_NAME
"alpha.stage.bewelcome.org"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"FrankenPHP"
SHLVL
"1"
SSL_CIPHER
""
SSL_PROTOCOL
""
SYMFONY_DOTENV_PATH
"/srv/bewelcome/.env"
SYMFONY_DOTENV_VARS
"DB_HOST,DB_NAME,DB_USER,DB_PASS,DB_PORT,APP_REFRESH_TOKEN_TTL,MANTICORE_HOST,MANTICORE_PORT,APP_ENV,APP_SECRET,web_host,new_members_messages_per_hour,new_members_messages_per_day,new_members_requests_per_hour,new_members_requests_per_day,group_directory,gallery_directory,upload_directory,newsletter_image_directory,massmail_batch_size,forum_notification_batch_size,PaypalBusinessAddress,PaypalUrl,PaypalScrPixel,MAILER_DSN,LOCALES,DOCUMENT_LOCALES,CORS_ALLOW_ORIGIN,DATABASE_URL"
SYMFONY_TRUSTED_HEADERS
"x-forwarded-for,x-forwarded-host,x-forwarded-proto,x-forwarded-port,x-forwarded-prefix"
SYMFONY_TRUSTED_PROXIES
"127.0.0.1,172.18.0.0/16,PRIVATE_SUBNETS"
TRUSTED_PROXIES
"127.0.0.1,172.18.0.0/16"
XDG_CONFIG_HOME
"/config"
XDG_DATA_HOME
"/data"

Parent Request

Return to parent request (token = 7c0bca)

Key Value
_controller
"App\Controller\SafetyController::showSafetyTeam"
_firewall_context
"security.firewall.map.context.main"
_links
Symfony\Component\WebLink\GenericLinkProvider {#1728
  -links: []
}
_remove_csp_headers
true
_route
"safety_team"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#149
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#277 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#147
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#146 …}
  }
]
_stopwatch_token
"4385d1"