Sweet Koala
Sweet Koala
Sweet Koala
Sweet Koala
Nicht auf Lager

Sweet Koala

Aus der Wunschliste entfernen Zur Wunschliste hinzufügen

Spitztüte Geburtstag

-
Anzahl :
Anzahl
Close
Papier :
Strukturiertes Premium Mattpapier (145 g/m²)
Format :
19 x 19 cm
Format :
Format
Close
Bestätigen
Papier :
Papier
Close
Bestätigen

0,85 € pro Stück

Beschreibung

Luftschlangen, Knallerbsen, Konfetti ? und alles was zum Kindergeburtstag Spaß macht kann in die Spitztüten gefüllt werden. Buntstifte zum Malen oder Süßigkeiten (Popcorn, Gummibärchen usw.) sind weitere Ideen, um den Geburtstagsgästen eine Freude zu bereiten.

  • Artikelnummer VG-3199
Kontroll-Option

Bei dieser Option überprüfen unsere Grafiker folgendes in Ihrer Bestellung:

• Text: Rechtschreibung, Grammatik (nur für die deutsche Sprache und ohne Überprüfung der persönlichen Daten und Eigennamen)
• Layout: Gesamtentwurf, Textformatierung und Schriftarten
• Fotos: Qualität und Positionierung der Fotos

Die Kontrolloption ist erforderlich, um folgende Änderungen vornehmen zu können:

• Hinzufügen Ihres eigenen Logos / Icons / QR-Codes
• Hinzufügen eines Textes in einem nicht-lateinischem Alphabet

Der Preis der Option hängt von der Anzahl der Produkte im Warenkorb ab. Die Lieferzeit beginnt mit der Druckfreigabe. Sie werden nur dann kontaktiert, wenn unsere Grafiker größere Korrekturen vornehmen oder Fragen haben. Falls Ihr Entwurf weitestgehend fehlerfrei ist, wird er direkt in den Druck geschickt.

Lieferzeiten

CO2-neutrale Maschinen

Eine Kennzeichnung, die ausschließlich an Unternehmen vergeben wird, die eine Strategie zur Reduzierung von CO2-Emissionen vorlegen können.

Umweltfreundlichere Tinten für den Planeten

Unser Atelier verwendet ausschließlich zertifizierte, kompostierbare und biologisch abbaubare Tinten.

Eine regionale Präsenz, die Arbeitsplätze schafft

Heute beschäftigt Cotton Bird rund 100 Mitarbeiter zwischen Lille, Paris und Südfrankreich.

Eine verantwortungsvolle Papierpolitik

Unser Papier ist FSC-zertifiziert, mit der Option von 100% Recyclingpapier bei einer großen Auswahl an Modellen.

Mehr
/cookies An exception has been thrown during the rendering of a template ("Call to a member function getMinimumQuantity() on null"). (500 Internal Server Error)

Symfony Exception

Error RuntimeError

HTTP 500 Internal Server Error

An exception has been thrown during the rendering of a template ("Call to a member function getMinimumQuantity() on null").

Exceptions 2

Twig\Error\ RuntimeError

