Error 405 Method Not Allowed

GET https://manage.syberinfo.com.au/admin/file/25/delete?page=1

ErrorController

Request

GET Parameters

Key Value
page
"1"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"d62897"
exception
Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException {#531
  #message: "No route found for "GET https://manage.syberinfo.com.au/admin/file/25/delete": Method Not Allowed (Allow: POST)"
  #code: 0
  #file: "/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 160
  -previous: Symfony\Component\Routing\Exception\MethodNotAllowedException {#418 …}
  -statusCode: 405
  -headers: [
    "Allow" => "POST"
  ]
  trace: {
    /home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/http-kernel/EventListener/RouterListener.php:160 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new MethodNotAllowedHttpException($e->getAllowedMethods(), $message, $e);}
    }
    /home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/http-kernel/HttpKernel.php:159 {
      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);}
    /home/manage/htdocs/manage.syberinfo.com.au/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) {
    }
    /home/manage/htdocs/manage.syberinfo.com.au/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 {
    }
    /home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/manage/htdocs/manage.syberinfo.com.au/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/manage/htdocs/manage.syberinfo.com.au/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/manage/htdocs/manage.syberinfo.com.au/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#334
  -records: [
    18 => [
      [
        "timestamp" => 1770404238
        "timestamp_rfc3339" => "2026-02-06T18:57:18.742+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET https://manage.syberinfo.com.au/admin/file/25/delete": Method Not Allowed (Allow: POST)" at RouterListener.php line 160"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException {#531
            #message: "No route found for "GET https://manage.syberinfo.com.au/admin/file/25/delete": Method Not Allowed (Allow: POST)"
            #code: 0
            #file: "/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 160
            -previous: Symfony\Component\Routing\Exception\MethodNotAllowedException {#418 …}
            -statusCode: 405
            -headers: [
              "Allow" => "POST"
            ]
            trace: {
              /home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/http-kernel/EventListener/RouterListener.php:160 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › 
                ›     throw new MethodNotAllowedHttpException($e->getAllowedMethods(), $message, $e);}
              }
              /home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/http-kernel/HttpKernel.php:159 {
                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);}
              /home/manage/htdocs/manage.syberinfo.com.au/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) {
              }
              /home/manage/htdocs/manage.syberinfo.com.au/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 {
              }
              /home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/manage/htdocs/manage.syberinfo.com.au/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/manage/htdocs/manage.syberinfo.com.au/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/manage/htdocs/manage.syberinfo.com.au/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
    986 => [
      [
        "timestamp" => 1770404238
        "timestamp_rfc3339" => "2026-02-06T18:57:18.767+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "charset" => "utf8mb4"
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "127.0.0.1"
            "port" => 3306
            "user" => "manage"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => [
              "charset" => "utf8mb4"
              "collate" => "utf8mb4_unicode_ci"
            ]
            "dama.connection_key" => "default"
            "dbname" => "manage"
            "serverVersion" => "mariadb-10.11.3"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1770404238
        "timestamp_rfc3339" => "2026-02-06T18:57:18.768+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1770404238
        "timestamp_rfc3339" => "2026-02-06T18:57:18.768+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME\n
            FROM information_schema.TABLES\n
            WHERE TABLE_SCHEMA = ?\n
              AND TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY TABLE_NAME
            """
          "params" => [
            1 => "manage"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1619
              +name: "STRING"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1770404238
        "timestamp_rfc3339" => "2026-02-06T18:57:18.769+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1770404238
        "timestamp_rfc3339" => "2026-02-06T18:57:18.770+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME\n
            FROM information_schema.TABLES\n
            WHERE TABLE_SCHEMA = ?\n
              AND TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY TABLE_NAME
            """
          "params" => [
            1 => "manage"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1619}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1770404238
        "timestamp_rfc3339" => "2026-02-06T18:57:18.772+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT @@character_set_database, @@collation_database"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1770404238
        "timestamp_rfc3339" => "2026-02-06T18:57:18.772+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1770404238
        "timestamp_rfc3339" => "2026-02-06T18:57:18.773+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT\n
                   c.TABLE_NAME,\n
                   c.COLUMN_NAME        AS field,\n
                       IF(\n
                    c.DATA_TYPE = 'longtext'\n
                    AND EXISTS(\n
                        SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c\n
                        WHERE i_c.CONSTRAINT_SCHEMA = 'manage'\n
                        AND i_c.TABLE_NAME = c.TABLE_NAME\n
                        AND i_c.CHECK_CLAUSE = CONCAT(\n
                            'json_valid(`',\n
                                c.COLUMN_NAME,\n
                            '`)'\n
                        )\n
                    ),\n
                    'json',\n
                    c.DATA_TYPE\n
                )                   AS type,\n
                   c.COLUMN_TYPE,\n
                   c.CHARACTER_MAXIMUM_LENGTH,\n
                   c.CHARACTER_OCTET_LENGTH,\n
                   c.NUMERIC_PRECISION,\n
                   c.NUMERIC_SCALE,\n
                   c.IS_NULLABLE        AS `null`,\n
                   c.COLUMN_KEY         AS `key`,\n
                   c.COLUMN_DEFAULT     AS `default`,\n
                   c.EXTRA,\n
                   c.COLUMN_COMMENT     AS comment,\n
                   c.CHARACTER_SET_NAME AS characterset,\n
                   c.COLLATION_NAME     AS collation\n
            FROM information_schema.COLUMNS c\n
                INNER JOIN information_schema.TABLES t\n
                    ON t.TABLE_NAME = c.TABLE_NAME\n
             WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ?\n
               AND t.TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY c.TABLE_NAME,\n
                     c.ORDINAL_POSITION
            """
          "params" => [
            1 => "manage"
            2 => "manage"
            3 => "doctrine_migration_versions"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1619}
            2 => Doctrine\DBAL\ParameterType {#1619}
            3 => Doctrine\DBAL\ParameterType {#1619}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1770404238
        "timestamp_rfc3339" => "2026-02-06T18:57:18.775+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1770404238
        "timestamp_rfc3339" => "2026-02-06T18:57:18.775+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT\n
                    TABLE_NAME,\n
                    NON_UNIQUE  AS Non_Unique,\n
                    INDEX_NAME  AS Key_name,\n
                    COLUMN_NAME AS Column_Name,\n
                    SUB_PART    AS Sub_Part,\n
                    INDEX_TYPE  AS Index_Type\n
            FROM information_schema.STATISTICS\n
            WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ?\n
            ORDER BY TABLE_NAME,\n
                     SEQ_IN_INDEX
            """
          "params" => [
            1 => "manage"
            2 => "doctrine_migration_versions"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1619}
            2 => Doctrine\DBAL\ParameterType {#1619}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1770404238
        "timestamp_rfc3339" => "2026-02-06T18:57:18.775+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1770404238
        "timestamp_rfc3339" => "2026-02-06T18:57:18.776+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT\n
                        k.TABLE_NAME,\n
                        k.CONSTRAINT_NAME,\n
                        k.COLUMN_NAME,\n
                        k.REFERENCED_TABLE_NAME,\n
                        k.REFERENCED_COLUMN_NAME,\n
                        k.ORDINAL_POSITION,\n
                        c.UPDATE_RULE,\n
                        c.DELETE_RULE\n
            FROM information_schema.key_column_usage k\n
            INNER JOIN information_schema.referential_constraints c\n
            ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\n
            AND c.TABLE_NAME = k.TABLE_NAME\n
            WHERE k.TABLE_SCHEMA = ? AND c.CONSTRAINT_SCHEMA = ? AND k.TABLE_NAME = ?\n
            AND k.REFERENCED_COLUMN_NAME IS NOT NULL\n
            ORDER BY k.TABLE_NAME,\n
                     k.CONSTRAINT_NAME,\n
                     k.ORDINAL_POSITION
            """
          "params" => [
            1 => "manage"
            2 => "manage"
            3 => "doctrine_migration_versions"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1619}
            2 => Doctrine\DBAL\ParameterType {#1619}
            3 => Doctrine\DBAL\ParameterType {#1619}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1770404238
        "timestamp_rfc3339" => "2026-02-06T18:57:18.776+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1770404238
        "timestamp_rfc3339" => "2026-02-06T18:57:18.777+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
                SELECT t.TABLE_NAME,\n
                       t.ENGINE,\n
                       t.AUTO_INCREMENT,\n
                       t.TABLE_COMMENT,\n
                       t.CREATE_OPTIONS,\n
                       t.TABLE_COLLATION,\n
                       ccsa.CHARACTER_SET_NAME\n
                  FROM information_schema.TABLES t\n
                    INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n
                      ON ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
            """
          "params" => [
            1 => "manage"
            2 => "doctrine_migration_versions"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1619}
            2 => Doctrine\DBAL\ParameterType {#1619}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1770404238
        "timestamp_rfc3339" => "2026-02-06T18:57:18.778+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM doctrine_migration_versions"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1770404238
        "timestamp_rfc3339" => "2026-02-06T18:57:18.779+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
    ]
  ]
  -errorCount: [
    18 => 1
    986 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#332 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
connection
"close"
cookie
"main_deauth_profile_token=dce855; PHPSESSID=b2a6e9cc75514e21d91c1e8cf4904ea6"
host
"manage.syberinfo.com.au"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.35"
x-forwarded-host
"manage.syberinfo.com.au"
x-php-ob-level
"1"
x-real-ip
"216.73.216.35"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
allow
"POST"
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Fri, 06 Feb 2026 18:57:18 GMT"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Fmanage.syberinfo.com.au%2Fadmin%2Ffile%2F25%2Fdelete%22%3A%20Method%20Not%20Allowed%20%28Allow%3A%20POST%29"
x-debug-exception-file
"%2Fhome%2Fmanage%2Fhtdocs%2Fmanage.syberinfo.com.au%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:160"
x-debug-token
"d1a08c"

Cookies

Request Cookies

Key Value
PHPSESSID
"b2a6e9cc75514e21d91c1e8cf4904ea6"
main_deauth_profile_token
"dce855"

Response Cookies

No response cookies

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
APP_ENV
"dev"
APP_SECRET
"3330aefeb49c47343cb5e4e0acc44a14f2f3e872c0f4867acf5eff0cf2044e17"
BARCODELOOKUP_API_KEY
""
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"mysql://manage:Deep@2019@127.0.0.1:3306/manage?serverVersion=mariadb-10.11.3"
EANSEARCH_API_TOKEN
""
GOOGLE_API_KEY
""
GOOGLE_AUTH_CONFIG
""
GOOGLE_CLIENT_ID
""
GOOGLE_CLIENT_SECRET
""
ICECAT_PASSWORD
""
ICECAT_USERNAME
""
MERCURE_JWT_SECRET
"!ChangeThisMercureHubJWTSecretKey!"
MERCURE_PUBLIC_URL
"https://example.com/.well-known/mercure"
MERCURE_URL
"https://example.com/.well-known/mercure"
MESSENGER_FAILED_DSN
"doctrine://default?queue_name=failed"
MESSENGER_TRANSPORT_DSN
"doctrine://default?queue_name=async"
REDIS_URL
"redis://localhost:6379"
SENTRY_DSN
""

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/home/manage/htdocs/manage.syberinfo.com.au"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/home/manage/htdocs/manage.syberinfo.com.au"
]
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/home/manage/htdocs/manage.syberinfo.com.au/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_CITY
"Oxnard"
GEOIP_CITY_CONTINENT_CODE
"NA"
GEOIP_CITY_COUNTRY_CODE
"US"
GEOIP_CITY_COUNTRY_CODE3
"USA"
GEOIP_CITY_COUNTRY_NAME
"United States"
GEOIP_COUNTRY_CODE
"US"
GEOIP_COUNTRY_CODE3
"USA"
GEOIP_COUNTRY_NAME
"United States"
GEOIP_LATITUDE
"34.1453"
GEOIP_LONGITUDE
"-119.1091"
GEOIP_POSTAL_CODE
"93033"
GEOIP_REGION
"CA"
HOME
"/home/manage"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_CONNECTION
"close"
HTTP_COOKIE
"main_deauth_profile_token=dce855; PHPSESSID=b2a6e9cc75514e21d91c1e8cf4904ea6"
HTTP_HOST
"manage.syberinfo.com.au"
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.35"
HTTP_X_FORWARDED_HOST
"manage.syberinfo.com.au"
HTTP_X_REAL_IP
"216.73.216.35"
MGT
"1"
PHP_SELF
"/index.php"
PHP_VALUE
"""
\n
error_log=/home/manage/logs/php/error.log;\n
memory_limit=4G;\n
max_execution_time=300;\n
max_input_time=300;\n
max_input_vars=10000;\n
post_max_size=1G;\n
upload_max_filesize=1G;\n
date.timezone=UTC;\n
display_errors=off;\n
extension=apcu.so;
"""
QUERY_STRING
"page=1"
REDIRECT_STATUS
"200"
REMOTE_ADDR
"216.73.216.35"
REMOTE_PORT
""
REQUEST_METHOD
"GET"
REQUEST_TIME
1770404238
REQUEST_TIME_FLOAT
1770404238.7145
REQUEST_URI
"/admin/file/25/delete?page=1"
SCRIPT_FILENAME
"/home/manage/htdocs/manage.syberinfo.com.au/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"127.0.0.1"
SERVER_NAME
"manage.syberinfo.com.au"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SOFTWARE
"nginx/1.21.4"
SYMFONY_DOTENV_PATH
"/home/manage/htdocs/manage.syberinfo.com.au/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,ICECAT_USERNAME,ICECAT_PASSWORD,EANSEARCH_API_TOKEN,BARCODELOOKUP_API_KEY,CORS_ALLOW_ORIGIN,MERCURE_URL,MERCURE_PUBLIC_URL,MERCURE_JWT_SECRET,GOOGLE_API_KEY,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,GOOGLE_AUTH_CONFIG,REDIS_URL,MESSENGER_TRANSPORT_DSN,MESSENGER_FAILED_DSN,SENTRY_DSN"
USER
"manage"

Parent Request

Return to parent request (token = f92bd1)

Key Value
_remove_csp_headers
true
_stopwatch_token
"77ca98"