https://qriosity.ideasthatmatter.in/signup/qriosity-2024-round-one/vivek-test-school

QuizController :: signup

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\Web\QuizController::signup"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"quiz_signup"
_route_params
[
  "quizSlug" => "qriosity-2024-round-one"
  "schoolSlug" => "vivek-test-school"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"a529ad"
media_type
"text/html"
quizSlug
"qriosity-2024-round-one"
schoolSlug
"vivek-test-school"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
from
"gptbot(at)openai.com"
host
"qriosity.ideasthatmatter.in"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-openai-host-hash
"910227311"
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
"Mon, 18 Aug 2025 20:16:20 GMT"
x-debug-exception
"Call%20to%20a%20member%20function%20getName%28%29%20on%20null"
x-debug-exception-file
"%2Fvar%2Fwww%2Fround3%2Fsrc%2FController%2FWeb%2FQuizController.php:164"
x-debug-token
"bb3b8f"
x-debug-token-link
"https://qriosity.ideasthatmatter.in/_profiler/28c93c"
x-previous-debug-token
"28c93c"
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
"9dad6fecde5f1916b68601343979753a"
DATABASE_URL
"mysql://admin:2IR]TRW7P]2kmq!C@quiz-system-2024.cxclltmut51e.ap-south-1.rds.amazonaws.com:3306/quiz_system_07_2024"
MAILER_DSN
"smtp://ideasthatmatter@shooliniuniversity.com:Shoolini@12345@smtp.office365.com:587"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/round3/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/round3/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"qriosity.ideasthatmatter.in"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_X_OPENAI_HOST_HASH
"910227311"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"qriosity.ideasthatmatter.in"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/signup/qriosity-2024-round-one/vivek-test-school"
REMOTE_ADDR
"20.171.207.189"
REMOTE_PORT
"45758"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1755548180
REQUEST_TIME_FLOAT
1755548180.2219
REQUEST_URI
"/signup/qriosity-2024-round-one/vivek-test-school"
SCRIPT_FILENAME
"/var/www/round3/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.31.33.0"
SERVER_ADMIN
"webmaster@localhost"
SERVER_NAME
"qriosity.ideasthatmatter.in"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.52 (Ubuntu) Server at qriosity.ideasthatmatter.in Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.52 (Ubuntu)"
SSL_TLS_SNI
"qriosity.ideasthatmatter.in"
SYMFONY_DOTENV_VARS
"DATABASE_URL,APP_ENV,APP_SECRET,MAILER_DSN"

Sub Requests 1

ErrorController (token = 28c93c)

Key Value
_controller
"error_controller"
_stopwatch_token
"e11b56"
exception
Error {#371
  #message: "Call to a member function getName() on null"
  #code: 0
  #file: "/var/www/round3/src/Controller/Web/QuizController.php"
  #line: 164
  trace: {
    /var/www/round3/src/Controller/Web/QuizController.php:164 {
      App\Controller\Web\QuizController->signup($quizSlug, $schoolSlug): Response …
      › return $this->render('quiz/registration.html.twig', [    'school_name' => $schoolDetails->getName(),    'error' => false,
    }
    /var/www/round3/vendor/symfony/http-kernel/HttpKernel.php:152 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/round3/vendor/symfony/http-kernel/HttpKernel.php:74 {
      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/round3/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/round3/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /var/www/round3/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/round3/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/round3/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#88 …8}