https://my.kyvala.com/payment/53/edit

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"
_links
Symfony\Component\WebLink\GenericLinkProvider {#2773
  -links: [
    2760 => Symfony\Component\WebLink\Link {#2760
      -href: "https://my.kyvala.com/api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_stopwatch_token
"737285"
exception
ErrorException {#1833
  #message: "Catchable Fatal Error: Object of class App\Entity\Application could not be converted to string"
  #code: 0
  #file: "/home/amlagroutu/poc.kyvala.com/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php"
  #line: 59
  #severity: E_RECOVERABLE_ERROR
  trace: {
    /home/amlagroutu/poc.kyvala.com/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php:59 {
      Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string …
      › {    return (string) $choice;}
    }
    /home/amlagroutu/poc.kyvala.com/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php:185 {
      Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory::addChoiceView($choice, string $value, $label, array $keys, &$index, $attr, $labelTranslationParameters, ?callable $isPreferred, array &$preferredViews, array &$preferredViewsOrder, array &$otherViews) …
      › // should be passed on to the "label" option of the checkboxes/radio buttons$dynamicLabel = $label($choice, $key, $value);arguments: {
        $choice: App\Entity\Application {#2106 …}
        ...: {
          0
          "3"
        }
      }
    }
    /home/amlagroutu/poc.kyvala.com/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php:266 {
      Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory::addChoiceViewsFromStructuredValues(array $values, $label, array $choices, array $keys, &$index, $attr, $labelTranslationParameters, ?callable $isPreferred, array &$preferredViews, array &$preferredViewsOrder, array &$otherViews) …
      ›     $preferredViewsOrder,    $otherViews);
      arguments: {
        $choice: App\Entity\Application {#2106 …}
        $value: "3"
        $label: [ …2]
        $keys: [ …4]
        &$index: [ …2]
        $attr: null
        $labelTranslationParameters: []
        $isPreferred: null
        &$preferredViews: []
        &$preferredViewsOrder: []
        &$otherViews: []
      }
    }
    /home/amlagroutu/poc.kyvala.com/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php:158 {
      Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory->createView(ChoiceListInterface $list, $preferredChoices = null, $label = null, ?callable $index = null, ?callable $groupBy = null, $attr = null) …
      ›     $preferredViewsOrder,    $otherViews);
      arguments: {
        $values: [ …4]
        $label: [ …2]
        $choices: [ …4]
        $keys: [ …4]
        &$index: [ …2]
        $attr: null
        $labelTranslationParameters: []
        $isPreferred: null
        &$preferredViews: []
        &$preferredViewsOrder: []
        &$otherViews: []
      }
    }
    /home/amlagroutu/poc.kyvala.com/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php:236 {
      Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator->createView(ChoiceListInterface $list, $preferredChoices = null, $label = null, $index = null, $groupBy = null, $attr = null) …
      ›     $attr,    $labelTranslationParameters);
      arguments: {
        $list: Symfony\Component\Form\ChoiceList\LazyChoiceList {#1386 …}
        $preferredChoices: null
        $label: [ …2]
        $index: [ …2]
        $groupBy: null
        $attr: null
        ...: {
          []
        }
      }
    }
    /home/amlagroutu/poc.kyvala.com/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php:241 {
      Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator->createView(ChoiceListInterface $list, $preferredChoices = null, $label = null, $index = null, $groupBy = null, $attr = null) …
      ›     $attr,    $labelTranslationParameters);
      arguments: {
        $list: Symfony\Component\Form\ChoiceList\LazyChoiceList {#1386 …}
        $preferredChoices: []
        $label: [ …2]
        $index: [ …2]
        $groupBy: null
        $attr: null
        ...: {
          []
        }
      }
    }
    /home/amlagroutu/poc.kyvala.com/vendor/symfony/form/Extension/Core/Type/ChoiceType.php:496 {
      Symfony\Component\Form\Extension\Core\Type\ChoiceType->createChoiceListView(ChoiceListInterface $choiceList, array $options) …
      ›     $options['choice_attr'],    $options['choice_translation_parameters']);
      arguments: {
        $list: Symfony\Component\Form\ChoiceList\LazyChoiceList {#1386 …}
        $preferredChoices: []
        $label: [ …2]
        $index: [ …2]
        $groupBy: null
        $attr: null
        ...: {
          []
        }
      }
    }
    /home/amlagroutu/poc.kyvala.com/vendor/symfony/form/Extension/Core/Type/ChoiceType.php:253 {
      Symfony\Component\Form\Extension\Core\Type\ChoiceType->buildView(FormView $view, FormInterface $form, array $options) …
      › ? $form->getConfig()->getAttribute('choice_list_view'): $this->createChoiceListView($choiceList, $options);arguments: {
        $choiceList: Symfony\Component\Form\ChoiceList\LazyChoiceList {#1386 …}
        $options: [ …68]
      }
    }
    /home/amlagroutu/poc.kyvala.com/vendor/symfony/form/ResolvedFormType.php:147 {
      Symfony\Component\Form\ResolvedFormType->buildView(FormView $view, FormInterface $form, array $options) …
      › 
      › $this->innerType->buildView($view, $form, $options);arguments: {
        $view: Symfony\Component\Form\FormView {#1739 …}
        $form: Symfony\Component\Form\Form {#1503 …}
        $options: [ …68]
      }
    }
    /home/amlagroutu/poc.kyvala.com/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:103 {
      Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->buildView(FormView $view, FormInterface $form, array $options) …
      › {    $this->proxiedType->buildView($view, $form, $options);}
      arguments: {
        $view: Symfony\Component\Form\FormView {#1739 …}
        $form: Symfony\Component\Form\Form {#1503 …}
        $options: [ …68]
      }
    }
    /home/amlagroutu/poc.kyvala.com/vendor/symfony/form/ResolvedFormType.php:144 {
      Symfony\Component\Form\ResolvedFormType->buildView(FormView $view, FormInterface $form, array $options) …
      › if (null !== $this->parent) {    $this->parent->buildView($view, $form, $options);}
      arguments: {
        $view: Symfony\Component\Form\FormView {#1739 …}
        $form: Symfony\Component\Form\Form {#1503 …}
        $options: [ …68]
      }
    }
    /home/amlagroutu/poc.kyvala.com/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:103 {
      Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->buildView(FormView $view, FormInterface $form, array $options) …
      › {    $this->proxiedType->buildView($view, $form, $options);}
      arguments: {
        $view: Symfony\Component\Form\FormView {#1739 …}
        $form: Symfony\Component\Form\Form {#1503 …}
        $options: [ …68]
      }
    }
    /home/amlagroutu/poc.kyvala.com/vendor/symfony/form/Form.php:1062 {
      Symfony\Component\Form\Form->createView(?FormView $parent = null) …
      › 
      › $type->buildView($view, $this, $options);arguments: {
        $view: Symfony\Component\Form\FormView {#1739 …}
        $form: Symfony\Component\Form\Form {#1503 …}
        $options: [ …68]
      }
    }
    /home/amlagroutu/poc.kyvala.com/vendor/symfony/form/Form.php:1065 {
      Symfony\Component\Form\Form->createView(?FormView $parent = null) …
      › foreach ($this->children as $name => $child) {    $view->children[$name] = $child->createView($view);}
      arguments: {
        $parent: Symfony\Component\Form\FormView {#1707 …}
      }
    }
    /home/amlagroutu/poc.kyvala.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:297 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderForm(string $view, array $parameters = [], ?Response $response = null): Response …
      › 
      › $parameters[$k] = $v->createView();}
    /home/amlagroutu/poc.kyvala.com/src/Controller/PaymentController.php:77 {
      App\Controller\PaymentController->edit(Request $request, Payment $payment, PaymentRepository $paymentRepository): Response …
      ›     'payment' => $payment,    'form' => $form,]);
      arguments: {
        $view: "payment/edit.html.twig"
        $parameters: [ …2]
      }
    }
    /home/amlagroutu/poc.kyvala.com/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 {#65 …}
        $payment: App\Entity\Payment {#1146 …}
        $paymentRepository: App\Repository\PaymentRepository {#893 …}
      }
    }
    /home/amlagroutu/poc.kyvala.com/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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#65 …}
        $type: 1
      }
    }
    /home/amlagroutu/poc.kyvala.com/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#65 …}
        $type: 1
        $catch: true
      }
    }
    /home/amlagroutu/poc.kyvala.com/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 {#65 …}
      }
    }
    /home/amlagroutu/poc.kyvala.com/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/amlagroutu/poc.kyvala.com/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/amlagroutu/poc.kyvala.com/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#149 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate, zstd"
host
"my.kyvala.com"
remote-ip
"2a03:2880:f800:23::"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36 (compatible; meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler))"
x-forwarded-for
"2a03:2880:f800:23::"
x-forwarded-proto
"https"
x-ovhrequest-id
"7351ed5f2a26012d552d114c4d9c3431"
x-php-ob-level
"1"
x-predictor
"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
"Fri, 31 Jul 2026 01:26:13 GMT"
vary
"Accept"
x-debug-exception
"Catchable%20Fatal%20Error%3A%20Object%20of%20class%20App%5CEntity%5CApplication%20could%20not%20be%20converted%20to%20string"
x-debug-exception-file
"%2Fhome%2Famlagroutu%2Fpoc.kyvala.com%2Fvendor%2Fsymfony%2Fdoctrine-bridge%2FForm%2FType%2FDoctrineType.php:59"
x-debug-token
"935435"

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
"a7d7b54ba5c38de5b113637db988f954"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"mysql://my-kyvala-user:4ntrPIrVEfJcysCR@mm263396-001.eu.clouddb.ovh.net:35407/my-kyvala-com?serverVersion=5.7"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CFG_CLUSTER
"cluster120"
DOCUMENT_ROOT
"/home/amlagroutu/poc.kyvala.com/public"
ENVIRONMENT
"production"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, zstd"
HTTP_HOST
"my.kyvala.com"
HTTP_REMOTE_IP
"2a03:2880:f800:23::"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36 (compatible; meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler))"
HTTP_X_FORWARDED_FOR
"2a03:2880:f800:23::"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_OVHREQUEST_ID
"7351ed5f2a26012d552d114c4d9c3431"
HTTP_X_PREDICTOR
"1"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/payment/53/edit"
REMOTE_ADDR
"2a03:2880:f800:23::"
REMOTE_PORT
"36660"
REQUEST_METHOD
"GET"
REQUEST_TIME
1785461173
REQUEST_TIME_FLOAT
1785461173.7199
REQUEST_URI
"/payment/53/edit"
SCRIPT_FILENAME
"/home/amlagroutu/poc.kyvala.com/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://my.kyvala.com:443/payment/53/edit"
SCRIPT_URL
"/payment/53/edit"
SERVER_ADDR
"10.120.40.4"
SERVER_ADMIN
"postmaster@my.kyvala.com"
SERVER_NAME
"my.kyvala.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"MESSENGER_TRANSPORT_DSN,APP_ENV,APP_SECRET,DATABASE_URL,CORS_ALLOW_ORIGIN"
UNIQUE_ID
"amv5tWeqzW5mCORPYpmL4QAAAHA"
USER
"amlagroutu"
argc
0
argv
[]

Parent Request

Return to parent request (token = 51702d)

Key Value
_controller
"App\Controller\PaymentController::edit"
_firewall_context
"security.firewall.map.context.main"
_links
Symfony\Component\WebLink\GenericLinkProvider {#4931
  -links: [
    4930 => Symfony\Component\WebLink\Link {#4930
      -href: "https://my.kyvala.com/api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_remove_csp_headers
true
_route
"app_payment_edit"
_route_params
[
  "id" => "53"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"661e9b"
id
"53"
payment
App\Entity\Payment {#1146
  -id: 53
  -operator: "Om"
  -amount: 76.0
  -number: "699847281"
  -reason: "yertrey"
  -operationType: "CASHIN"
  -dateCreated: DateTime @1716485878 {#1148
    date: 2024-05-23 19:37:58.0 Europe/Paris (+02:00)
  }
  -apiResponse: [
    "data" => [
      "txnid" => "CI240523.1937.C56511"
      "amount" => 76
      "status" => "SUCCESSFULL"
      "orderId" => "yertrey"
      "txnmode" => "yertrey"
      "payToken" => "CI240523158FB537E2A1296C5CEF"
      "txnstatus" => "200"
      "createtime" => "1716489476"
      "txnmessage" => "Depot vers 699847281 NYEMBE reussi from 691128951 AMLA CAMEROUN SARL. Informations detaillees : Montant transaction : 76FCFA, ID de Transaction : CI240523.1937.C56511, Frais : 0FCFA, Commission : 0  FCFA, Montant Net Debite : 76FCFA, Nouveau Solde : 458067.22FCFA."
      "description" => "test"
      "subscriberMsisdn" => "699847281"
      "channelUserMsisdn" => "691128951"
    ]
    "message" => "Cash in performed successfully"
  ]
  -application: null
  -comment: "Depot vers 699847281 NYEMBE reussi from 691128951 AMLA CAMEROUN SARL. Informations detaillees : Montant transaction : 76FCFA, ID de Transaction : CI240523.1937.C56511, Frais : 0FCFA, Commission : 0  FCFA, Montant Net Debite : 76FCFA, Nouveau Solde : 458067.22FCFA."
}