Show exception properties
Twig\Error\RuntimeError {#8494
  -lineno: 6
  -name: "@SyliusShop/StructuredData/_product.html.twig"
  -rawMessage: "An exception has been thrown during the rendering of a template ("Call to a member function getMinimumQuantity() on null")."
  -sourcePath: "/home/cottonbird/htdocs/front/releases/20260130092300Z/themes/CottonbirdB2C/templates/bundles/SyliusShopBundle/StructuredData/_product.html.twig"
  -sourceCode: """
    {% import '@SyliusShop/StructuredData/Macro/structuredData.html.twig' as structuredData %}\n
    {% if product is not null %}\n
        {% set priceMinQuantity = get_product_variant_price(sylius.channel, product.getActiveVariants(sylius.channel).first, product.nature.minimumQuantity ) %}\n
        {% set totalPrice = priceMinQuantity is null ? 0 : priceMinQuantity['total']   %}\n
        {% set defaultAccessoryMinPrice = sylius.channel.code != constant('App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_NL')\n
            and sylius.channel.code != constant('App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_GB')\n
            ? get_default_accessory_min_price(sylius.channel, product.getActiveVariants(sylius.channel).first, product) : 0\n
        %}\n
        {% set price = sylius.channel.code == constant('App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_NL')\n
            or sylius.channel.code == constant('App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_GB')\n
            ? get_min_price(product) / 100 : (totalPrice / 100) + (defaultAccessoryMinPrice / 100)\n
        %}\n
    \n
        {{ structuredData.product(product,price) }}\n
    {% endif %}\n
    """
}
  1. {% import '@SyliusShop/StructuredData/Macro/structuredData.html.twig' as structuredData %}
  2. {% if product is not null %}
  3. {% set priceMinQuantity = get_product_variant_price(sylius.channel, product.getActiveVariants(sylius.channel).first, product.nature.minimumQuantity ) %}
  4. {% set totalPrice = priceMinQuantity is null ? 0 : priceMinQuantity['total'] %}
  5. {% set defaultAccessoryMinPrice = sylius.channel.code != constant('App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_NL')
  6. and sylius.channel.code != constant('App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_GB')
  7. ? get_default_accessory_min_price(sylius.channel, product.getActiveVariants(sylius.channel).first, product) : 0
  8. %}
  9. {% set price = sylius.channel.code == constant('App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_NL')
  10. or sylius.channel.code == constant('App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_GB')
  11. ? get_min_price(product) / 100 : (totalPrice / 100) + (defaultAccessoryMinPrice / 100)
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 359)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. /**
  8. * @return void
  9. */
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. if ($this->container->has('templating')) {
  2. @trigger_error('Using the "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  3. $content = $this->container->get('templating')->render($view, $parameters);
  4. } elseif ($this->container->has('twig')) {
  5. $content = $this->container->get('twig')->render($view, $parameters);
  6. } else {
  7. throw new \LogicException('You can not use the "render" method if the Templating Component or the Twig Bundle are not available. Try running "composer require symfony/twig-bundle".');
  8. }
  9. if (null === $response) {
ResourceController->render() in src/Controller/ProductController.php (line 245)
  1. $params = [
  2. 'configuration' => $configuration,
  3. 'resource' => $resource,
  4. $this->metadata->getName() => $resource,
  5. ];
  6. $response = $this->render($configuration->getTemplate(ResourceActions::SHOW . '.html'), $params);
  7. $boxType = $request->attributes->get('boxType') ?? '';
  8. $response->setPublic();
  9. $response->headers->set('Surrogate-Control', 'content="ESI/1.0"');
  10. if (null !== $resource) {
in vendor/symfony/http-kernel/HttpKernel.php -> getProductFragmentAction (line 181)
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. $this->boot();
  2. ++$this->requestStackSize;
  3. $this->resetServices = true;
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 29)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/home/cottonbird/htdocs/front/releases/20260130092300Z/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
  4. if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') {
  5. $_SERVER['HTTPS'] = 'on';
  6. $_SERVER['SERVER_PORT'] = 443;

Error

Call to a member function getMinimumQuantity() on null

  1. /** @var ChannelInterface $channel */
  2. $channel = $this->channelContext->getChannel();
  3. $salesUnitRequirement = $product->getSalesUnitRequirement($channel->getDefaultLocale()->getCode());
  4. $minimumQuantity = $product->getNature()->getMinimumQuantity() ?? 1;
  5. $quantity = (int) \ceil($salesUnitRequirement * $productQuantity / $product->getPack($channel));
  6. return \max($quantity, $minimumQuantity);
  7. }
AccessoryHelper->getAccessoryQuantiyForProductQuantity() in src/Helper/AccessoryHelper.php (line 140)
  1. $defaultAccessoryPrice = 0;
  2. /** @var ProductVariantAccessoryInterface $accessory */
  3. foreach ($variant->getDefaultAccessories() as $accessory) {
  4. if (!$accessory->getAccessory()->isUnsellable()) {
  5. $quantity = self::getAccessoryQuantiyForProductQuantity(
  6. $accessory->getAccessory(),
  7. $product->getMinimumQuantity(),
  8. );
  9. $price = $this->productPriceCalculator->getMaxPriceByProductVariant(
  10. $accessory->getAccessory(),
AccessoryHelper->getDefaultAccessoryPriceForMinQuantityProduct() in src/Twig/Product/ProductExtension.php (line 1010)
  1. public function getDefaultAccessoryMinPriceForMinProductQuantity(
  2. ChannelInterface $channel,
  3. ProductVariantInterface $variant,
  4. ProductInterface $product,
  5. ): float {
  6. return $this->accessoryHelper->getDefaultAccessoryPriceForMinQuantityProduct($channel, $variant, $product);
  7. }
  8. public function getMinPriceWithCatalogPromotion(ProductInterface $product): array
  9. {
  10. /** @var ChannelInterface $channel */
in var/cache/prod/twig/2c/2cde00a71e5a7de71b1bce15d9195acf.php -> getDefaultAccessoryMinPriceForMinProductQuantity (line 60)
  1. yield " ";
  2. $context["totalPrice"] = (((null === (isset($context["priceMinQuantity"]) || array_key_exists("priceMinQuantity", $context) ? $context["priceMinQuantity"] : (function () { throw new RuntimeError('Variable "priceMinQuantity" does not exist.', 4, $this->source); })()))) ? (0) : (CoreExtension::getAttribute($this->env, $this->source, (isset($context["priceMinQuantity"]) || array_key_exists("priceMinQuantity", $context) ? $context["priceMinQuantity"] : (function () { throw new RuntimeError('Variable "priceMinQuantity" does not exist.', 4, $this->source); })()), "total", [], "array", false, false, false, 4)));
  3. // line 5
  4. yield " ";
  5. $context["defaultAccessoryMinPrice"] = ((((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["sylius"]) || array_key_exists("sylius", $context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.', 5, $this->source); })()), "channel", [], "any", false, false, false, 5), "code", [], "any", false, false, false, 5) != Twig\Extension\CoreExtension::constant("App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_NL")) && (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 6
  6. (isset($context["sylius"]) || array_key_exists("sylius", $context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.', 6, $this->source); })()), "channel", [], "any", false, false, false, 6), "code", [], "any", false, false, false, 6) != Twig\Extension\CoreExtension::constant("App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_GB")))) ? ($this->extensions['App\Twig\Product\ProductExtension']->getDefaultAccessoryMinPriceForMinProductQuantity(CoreExtension::getAttribute($this->env, $this->source, // line 7
  7. (isset($context["sylius"]) || array_key_exists("sylius", $context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.', 7, $this->source); })()), "channel", [], "any", false, false, false, 7), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 7, $this->source); })()), "getActiveVariants", [CoreExtension::getAttribute($this->env, $this->source, (isset($context["sylius"]) || array_key_exists("sylius", $context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.', 7, $this->source); })()), "channel", [], "any", false, false, false, 7)], "method", false, false, false, 7), "first", [], "any", false, false, false, 7), (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 7, $this->source); })()))) : (0));
  8. // line 9
  9. yield " ";
  10. $context["price"] = ((((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["sylius"]) || array_key_exists("sylius", $context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.', 9, $this->source); })()), "channel", [], "any", false, false, false, 9), "code", [], "any", false, false, false, 9) == Twig\Extension\CoreExtension::constant("App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_NL")) || (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 10
  11. (isset($context["sylius"]) || array_key_exists("sylius", $context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.', 10, $this->source); })()), "channel", [], "any", false, false, false, 10), "code", [], "any", false, false, false, 10) == Twig\Extension\CoreExtension::constant("App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_GB")))) ? (($this->extensions['App\Twig\Product\ProductExtension']->getMinPrice( // line 11
in vendor/twig/twig/src/Template.php -> doDisplay (line 388)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 359)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. /**
  8. * @return void
  9. */
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. if ($this->container->has('templating')) {
  2. @trigger_error('Using the "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  3. $content = $this->container->get('templating')->render($view, $parameters);
  4. } elseif ($this->container->has('twig')) {
  5. $content = $this->container->get('twig')->render($view, $parameters);
  6. } else {
  7. throw new \LogicException('You can not use the "render" method if the Templating Component or the Twig Bundle are not available. Try running "composer require symfony/twig-bundle".');
  8. }
  9. if (null === $response) {
ResourceController->render() in src/Controller/ProductController.php (line 245)
  1. $params = [
  2. 'configuration' => $configuration,
  3. 'resource' => $resource,
  4. $this->metadata->getName() => $resource,
  5. ];
  6. $response = $this->render($configuration->getTemplate(ResourceActions::SHOW . '.html'), $params);
  7. $boxType = $request->attributes->get('boxType') ?? '';
  8. $response->setPublic();
  9. $response->headers->set('Surrogate-Control', 'content="ESI/1.0"');
  10. if (null !== $resource) {
in vendor/symfony/http-kernel/HttpKernel.php -> getProductFragmentAction (line 181)
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. $this->boot();
  2. ++$this->requestStackSize;
  3. $this->resetServices = true;
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 29)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/home/cottonbird/htdocs/front/releases/20260130092300Z/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
  4. if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') {
  5. $_SERVER['HTTPS'] = 'on';
  6. $_SERVER['SERVER_PORT'] = 443;

Stack Traces 2

[2/2] RuntimeError
Twig\Error\RuntimeError:
An exception has been thrown during the rendering of a template ("Call to a member function getMinimumQuantity() on null").

  at themes/CottonbirdB2C/templates/bundles/SyliusShopBundle/StructuredData/_product.html.twig:6
  at Twig\Template->yield()
     (vendor/twig/twig/src/Template.php:344)
  at Twig\Template->display()
     (vendor/twig/twig/src/Template.php:359)
  at Twig\Template->render()
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render()
     (vendor/twig/twig/src/Environment.php:334)
  at Twig\Environment->render()
     (vendor/sylius/resource-bundle/src/Bundle/Controller/ControllerTrait.php:247)
  at Sylius\Bundle\ResourceBundle\Controller\ResourceController->render()
     (src/Controller/ProductController.php:245)
  at App\Controller\ProductController->getProductFragmentAction()
     (vendor/symfony/http-kernel/HttpKernel.php:181)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle()
     (vendor/symfony/http-kernel/Kernel.php:197)
  at Symfony\Component\HttpKernel\Kernel->handle()
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/home/cottonbird/htdocs/front/releases/20260130092300Z/vendor/autoload_runtime.php')
     (public/index.php:5)                
[1/2] Error
Error:
Call to a member function getMinimumQuantity() on null

  at src/Helper/AccessoryHelper.php:60
  at App\Helper\AccessoryHelper->getAccessoryQuantiyForProductQuantity()
     (src/Helper/AccessoryHelper.php:140)
  at App\Helper\AccessoryHelper->getDefaultAccessoryPriceForMinQuantityProduct()
     (src/Twig/Product/ProductExtension.php:1010)
  at App\Twig\Product\ProductExtension->getDefaultAccessoryMinPriceForMinProductQuantity()
     (var/cache/prod/twig/2c/2cde00a71e5a7de71b1bce15d9195acf.php:60)
  at __TwigTemplate_cfa8b4111f694daac7d4c8bf612425dc->doDisplay()
     (vendor/twig/twig/src/Template.php:388)
  at Twig\Template->yield()
     (vendor/twig/twig/src/Template.php:344)
  at Twig\Template->display()
     (vendor/twig/twig/src/Template.php:359)
  at Twig\Template->render()
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render()
     (vendor/twig/twig/src/Environment.php:334)
  at Twig\Environment->render()
     (vendor/sylius/resource-bundle/src/Bundle/Controller/ControllerTrait.php:247)
  at Sylius\Bundle\ResourceBundle\Controller\ResourceController->render()
     (src/Controller/ProductController.php:245)
  at App\Controller\ProductController->getProductFragmentAction()
     (vendor/symfony/http-kernel/HttpKernel.php:181)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle()
     (vendor/symfony/http-kernel/Kernel.php:197)
  at Symfony\Component\HttpKernel\Kernel->handle()
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/home/cottonbird/htdocs/front/releases/20260130092300Z/vendor/autoload_runtime.php')
     (public/index.php:5)