Error 500 Internal Server Error

GET https://209.38.40.80/delta/addresses

Forwarded to ErrorController (efa92c)

AddressDeltaController :: index

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\AddressDeltaController::index"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"delta_addresses"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"a97a72"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
from
"gptbot(at)openai.com"
host
"209.38.40.80"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-openai-host-hash
"146358698"
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
"Wed, 29 Oct 2025 02:27:29 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20occurred%20while%20executing%20a%20query%3A%20SQLSTATE%5B42S22%5D%3A%20Column%20not%20found%3A%201054%20Unknown%20column%20%27presta_address_id%27%20in%20%27field%20list%27"
x-debug-exception-file
"%2Fvar%2Fwww%2Fsymfony%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php:69"
x-debug-token
"944552"
x-debug-token-link
"https://209.38.40.80/_profiler/efa92c"
x-previous-debug-token
"efa92c"
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
"56ec9bb975538f89cb23cf802e0ff372"
DATABASE_URL
"postgresql://app:!ChangeMe!@mariadb:5432/app?serverVersion=16&charset=utf8"
LOG_LEVEL
"info"
MAGENTO_DATABASE_URL
"mysql://root:root@mariadb:3306/magento242?serverVersion=10.11.2-MariaDB"
MIGRATION_BATCH_SIZE
"1000"
MIGRATION_TIMEOUT
"3600"
PHP_VERSION
"8.2"
PRESTASHOP_DATABASE_URL
"mysql://root:root@mariadb:3306/cerise?serverVersion=10.11.2-MariaDB"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/symfony/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"209.38.40.80"
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
"146358698"
PATH_INFO
""
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"20.171.207.155"
REMOTE_PORT
"56434"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1761704849
REQUEST_TIME_FLOAT
1761704849.168
REQUEST_URI
"/delta/addresses"
SCRIPT_FILENAME
"/var/www/symfony/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"209.38.40.80"
SERVER_NAME
"p2m.dev"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.24.0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,PRESTASHOP_DATABASE_URL,MAGENTO_DATABASE_URL,LOG_LEVEL,PHP_VERSION,MIGRATION_BATCH_SIZE,MIGRATION_TIMEOUT,DATABASE_URL"
USER
"www-data"

Sub Requests 1

ErrorController (token = efa92c)

Key Value
_controller
"error_controller"
_stopwatch_token
"494d49"
exception
Doctrine\DBAL\Exception\InvalidFieldNameException {#485
  #message: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'presta_address_id' in 'field list'"
  #code: 1054
  #file: "/var/www/symfony/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
  #line: 69
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#482 …}
  -query: Doctrine\DBAL\Query {#483 …}
  trace: {
    /var/www/symfony/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:69 {
      Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      › case 1611:    return new InvalidFieldNameException($exception, $query);}
    /var/www/symfony/vendor/doctrine/dbal/src/Connection.php:1976 {
      Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
      › $this->exceptionConverter ??= $this->_driver->getExceptionConverter();$exception                  = $this->exceptionConverter->convert($driverException, $query);}
    /var/www/symfony/vendor/doctrine/dbal/src/Connection.php:1918 {
      Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
      › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
    }
    /var/www/symfony/vendor/doctrine/dbal/src/Connection.php:1111 {
      Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], QueryCacheProfile $qcp = null): Result …
      › } catch (Driver\Exception $e) {    throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);} finally {
    }
    /var/www/symfony/src/Controller/AddressDeltaController.php:230 {
      App\Controller\AddressDeltaController->calculateGlobalStats(string $searchQuery): array …
      › // Get all migrated addresses from Magento (those with presta_address_id)$migratedAddressIds = $magentoConnection->executeQuery("    SELECT DISTINCT presta_address_id 
    }
    /var/www/symfony/src/Controller/AddressDeltaController.php:38 {
      App\Controller\AddressDeltaController->index(Request $request): Response …
      › // Calculate global statistics FIRST$stats = $this->calculateGlobalStats($searchQuery);}
    /var/www/symfony/vendor/symfony/http-kernel/HttpKernel.php:181 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/symfony/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/symfony/vendor/symfony/http-kernel/Kernel.php:197 {
      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 {
    }
    /var/www/symfony/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/symfony/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/symfony/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/symfony/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#50 …9}