https://mis.actix.ru/

MainController :: mainAction

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\MainController::mainAction"
_firewall_context
"security.firewall.map.context.secured_area"
_route
"_main"
_route_params
[]
_stopwatch_token
"1d6dd8"

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.9"
accept-encoding
"gzip"
accept-language
"en;q=0.9"
cache-control
"max-age=0"
connection
"keep-alive, close"
content-length
""
content-type
""
dnt
"1"
host
"mis.actix.ru"
sec-gpc
"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/96.0.4664.110 Safari/537.36"
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
"Tue, 07 May 2024 19:21:16 GMT"
x-debug-token
"8ce21c"
x-debug-token-link
"https://mis.actix.ru/_profiler/1e3352"
x-previous-debug-token
"1e3352"
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

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"f0c9460a1a7f94de9af3512862ab4bc0"
DATABASE_URL
"postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=13&charset=utf8"

Defined as regular env variables

Key Value
APP_DEBUG
true
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/home/actix/domains/mis.actix.ru/public_html/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/actix"
HTTPS
"on"
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.9"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_ACCEPT_LANGUAGE
"en;q=0.9"
HTTP_CACHE_CONTROL
"max-age=0"
HTTP_CONNECTION
"keep-alive, close"
HTTP_DNT
"1"
HTTP_HOST
"mis.actix.ru"
HTTP_SEC_GPC
"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/96.0.4664.110 Safari/537.36"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"36.99.136.136"
REMOTE_PORT
"4864"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1715109676
REQUEST_TIME_FLOAT
1715109676.0366
REQUEST_URI
"/"
SCRIPT_FILENAME
"/home/actix/domains/mis.actix.ru/public_html/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"89.108.125.139"
SERVER_NAME
"mis.actix.ru"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.24.0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL"
USER
"actix"

Sub Requests 1

ErrorController (token = 1e3352)

Key Value
_controller
"error_controller"
_stopwatch_token
"8e18cc"
exception
Error {#341
  #message: "Call to a member function getId() on null"
  #code: 0
  #file: "/home/actix/domains/mis.actix.ru/public_html/src/Controller/MainController.php"
  #line: 132
  trace: {
    /home/actix/domains/mis.actix.ru/public_html/src/Controller/MainController.php:132 {
      App\Controller\MainController->mainAction(Request $request, EntityManagerInterface $em) …
      › if(!is_object($this->getUser())) {\r    $user = $em->getRepository(User::class)->findOneBy(['id' => $this->getUser()->getId()]);\r\r
    }
    /home/actix/domains/mis.actix.ru/public_html/vendor/symfony/http-kernel/HttpKernel.php:169 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#50 …}
        $em: Doctrine\ORM\EntityManager {#328 …}
      }
    }
    /home/actix/domains/mis.actix.ru/public_html/vendor/symfony/http-kernel/HttpKernel.php:81 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#50 …}
        $type: 1
      }
    }
    /home/actix/domains/mis.actix.ru/public_html/vendor/symfony/http-kernel/Kernel.php:201 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#50 …}
        $type: 1
        $catch: true
      }
    }
    /home/actix/domains/mis.actix.ru/public_html/public/index.php:40 {$request = Request::createFromGlobals();\r$response = $kernel->handle($request);\r$response->send();\r
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#50 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#13 …8}