https://timesheet2.systeo.biz/admin/cron/daily-cron

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"
_stopwatch_token
"32a727"
exception
GuzzleHttp\Exception\ConnectException {#2589
  -request: GuzzleHttp\Psr7\Request {#2586 …}
  -handlerContext: [
    "errno" => 28
    "error" => "Resolving timed out after 2000 milliseconds"
    "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" => 0
    "redirect_count" => 0
    "total_time" => 5.025006
    "namelookup_time" => 0.0
    "connect_time" => 0.0
    "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" => ""
    "certinfo" => []
    "primary_port" => 0
    "local_ip" => ""
    "local_port" => 0
    "http_version" => 0
    "protocol" => 0
    "ssl_verifyresult" => 0
    "scheme" => ""
    "appconnect_time_us" => 0
    "connect_time_us" => 0
    "namelookup_time_us" => 0
    "pretransfer_time_us" => 0
    "redirect_time_us" => 0
    "starttransfer_time_us" => 0
    "total_time_us" => 5025006
    "curl_version" => "7.74.0"
  ]
  #message: "cURL error 28: Resolving timed out after 2000 milliseconds (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://api.mailjet.com/v3.1/send"
  #code: 0
  #file: "/var/www/clients/client1/web6/web/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php"
  #line: 210
  trace: {
    /var/www/clients/client1/web6/web/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);
    }
    /var/www/clients/client1/web6/web/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:158 {
      GuzzleHttp\Handler\CurlFactory::finishError(callable $handler, EasyHandle $easy, CurlFactoryInterface $factory): PromiseInterface …
      › 
      ›     return self::createRejection($easy, $ctx);}
    }
    /var/www/clients/client1/web6/web/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);}
    }
    /var/www/clients/client1/web6/web/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php:47 {
      GuzzleHttp\Handler\CurlHandler->__invoke(RequestInterface $request, array $options): PromiseInterface …
      › 
      ›     return CurlFactory::finish($this, $easy, $this->factory);}
    }
    /var/www/clients/client1/web6/web/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);};
    }
    /var/www/clients/client1/web6/web/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);};
    }
    /var/www/clients/client1/web6/web/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php:64 {
      GuzzleHttp\PrepareBodyMiddleware->__invoke(RequestInterface $request, array $options): PromiseInterface …
      › 
      ›     return $fn(Psr7\Utils::modifyRequest($request, $modify), $options);}
    }
    /var/www/clients/client1/web6/web/vendor/guzzlehttp/guzzle/src/Middleware.php:31 {
      GuzzleHttp\Middleware::GuzzleHttp\{closure} …
      › if (empty($options['cookies'])) {    return $handler($request, $options);} elseif (!($options['cookies'] instanceof CookieJarInterface)) {
    }
    /var/www/clients/client1/web6/web/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) {
    }
    /var/www/clients/client1/web6/web/vendor/guzzlehttp/guzzle/src/Middleware.php:63 {
      GuzzleHttp\Middleware::GuzzleHttp\{closure} …
      › }return $handler($request, $options)->then(    static function (ResponseInterface $response) use ($request, $bodySummarizer) {
    }
    /var/www/clients/client1/web6/web/vendor/guzzlehttp/guzzle/src/HandlerStack.php:75 {
      GuzzleHttp\HandlerStack->__invoke(RequestInterface $request, array $options) …
      › 
      ›     return $handler($request, $options);}
    }
    /var/www/clients/client1/web6/web/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) {
    }
    /var/www/clients/client1/web6/web/vendor/guzzlehttp/guzzle/src/Client.php:168 {
      GuzzleHttp\Client->requestAsync(string $method, $uri = '', array $options = []): PromiseInterface …
      › 
      ›     return $this->transfer($request, $options);}
    }
    /var/www/clients/client1/web6/web/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();}
    }
    /var/www/clients/client1/web6/web/vendor/mailjet/mailjet-apiv3-php/src/Mailjet/Request.php:248 {
      Mailjet\Request->request(string $method, $uri, array $options = []): ResponseInterface …
      › {    return $this->guzzleClient->request($method, $uri, $options);}
    }
    /var/www/clients/client1/web6/web/vendor/guzzlehttp/guzzle/src/ClientTrait.php:95 {
      Mailjet\Request->post($uri, array $options = []): ResponseInterface …
      › {    return $this->request('POST', $uri, $options);}
    }
    /var/www/clients/client1/web6/web/vendor/mailjet/mailjet-apiv3-php/src/Mailjet/Request.php:143 {
      Mailjet\Request->call($call) …
      ›     [$this, strtolower($this->method)],    [$this->url, $payload]);
    }
    /var/www/clients/client1/web6/web/vendor/mailjet/mailjet-apiv3-php/src/Mailjet/Client.php:316 {
      Mailjet\Client->_call(string $method, string $resource, string $action, array $args): Response …
      › 
      ›     return $request->call($this->call);}
    }
    /var/www/clients/client1/web6/web/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);}
    /var/www/clients/client1/web6/web/src/Service/MailerService.php:104 {
      App\Service\MailerService->sendMultipleReceiversMultiplesMessages($subject, $template, $tab) …
      › 
      › $response = $mj->post(Resources::$Email, ['body' => $body]);}
    /var/www/clients/client1/web6/web/src/Controller/CronController.php:188 {
      App\Controller\CronController->sendMailNonConnectedUsers(ConfigurationRepository $configurationRepository, JobRepository $jobRepository, ReminderRepository $reminderRepository, UserRepository $userRepository, MailerService $mailerService) …
      › 
      › $mailerService->sendMultipleReceiversMultiplesMessages($subject,$template,$tab);}
    /var/www/clients/client1/web6/web/src/Controller/CronController.php:80 {
      App\Controller\CronController->new(TranslatorInterface $translator, Request $request, ConfigurationRepository $confRepo, UserRepository $userRepository, JobRepository $jobRepository, MailerService $mailerService, ReminderRepository $reminderRepository): Response …
      › 
      › $this->sendMailNonConnectedUsers( $confRepo,  $jobRepository,  $reminderRepository,                                            $userRepository,  $mailerService);
    }
    /var/www/clients/client1/web6/web/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/clients/client1/web6/web/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/clients/client1/web6/web/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/clients/client1/web6/web/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#106 …6}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"identity"
