https://r-conference.barreau92.com/fr/recherche/demande?page=https%3A%2F%2Fexample.com

ErrorController

Request

GET Parameters

Key Value
page
"https://example.com"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"914f50"
exception
Doctrine\DBAL\Exception {#1218
  #message: "Offset must be a positive integer or zero, -26 given"
  #code: 0
  #file: "/var/www/clients/client0/web4/web/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php"
  #line: 3729
  trace: {
    /var/www/clients/client0/web4/web/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:3729 {
      Doctrine\DBAL\Platforms\AbstractPlatform->modifyLimitQuery($query, $limit, $offset = 0): string …
      › if ($offset < 0) {    throw new Exception(sprintf(        'Offset must be a positive integer or zero, %d given',
    }
    /var/www/clients/client0/web4/web/vendor/doctrine/orm/lib/Doctrine/ORM/Query/SqlWalker.php:558 {
      Doctrine\ORM\Query\SqlWalker->walkSelectStatement(SelectStatement $AST) …
      › if ($limit !== null || $offset !== null) {    $sql = $this->platform->modifyLimitQuery($sql, $limit, $offset ?? 0);}
    }
    /var/www/clients/client0/web4/web/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:21 {
      Doctrine\ORM\Query\Exec\SingleSelectExecutor->__construct(SelectStatement $AST, SqlWalker $sqlWalker) …
      › {    $this->_sqlStatements = $sqlWalker->walkSelectStatement($AST);}
    }
    /var/www/clients/client0/web4/web/vendor/doctrine/orm/lib/Doctrine/ORM/Query/SqlWalker.php:288 {
      Doctrine\ORM\Query\SqlWalker->getExecutor($AST) …
      ›     default:        return new Exec\SingleSelectExecutor($AST, $this);}
    }
    /var/www/clients/client0/web4/web/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php:449 {
      Doctrine\ORM\Query\Parser->parse() …
      › // Assign an SQL executor to the parser result$this->parserResult->setSqlExecutor($outputWalker->getExecutor($AST));}
    /var/www/clients/client0/web4/web/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:274 {
      Doctrine\ORM\Query->parse(): ParserResult …
      › 
      › $this->parserResult = $parser->parse();}
    /var/www/clients/client0/web4/web/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:286 {
      Doctrine\ORM\Query->_doExecute() …
      › {    $executor = $this->parse()->getSqlExecutor();}
    /var/www/clients/client0/web4/web/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1188 {
      Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
      › 
      › $stmt = $this->_doExecute();}
    /var/www/clients/client0/web4/web/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1142 {
      Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
      › 
      ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
    }
    /var/www/clients/client0/web4/web/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:878 {
      Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) …
      › {    return $this->execute(null, $hydrationMode);}
    }
    /var/www/clients/client0/web4/web/src/Repository/SearchEngineRepository.php:61 {
      App\Repository\SearchEngineRepository->getPaginated($page, $limit, $params = []) …
      ›         ->getQuery()        ->getResult();}
    }
    /var/www/clients/client0/web4/web/src/Controller/SearchEngineController.php:48 {
      App\Controller\SearchEngineController->index(Request $request): Response …
      › $total = $this->searchEngineRepository->getCount($params);$items = $this->searchEngineRepository->getPaginated($page, $limit, $params);$formView = $form->createView();
    }
    /var/www/clients/client0/web4/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/client0/web4/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/client0/web4/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/client0/web4/web/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/clients/client0/web4/web/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/clients/client0/web4/web/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/clients/client0/web4/web/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#122 …6}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
connection
"close"
content-length
"0"
from
"gptbot(at)openai.com"
host
"r-conference.barreau92.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
x-openai-host-hash
"738615691"
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, 15 Dec 2025 09:12:27 GMT"
x-debug-exception
"Offset%20must%20be%20a%20positive%20integer%20or%20zero%2C%20-26%20given"
x-debug-exception-file
"%2Fvar%2Fwww%2Fclients%2Fclient0%2Fweb4%2Fweb%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FPlatforms%2FAbstractPlatform.php:3729"
x-debug-token
"7c3c8c"

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
"dzdspiz3wt46xy4ev0jmkrtxyekz2k7o"
ASSETS_DIR
"./uploads/editor/"
ASSETS_URL
"https://r-conference.barreau92.com/uploads/editor/"
DATABASE_URL
"mysql://c0rc92:y!gwkqgVLH9ZK@127.0.0.1:3306/c0rc92_db?serverVersion=mariadb-10.5.15"
DB_NAME
"c0rc92_db"
MAILER_DSN
"smtp://koezionio@gmail.com:xsmtpsib-24671fe8a0800662ad318e732321e556e81250be348d7d5f3feabe0781063822-FG2TqDEyH5OMcrpf@smtp-relay.sendinblue.com:587?encryption=tls&auth_mode=login"
PROJECT
"CONFERENCE"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
BASE
"/public"
CONTENT_LENGTH
"0"
CONTEXT_DOCUMENT_ROOT
"/var/www/r-conference.barreau92.com/web"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/r-conference.barreau92.com/web"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"1"
H2_STREAM_TAG
"868124-2150-1"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_CONNECTION
"close"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"r-conference.barreau92.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
HTTP_X_OPENAI_HOST_HASH
"738615691"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHPRC
"/etc/php/7.4/cgi/"
PHP_DOCUMENT_ROOT
"/var/www/clients/client0/web4"
PHP_FCGI_MAX_REQUESTS
"5000"
PHP_SELF
"/public/index.php"
PWD
"/var/www/php-fcgi-scripts/web4"
QUERY_STRING
"page=https%3A%2F%2Fexample.com"
REDIRECT_BASE
"/public"
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
"1"
REDIRECT_H2_STREAM_TAG
"868124-2150-1"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_QUERY_STRING
"page=https%3A%2F%2Fexample.com"
REDIRECT_REDIRECT_H2PUSH
"off"
REDIRECT_REDIRECT_H2_PUSH
"off"
REDIRECT_REDIRECT_H2_PUSHED
""
REDIRECT_REDIRECT_H2_PUSHED_ON
""
REDIRECT_REDIRECT_H2_STREAM_ID
"1"
REDIRECT_REDIRECT_H2_STREAM_TAG
"868124-2150-1"
REDIRECT_REDIRECT_HTTP2
"on"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_SCRIPT_URI
"https://r-conference.barreau92.com/fr/recherche/demande"
REDIRECT_REDIRECT_SCRIPT_URL
"/fr/recherche/demande"
REDIRECT_REDIRECT_SSL_TLS_SNI
"r-conference.barreau92.com"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_SCRIPT_URI
"https://r-conference.barreau92.com/fr/recherche/demande"
REDIRECT_SCRIPT_URL
"/fr/recherche/demande"
REDIRECT_SSL_TLS_SNI
"r-conference.barreau92.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/fr/recherche/demande"
REMOTE_ADDR
"74.7.243.224"
REMOTE_PORT
"53062"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1765789947
REQUEST_TIME_FLOAT
1765789947.7057
REQUEST_URI
"/fr/recherche/demande?page=https%3A%2F%2Fexample.com"
SCRIPT_FILENAME
"/var/www/r-conference.barreau92.com/web/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://r-conference.barreau92.com/fr/recherche/demande"
SCRIPT_URL
"/fr/recherche/demande"
SERVER_ADDR
"137.74.92.77"
SERVER_ADMIN
"webmaster@r-conference.barreau92.com"
SERVER_NAME
"r-conference.barreau92.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SHLVL
"0"
SSL_TLS_SNI
"r-conference.barreau92.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,PROJECT,DB_NAME,DATABASE_URL,MAILER_DSN,ASSETS_DIR,ASSETS_URL"
TEMP
"/var/www/clients/client0/web4/tmp"
TMP
"/var/www/clients/client0/web4/tmp"
TMPDIR
"/var/www/clients/client0/web4/tmp"

Parent Request

Return to parent request (token = d8c108)

Key Value
_controller
"App\Controller\SearchEngineController::index"
_firewall_context
"security.firewall.map.context.main"
_locale
"fr"
_remove_csp_headers
true
_route
"search_engine"
_route_params
[
  "_locale" => "fr"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"59ac89"