http://scicawally.com/front/end/contact

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
contact
[
  "fullName" => "TedBugLW"
  "email" => "moqagides18@gmail.com"
  "subject" => "Hi,   writing about your   price for reseller"
  "message" => "Sveiki, aš norėjau sužinoti jūsų kainą."
  "_token" => "e066e25597d52f9159fd92e214.uQi3FupeDBLpJt0y3E2jCwTf1RGuDNfT1DmuzBn5EFg.2mP_UoYWdEuKVuVG62DGQmuAikT2Wqax4gHlv0O6WWjjRYRZjShCYrZyrg"
]
submit
""

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"6c84a7"
exception
GuzzleHttp\Exception\ConnectException {#1147
  #message: "cURL error 35: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to api.mailjet.com:443  (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://api.mailjet.com/v3.1/send"
  #code: 0
  #file: "/home/scicaww/sci-cawally/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php"
  #line: 210
  -request: GuzzleHttp\Psr7\Request {#807 …}
  -handlerContext: [
    "errno" => 35
    "error" => "OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to api.mailjet.com:443 "
    "appconnect_time" => 0.0
    "url" => "https://api.mailjet.com/v3.1/send"
    "content_type" => null
    "http_code" => 0
    "header_size" => 0
    "request_size" => 0
    "filetime" => -1
    "ssl_verify_result" => 1
    "redirect_count" => 0
    "total_time" => 0.025412
    "namelookup_time" => 0.00623
    "connect_time" => 0.015236
    "pretransfer_time" => 0.0
    "size_upload" => 0.0
    "size_download" => 0.0
    "speed_download" => 0.0
    "speed_upload" => 0.0
    "download_content_length" => -1.0
    "upload_content_length" => -1.0
    "starttransfer_time" => 0.0
    "redirect_time" => 0.0
    "redirect_url" => ""
    "primary_ip" => "35.187.79.8"
    "certinfo" => []
    "primary_port" => 443
    "local_ip" => "10.28.21.27"
    "local_port" => 40702
    "http_version" => 0
    "protocol" => 2
    "ssl_verifyresult" => 0
    "scheme" => "HTTPS"
    "appconnect_time_us" => 0
    "connect_time_us" => 15236
    "namelookup_time_us" => 6230
    "pretransfer_time_us" => 0
    "redirect_time_us" => 0
    "starttransfer_time_us" => 0
    "total_time_us" => 25412
    "curl_version" => "7.64.0"
  ]
  trace: {
    /home/scicaww/sci-cawally/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:210 {
      GuzzleHttp\Handler\CurlFactory::createRejection(EasyHandle $easy, array $ctx): PromiseInterface …
      › $error = isset($connectionErrors[$easy->errno])    ? new ConnectException($message, $easy->request, null, $ctx)    : new RequestException($message, $easy->request, $easy->response, null, $ctx);
    }
    /home/scicaww/sci-cawally/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:158 {
      GuzzleHttp\Handler\CurlFactory::finishError(callable $handler, EasyHandle $easy, CurlFactoryInterface $factory): PromiseInterface …
      › 
      ›     return self::createRejection($easy, $ctx);}
      arguments: {
        $easy: GuzzleHttp\Handler\EasyHandle {#1423 …}
        $ctx: [ …41]
      }
    }
    /home/scicaww/sci-cawally/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:110 {
      GuzzleHttp\Handler\CurlFactory::finish(callable $handler, EasyHandle $easy, CurlFactoryInterface $factory): PromiseInterface …
      › if (!$easy->response || $easy->errno) {    return self::finishError($handler, $easy, $factory);}
      arguments: {
        $handler: GuzzleHttp\Handler\CurlHandler {#1125 …}
        $easy: GuzzleHttp\Handler\EasyHandle {#1423 …}
        $factory: GuzzleHttp\Handler\CurlFactory {#1117 …}
      }
    }
    /home/scicaww/sci-cawally/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php:47 {
      GuzzleHttp\Handler\CurlHandler->__invoke(RequestInterface $request, array $options): PromiseInterface …
      › 
      ›     return CurlFactory::finish($this, $easy, $this->factory);}
      arguments: {
        $handler: GuzzleHttp\Handler\CurlHandler {#1125 …}
        $easy: GuzzleHttp\Handler\EasyHandle {#1423 …}
        $factory: GuzzleHttp\Handler\CurlFactory {#1117 …}
      }
    }
    /home/scicaww/sci-cawally/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php:28 {
      GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure} …
      › return static function (RequestInterface $request, array $options) use ($default, $sync): PromiseInterface {    return empty($options[RequestOptions::SYNCHRONOUS]) ? $default($request, $options) : $sync($request, $options);};
      arguments: {
        $request: GuzzleHttp\Psr7\Request {#807 …}
        $options: [ …12]
      }
    }
    /home/scicaww/sci-cawally/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php:48 {
      GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure} …
      › return static function (RequestInterface $request, array $options) use ($default, $streaming): PromiseInterface {    return empty($options['stream']) ? $default($request, $options) : $streaming($request, $options);};
      arguments: {
        GuzzleHttp\Psr7\Request {#807 …}
        [ …12]
      }
    }
    /home/scicaww/sci-cawally/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php:64 {
      GuzzleHttp\PrepareBodyMiddleware->__invoke(RequestInterface $request, array $options): PromiseInterface …
      › 
      ›     return $fn(Psr7\Utils::modifyRequest($request, $modify), $options);}
      arguments: {
        GuzzleHttp\Psr7\Request {#807 …}
        [ …12]
      }
    }
    /home/scicaww/sci-cawally/vendor/guzzlehttp/guzzle/src/Middleware.php:31 {
      GuzzleHttp\Middleware::GuzzleHttp\{closure} …
      › if (empty($options['cookies'])) {    return $handler($request, $options);} elseif (!($options['cookies'] instanceof CookieJarInterface)) {
      arguments: {
        $request: GuzzleHttp\Psr7\Request {#1408 …}
        $options: [ …12]
      }
    }
    /home/scicaww/sci-cawally/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php:71 {
      GuzzleHttp\RedirectMiddleware->__invoke(RequestInterface $request, array $options): PromiseInterface …
      › 
      › return $fn($request, $options)    ->then(function (ResponseInterface $response) use ($request, $options) {
      arguments: {
        GuzzleHttp\Psr7\Request {#1408 …}
        [ …12]
      }
    }
    /home/scicaww/sci-cawally/vendor/guzzlehttp/guzzle/src/Middleware.php:63 {
      GuzzleHttp\Middleware::GuzzleHttp\{closure} …
      › }return $handler($request, $options)->then(    static function (ResponseInterface $response) use ($request, $bodySummarizer) {
      arguments: {
        $request: GuzzleHttp\Psr7\Request {#1408 …}
        $options: [ …12]
      }
    }
    /home/scicaww/sci-cawally/vendor/guzzlehttp/guzzle/src/HandlerStack.php:75 {
      GuzzleHttp\HandlerStack->__invoke(RequestInterface $request, array $options) …
      › 
      ›     return $handler($request, $options);}
      arguments: {
        GuzzleHttp\Psr7\Request {#1408 …}
        [ …12]
      }
    }
    /home/scicaww/sci-cawally/vendor/guzzlehttp/guzzle/src/Client.php:331 {
      GuzzleHttp\Client->transfer(RequestInterface $request, array $options): PromiseInterface …
      › try {    return P\Create::promiseFor($handler($request, $options));} catch (\Exception $e) {
      arguments: {
        $request: GuzzleHttp\Psr7\Request {#1408 …}
        $options: [ …12]
      }
    }
    /home/scicaww/sci-cawally/vendor/guzzlehttp/guzzle/src/Client.php:168 {
      GuzzleHttp\Client->requestAsync(string $method, $uri = '', array $options = []): PromiseInterface …
      › 
      ›     return $this->transfer($request, $options);}
      arguments: {
        $request: GuzzleHttp\Psr7\Request {#1408 …}
        $options: [ …12]
      }
    }
    /home/scicaww/sci-cawally/vendor/guzzlehttp/guzzle/src/Client.php:187 {
      GuzzleHttp\Client->request(string $method, $uri = '', array $options = []): ResponseInterface …
      ›     $options[RequestOptions::SYNCHRONOUS] = true;    return $this->requestAsync($method, $uri, $options)->wait();}
      arguments: {
        $method: "POST"
        $uri: GuzzleHttp\Psr7\Uri {#1139 …}
        $options: [ …15]
      }
    }
    /home/scicaww/sci-cawally/vendor/mailjet/mailjet-apiv3-php/src/Mailjet/Request.php:245 {
      Mailjet\Request->request(string $method, $uri, array $options = []): ResponseInterface …
      › {    return $this->guzzleClient->request($method, $uri, $options);}
      arguments: {
        $method: "POST"
        $uri: "https://api.mailjet.com/v3.1/send"
        $options: [ …7]
      }
    }
    /home/scicaww/sci-cawally/vendor/guzzlehttp/guzzle/src/ClientTrait.php:95 {
      Mailjet\Request->post($uri, array $options = []): ResponseInterface …
      › {    return $this->request('POST', $uri, $options);}
      arguments: {
        $method: "POST"
        $uri: "https://api.mailjet.com/v3.1/send"
        $options: [ …6]
      }
    }
    Mailjet\Request->post() {}
    /home/scicaww/sci-cawally/vendor/mailjet/mailjet-apiv3-php/src/Mailjet/Request.php:141 {
      Mailjet\Request->call($call) …
      › try {    $response = call_user_func([$this, strtolower($this->method)], $this->url, $payload);} catch (ClientException $e) {
      arguments: {
        $callback: [ …2]
        ...$args: {
          "https://api.mailjet.com/v3.1/send"
          [ …6]
        }
      }
    }
    /home/scicaww/sci-cawally/vendor/mailjet/mailjet-apiv3-php/src/Mailjet/Client.php:321 {
      Mailjet\Client->_call(string $method, string $resource, string $action, array $args): Response …
      › 
      ›     return $request->call($this->call);}
      arguments: {
        $call: true
      }
    }
    /home/scicaww/sci-cawally/vendor/mailjet/mailjet-apiv3-php/src/Mailjet/Client.php:88 {
      Mailjet\Client->post(array $resource, array $args = [], array $options = []): Response …
      › 
      › $result = $this->_call('POST', $resource[0], $resource[1], $args);arguments: {
        $method: "POST"
        $resource: "send"
        $action: ""
        $args: [ …4]
      }
    }
    /home/scicaww/sci-cawally/src/classe/Mails.php:40 {
      App\classe\Mails->sendMail($subjet, $content) …
      › ];$response = $mj->post(Resources::$Email, ['body' => $body]);$response->success() ;
      arguments: {
        $resource: [ …2]
        $args: [ …1]
      }
    }
    /home/scicaww/sci-cawally/src/Controller/FrontEnd/ContactController.php:45 {
      App\Controller\FrontEnd\ContactController->index(Request $request, Mails $mails): Response …
      › $content .="<h4><strong>Message:</strong> </h4><br/><p style='font-size: large;'>".$contact->getMessage()."</p>";$mails->sendMail($objet, $content);return $this->redirectToRoute('frontend_contact');
      arguments: {
        $subjet: "SCI CAWALLY | Hi,   writing about your   price for reseller"
        $content: "<p style='font-size: large;'>Message venant du site internet SCI CAWALLY. <br/> Information sur l'expéditeur: </p><h4></strong>Nom et Prenom: </strong>TedBugLW</h4><h4> E-mail: moqagides18@gmail.com</h4><h4>Sujet: Hi,   writing about your   price for reseller</h4><h4><strong>Message:</strong> </h4><br/><p style='font-size: large;'>Sveiki, aš norėjau sužinoti jūsų kainą.</p>"
      }
    }
    /home/scicaww/sci-cawally/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);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#52 …}
        $mails: App\classe\Mails {#694 …}
      }
    }
    /home/scicaww/sci-cawally/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#52 …}
        $type: 1
      }
    }
    /home/scicaww/sci-cawally/vendor/symfony/http-kernel/Kernel.php:202 {
      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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#52 …}
        $type: 1
        $catch: true
      }
    }
    /home/scicaww/sci-cawally/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#52 …}
      }
    }
    /home/scicaww/sci-cawally/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/scicaww/sci-cawally/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/scicaww/sci-cawally/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#82 …8}

Request Headers

Header Value
accept
"*/*"
content-length
"373"
content-type
"application/x-www-form-urlencoded"
cookie
"PHPSESSID=7c42ae2ae591c00471d9ff050074a42a"
forwarded
"for=92.255.85.164; proto=http; host=scicawally.com"
host
"scicawally.com"
pragma
"no-cache"
referer
"http://scicawally.com/front/end/contact"
remote-ip
"92.255.85.164"
remote-port
"51537"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36"
x-forwarded-for
"92.255.85.164"
x-forwarded-port
"80"
x-forwarded-proto
"http"
x-iplb-unique-id
"5CFF55A4:C951_335BECC1:0050_678B3882_1E821:4081"
x-ovhrequest-id
"e298a422aaac709a866f7b8ff95b1f25"
x-php-ob-level
"1"
x-predictor
"1"
x-remote-ip
"92.255.85.164"
x-remote-port
"51537"
x-remote-proto
"http"

Request Content

Raw

contact[fullName]=TedBugLW&contact[email]=moqagides18%40gmail.com&contact[subject]=Hi%2C+++writing+about+your+++price+for+reseller&contact[message]=Sveiki%2C+a%C5%A1+nor%C4%97jau+su%C5%BEinoti+j%C5%ABs%C5%B3+kain%C4%85.&submit=&contact[_token]=e066e25597d52f9159fd92e214.uQi3FupeDBLpJt0y3E2jCwTf1RGuDNfT1DmuzBn5EFg.2mP_UoYWdEuKVuVG62DGQmuAikT2Wqax4gHlv0O6WWjjRYRZjShCYrZyrg

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 18 Jan 2025 05:13:39 GMT"
x-debug-exception
"cURL%20error%2035%3A%20OpenSSL%20SSL_connect%3A%20SSL_ERROR_SYSCALL%20in%20connection%20to%20api.mailjet.com%3A443%20%20%28see%20https%3A%2F%2Fcurl.haxx.se%2Flibcurl%2Fc%2Flibcurl-errors.html%29%20for%20https%3A%2F%2Fapi.mailjet.com%2Fv3.1%2Fsend"
x-debug-exception-file
"%2Fhome%2Fscicaww%2Fsci-cawally%2Fvendor%2Fguzzlehttp%2Fguzzle%2Fsrc%2FHandler%2FCurlFactory.php:210"
x-debug-token
"ebd666"

Cookies

Request Cookies

Key Value
PHPSESSID
"7c42ae2ae591c00471d9ff050074a42a"

Response Cookies

No response cookies

Session 4

Session Metadata

Key Value
Created
"Sat, 18 Jan 25 06:13:38 +0100"
Last used
"Sat, 18 Jan 25 06:13:38 +0100"
Lifetime
0

Session Attributes

Attribute Value
_csrf/contact
"ckHDlHxYcp8t7-eIo__UXVqb68KsZCI0ZM3OgvNp_Ts"

Session Usage

4 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:85
[
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 85
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 112
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
    "line" => 65
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "preSubmit"
    "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
    "line" => 33
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/form/Form.php"
    "line" => 529
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
    "line" => 109
    "function" => "submit"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/form/Form.php"
    "line" => 464
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/src/Controller/FrontEnd/ContactController.php"
    "line" => 31
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "App\Controller\FrontEnd\ContactController"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/public/index.php"
    "line" => 5
    "args" => [
      "/home/scicaww/sci-cawally/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:55
[
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 55
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 116
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
    "line" => 65
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "preSubmit"
    "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
    "line" => 33
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/form/Form.php"
    "line" => 529
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
    "line" => 109
    "function" => "submit"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/form/Form.php"
    "line" => 464
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/src/Controller/FrontEnd/ContactController.php"
    "line" => 31
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "App\Controller\FrontEnd\ContactController"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/public/index.php"
    "line" => 5
    "args" => [
      "/home/scicaww/sci-cawally/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:59
[
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 59
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 116
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
    "line" => 65
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "preSubmit"
    "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
    "line" => 33
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/form/Form.php"
    "line" => 529
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
    "line" => 109
    "function" => "submit"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/form/Form.php"
    "line" => 464
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/src/Controller/FrontEnd/ContactController.php"
    "line" => 31
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "App\Controller\FrontEnd\ContactController"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/public/index.php"
    "line" => 5
    "args" => [
      "/home/scicaww/sci-cawally/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Bundle\FrameworkBundle\Controller\AbstractController:174
[
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 174
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/src/Controller/FrontEnd/ContactController.php"
    "line" => 38
    "function" => "addFlash"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "App\Controller\FrontEnd\ContactController"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/scicaww/sci-cawally/public/index.php"
    "line" => 5
    "args" => [
      "/home/scicaww/sci-cawally/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

Key Value
success
[
  "Votre message à bien été envoyer nous vous reviendrons très bientôt "
]

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"347bb84460fcf91180e61df67995ca89"
DATABASE_URL
"mysql://scicawwwebmaster:SCI2022k1@scicawwwebmaster.mysql.db:3306/scicawwwebmaster?serverVersion=5.7&charset=utf8mb4"
MAILER_DSN
"gmail+smtp://kevinskouame@gmail.com:mlkma1405@default"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CFG_CLUSTER
"cluster028"
CONTENT_LENGTH
"373"
CONTENT_TYPE
"application/x-www-form-urlencoded"
DOCUMENT_ROOT
"/home/scicaww/sci-cawally/public"
ENVIRONMENT
"production"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_AREA_CODE
"0"
GEOIP_COUNTRY_CODE
"HK"
GEOIP_COUNTRY_NAME
"Hong Kong"
GEOIP_DMA_CODE
"0"
GEOIP_LATITUDE
"22.257799"
GEOIP_LONGITUDE
"114.165703"
HTTP_ACCEPT
"*/*"
HTTP_COOKIE
"PHPSESSID=7c42ae2ae591c00471d9ff050074a42a"
HTTP_FORWARDED
"for=92.255.85.164; proto=http; host=scicawally.com"
HTTP_HOST
"scicawally.com"
HTTP_PRAGMA
"no-cache"
HTTP_REFERER
"http://scicawally.com/front/end/contact"
HTTP_REMOTE_IP
"92.255.85.164"
HTTP_REMOTE_PORT
"51537"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"92.255.85.164"
HTTP_X_FORWARDED_PORT
"80"
HTTP_X_FORWARDED_PROTO
"http"
HTTP_X_IPLB_UNIQUE_ID
"5CFF55A4:C951_335BECC1:0050_678B3882_1E821:4081"
HTTP_X_OVHREQUEST_ID
"e298a422aaac709a866f7b8ff95b1f25"
HTTP_X_PREDICTOR
"1"
HTTP_X_REMOTE_IP
"92.255.85.164"
HTTP_X_REMOTE_PORT
"51537"
HTTP_X_REMOTE_PROTO
"http"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/front/end/contact"
REMOTE_ADDR
"92.255.85.164"
REMOTE_PORT
"61296"
REQUEST_METHOD
"GET"
REQUEST_TIME
1737177218
REQUEST_TIME_FLOAT
1737177218.8188
REQUEST_URI
"/front/end/contact"
SCRIPT_FILENAME
"/home/scicaww/sci-cawally/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"http://scicawally.com/front/end/contact"
SCRIPT_URL
"/front/end/contact"
SERVER_ADDR
"10.28.21.27"
SERVER_ADMIN
"postmaster@scicawally.com"
SERVER_NAME
"scicawally.com"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,MAILER_DSN"
UNIQUE_ID
"Z4s4ghqrgcO8ZJSRmkeExgAAAGU"
USER
"scicaww"
argc
0
argv
[]

Parent Request

Return to parent request (token = f749c3)

Key Value
_controller
"App\Controller\FrontEnd\ContactController::index"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"frontend_contact"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"fa5aac"