authorization
""
connection
"Keep-Alive"
host
"timesheet2.systeo.biz"
user-agent
"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0"
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
"Sun, 01 Jun 2025 23:45:06 GMT"
x-debug-exception
"cURL%20error%2028%3A%20Resolving%20timed%20out%20after%202000%20milliseconds%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
"%2Fvar%2Fwww%2Fclients%2Fclient1%2Fweb6%2Fweb%2Fvendor%2Fguzzlehttp%2Fguzzle%2Fsrc%2FHandler%2FCurlFactory.php:210"
x-debug-token
"870f91"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/var/www/clients/client1/web6/web/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web6/web/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 87
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web6/web/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web6/web/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web6/web/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 73
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web6/web/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web6/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web6/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web6/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web6/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web6/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web6/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web6/web/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web6/web/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"c654d25dc8525d54236ee4ada92386fe"
DATABASE_URL
"mysql://c1TimeS2:2QE45cvstQK5@127.0.0.1:3306/c1TimeS2Db"
JWT_PASSPHRASE
"Rhb924WqqQ79Y8P9gRRDBHHSoklzaeLz"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_URL
"null://localhost"
key_mail_jet
"35f4558bc54138c5b30fcfc282b7361b"
mailer_from_address
"contact@systeo.biz"
user_mail_jet
"5fe9e15e6f3bc606b9ed9381d57c44ec"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/clients/client1/web6/web/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/clients/client1/web6/web/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/clients/client1/web6"
HOSTNAME
""
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"identity"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"Keep-Alive"
HTTP_HOST
"timesheet2.systeo.biz"
HTTP_USER_AGENT
"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REMOTE_ADDR
"38.242.225.201"
REMOTE_PORT
"50072"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1748821501
REQUEST_TIME_FLOAT
1748821501.4733
REQUEST_URI
"/admin/cron/daily-cron"
SCRIPT_FILENAME
"/var/www/clients/client1/web6/web/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"38.242.225.201"
SERVER_ADMIN
"webmaster@timesheet2.systeo.biz"
SERVER_NAME
"timesheet2.systeo.biz"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"timesheet2.systeo.biz"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,mailer_from_address,user_mail_jet,key_mail_jet,MAILER_URL,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE"
TEMP
"/var/www/clients/client1/web6/tmp"
TMP
"/var/www/clients/client1/web6/tmp"
TMPDIR
"/var/www/clients/client1/web6/tmp"
USER
"web6"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 200a07)

Key Value
_controller
"App\Controller\CronController::new"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"cron_daily_user_cron"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"23d765"