https://www.dameo-demolition.com/register/

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
exception
Twig\Error\RuntimeError {#8352
  -lineno: 25
  -name: "@FOSUser/Registration/register.html.twig"
  -rawMessage: "Macro "btn" is not defined in template "app/_inc/macros.html.twig"."
  -sourcePath: "/home/dameo/home/http/templates/bundles/FOSUserBundle/Registration/register.html.twig"
  -sourceCode: ""
  #message: "Macro "btn" is not defined in template "app/_inc/macros.html.twig"."
  #code: 0
  #file: "/home/dameo/home/http/templates/bundles/FOSUserBundle/Registration/register.html.twig"
  #line: 25
  trace: {
    /home/dameo/home/http/templates/bundles/FOSUserBundle/Registration/register.html.twig:25 {
      twig_call_macro(Template $template, string $method, array $args, int $lineno, array $context, Source $source) …
      › </fieldset>{{ m.btn('form.register'|trans, 'btn', {name:'_submit'}) }}{{ form_end(form) }}
    }
    /home/dameo/home/http/vendor/twig/twig/src/Environment.php:418 {
      __TwigTemplate_13668e07ffb617b6f1e3c1f962c89fe3f5266fd5a7c6449239ebc51981ba753b->block_content($context, array $blocks = []) …
      ›      */    eval('?>'.$content);}
    }
    /home/dameo/home/http/vendor/twig/twig/src/Template.php:182 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /home/dameo/home/http/vendor/twig/twig/src/Environment.php:418 {
      __TwigTemplate_8a0a829547057f3bc9c9ae24d4597123e11e583d3c3769c9354d11086b513205->doDisplay(array $context, array $blocks = []) …
      ›      */    eval('?>'.$content);}
    }
    /home/dameo/home/http/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/dameo/home/http/vendor/twig/twig/src/Template.php:378 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/dameo/home/http/vendor/twig/twig/src/Environment.php:418 {
      __TwigTemplate_13668e07ffb617b6f1e3c1f962c89fe3f5266fd5a7c6449239ebc51981ba753b->doDisplay(array $context, array $blocks = []) …
      ›      */    eval('?>'.$content);}
    }
    /home/dameo/home/http/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/dameo/home/http/vendor/twig/twig/src/Template.php:378 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/dameo/home/http/vendor/twig/twig/src/Template.php:390 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /home/dameo/home/http/vendor/twig/twig/src/TemplateWrapper.php:45 {
      Twig\TemplateWrapper->render(array $context = []): string …
      ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
    }
    /home/dameo/home/http/vendor/twig/twig/src/Environment.php:318 {
      Twig\Environment->render($name, array $context = []) …
      › {    return $this->load($name)->render($context);}
    }
    /home/dameo/home/http/vendor/symfony/framework-bundle/Controller/AbstractController.php:258 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /home/dameo/home/http/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);}
    /home/dameo/home/http/vendor/friendsofsymfony/user-bundle/src/Controller/RegistrationController.php:97 {
      FOS\UserBundle\Controller\RegistrationController->registerAction(Request $request): Response …
      › return $this->render('@FOSUser/Registration/register.html.twig', [    'form' => $form->createView(),]);
    }
    /home/dameo/home/http/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);}
    /home/dameo/home/http/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) {
    }
    /home/dameo/home/http/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 {
    }
    /home/dameo/home/http/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /home/dameo/home/http/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/dameo/home/http/public/index.php:5 {umask(02);require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/dameo/home/http/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#127 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br"
cdn-loop
"cloudflare; loops=1"
cf-connecting-ip
"20.171.207.34"
cf-ipcountry
"US"
cf-ray
"957ded59ad931005-LAX"
cf-visitor
"{"scheme":"https"}"
cookie
"PHPSESSID=9gbk4mlsj7b2dsi89qtktomnl4"
from
"gptbot(at)openai.com"
host
"www.dameo-demolition.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-forwarded-for
"172.70.210.173"
x-forwarded-proto
"https"
x-openai-host-hash
"379383242"
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, 30 Jun 2025 13:14:31 GMT"
vary
"Accept"
x-debug-token
"b9c80c"

Cookies

Request Cookies

Key Value
PHPSESSID
"9gbk4mlsj7b2dsi89qtktomnl4"

Response Cookies

No response cookies

Session

Session Metadata

Key Value
Created
"Mon, 30 Jun 25 15:13:08 +0200"
Last used
"Mon, 30 Jun 25 15:14:30 +0200"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-fos_user_registration_form
"aM6qU_hhYH7JgGEqAuG28omNwDGaUBGD1JDxnxX4vHg"

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_DEBUG
"0"
APP_ENV
"dev"
APP_SECRET
"56d69571da7706a143236b012ee075bc"
DATABASE_URL
"mysql://dameo:Y%2FLp2ie%[email protected]:3306/dameo?serverVersion=5.7"
MAILER_DSN
"sendmail://default"

Defined as regular env variables

Key Value
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/home/dameo/home/http/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/dameo/"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br"
HTTP_CDN_LOOP
"cloudflare; loops=1"
HTTP_CF_CONNECTING_IP
"20.171.207.34"
HTTP_CF_IPCOUNTRY
"US"
HTTP_CF_RAY
"957ded59ad931005-LAX"
HTTP_CF_VISITOR
"{"scheme":"https"}"
HTTP_COOKIE
"PHPSESSID=9gbk4mlsj7b2dsi89qtktomnl4"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"www.dameo-demolition.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_X_FORWARDED_FOR
"172.70.210.173"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_OPENAI_HOST_HASH
"379383242"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"10.20.21.100"
REMOTE_PORT
"57760"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1751289271
REQUEST_TIME_FLOAT
1751289271.3809
REQUEST_URI
"/register/"
SCRIPT_FILENAME
"/home/dameo/home/http/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.20.21.74"
SERVER_NAME
"www.dameo-demolition.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.18.0"
SYMFONY_DOTENV_VARS
"APP_ENV,MAILER_DSN,DATABASE_URL,APP_DEBUG,APP_SECRET"
USER
"www-dameo"

Parent Request

Return to parent request (token = ad43c2)

Key Value
_controller
"fos_user.registration.controller::registerAction"
_firewall_context
"security.firewall.map.context.main"
_links
Symfony\Component\WebLink\GenericLinkProvider {#6185
  -links: [
    8578 => Symfony\Component\WebLink\Link {#8578
      -href: "/build/js/runtime-1081d4bebb8a7d0e7794.js"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "script"
        "crossorigin" => "anonymous"
      ]
    }
    5998 => Symfony\Component\WebLink\Link {#5998
      -href: "/build/js/100-7aff82538aefd51eae33.js"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "script"
        "crossorigin" => "anonymous"
      ]
    }
    6261 => Symfony\Component\WebLink\Link {#6261
      -href: "/build/js/386-1ca8e78e11c3bd4e9570.js"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "script"
        "crossorigin" => "anonymous"
      ]
    }
    5993 => Symfony\Component\WebLink\Link {#5993
      -href: "/build/js/176-a351cd5c5369ce671a0e.js"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "script"
        "crossorigin" => "anonymous"
      ]
    }
    6004 => Symfony\Component\WebLink\Link {#6004
      -href: "/build/js/687-d9a5001f97412f45a677.js"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "script"
        "crossorigin" => "anonymous"
      ]
    }
    6009 => Symfony\Component\WebLink\Link {#6009
      -href: "/build/js/965-8156a9e140997db217ee.js"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "script"
        "crossorigin" => "anonymous"
      ]
    }
    6015 => Symfony\Component\WebLink\Link {#6015
      -href: "/build/js/app-gsap-js-0e16c1d70eb14d719075.js"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "script"
        "crossorigin" => "anonymous"
      ]
    }
    6020 => Symfony\Component\WebLink\Link {#6020
      -href: "/build/js/805-e4d526a70113dd203e8f.js"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "script"
        "crossorigin" => "anonymous"
      ]
    }
    6026 => Symfony\Component\WebLink\Link {#6026
      -href: "/build/js/32-a758f5d185409781ab8f.js"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "script"
        "crossorigin" => "anonymous"
      ]
    }
    6031 => Symfony\Component\WebLink\Link {#6031
      -href: "/build/js/721-91cc39c67462c5dc3777.js"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "script"
        "crossorigin" => "anonymous"
      ]
    }
    6037 => Symfony\Component\WebLink\Link {#6037
      -href: "/build/js/app-base-js-c70cd8cc2909df74c258.js"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "script"
        "crossorigin" => "anonymous"
      ]
    }
    6040 => Symfony\Component\WebLink\Link {#6040
      -href: "/build/css/app-base-css-5f70081673ee8c8de6a5.css"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "style"
        "crossorigin" => "anonymous"
      ]
    }
    6041 => Symfony\Component\WebLink\Link {#6041
      -href: "/build/css/app-base-css-5f70081673ee8c8de6a5.css"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "style"
        "crossorigin" => "anonymous"
      ]
    }
  ]
}
_locale
"fr"
_route
"fos_user_registration_register"
_route_params
[
  "_locale" => "fr"
]
_security_firewall_run
"_security_main"

Sub Requests 1

AppController :: renderMenuAction (token = 8b3144)

Key Value
_controller
"App\Controller\AppController::renderMenuAction"
_format
"html"
_locale
"fr"