https://ftvg-dev.mat-it.tech/wp-login.php

ApiController :: pages

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\ApiController::pages"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"all_render_pages"
_route_params
[
  "endpoint" => "wp-login.php"
]
_stopwatch_token
"4f98d5"
endpoint
"wp-login.php"

Request Headers

Header Value
accept-encoding
"gzip"
connection
"close"
host
"ftvg-dev.mat-it.tech"
referer
"http://ftvg-dev.mat-it.tech/wp-login.php"
user-agent
"Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0"
x-accel-internal
"/internal-nginx-static-location"
x-php-ob-level
"1"
x-real-ip
"89.117.148.103"

Request Content

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

Response

Response Headers

Header Value
cache-control
"private, must-revalidate"
content-type
"text/html; charset=UTF-8"
date
"Fri, 27 Sep 2024 17:34:45 GMT"
expires
-1
pragma
"no-cache"
x-debug-exception
"Warning%3A%20Undefined%20array%20key%20%22template%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Fmat-it.tech%2Fftvg-dev%2Fsrc%2FManager%2FApi%2FApiManager.php:188"
x-debug-token
"1fdcc1"
x-debug-token-link
"https://ftvg-dev.mat-it.tech/_profiler/86f84d"
x-previous-debug-token
"86f84d"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

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
"8a7edff80b1bbd3c548bf13378131067"

Defined as regular env variables

Key Value
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/mat-it.tech/ftvg-dev/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/mat-it.tech/ftvg-dev/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/mat-it.tech"
HTTPS
"on"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_CONNECTION
"close"
HTTP_HOST
"ftvg-dev.mat-it.tech"
HTTP_REFERER
"http://ftvg-dev.mat-it.tech/wp-login.php"
HTTP_USER_AGENT
"Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_REAL_IP
"89.117.148.103"
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"ZvbstKL1mAZsPYU7ZBwBaAAAAAY"
REDIRECT_URL
"/wp-login.php"
REMOTE_ADDR
"89.117.148.103"
REMOTE_PORT
"36642"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1727458484
REQUEST_TIME_FLOAT
1727458484.5528
REQUEST_URI
"/wp-login.php"
SCRIPT_FILENAME
"/var/www/vhosts/mat-it.tech/ftvg-dev/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"5.189.153.39"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"ftvg-dev.mat-it.tech"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache Server at ftvg-dev.mat-it.tech Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET"
UNIQUE_ID
"ZvbstKL1mAZsPYU7ZBwBaAAAAAY"
USER
"matittech"
proxy-nokeepalive
"1"

Sub Requests 1

ErrorController (token = 86f84d)

Key Value
_controller
"error_controller"
_stopwatch_token
"ca88b9"
exception
ErrorException {#581
  #message: "Warning: Undefined array key "template""
  #code: 0
  #file: "/var/www/vhosts/mat-it.tech/ftvg-dev/src/Manager/Api/ApiManager.php"
  #line: 188
  #severity: E_WARNING
  trace: {
    /var/www/vhosts/mat-it.tech/ftvg-dev/src/Manager/Api/ApiManager.php:188 {
      App\Manager\Api\ApiManager::isProgramTv(array $apiResponse): bool …
      › {    return self::PROGRAMTV === $apiResponse['template'];}
    }
    /var/www/vhosts/mat-it.tech/ftvg-dev/src/Controller/ApiController.php:49 {
      App\Controller\ApiController->pages(RequestStack $request, Session $session): Response …
      › $apiResponse = $this->getApiResponse($request);if (ApiManager::isProgramTv($apiResponse)) {    return $this->apiManager->getResponseProgram(
    }
    /var/www/vhosts/mat-it.tech/ftvg-dev/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/vhosts/mat-it.tech/ftvg-dev/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/mat-it.tech/ftvg-dev/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/mat-it.tech/ftvg-dev/public/index.php:39 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#259 …8}