Symfony Exception

RuntimeError

HTTP 500 Internal Server Error

Key "0" does not exist as the array is empty.

Exception

Twig\Error\ RuntimeError

  1.                     </div>
  2.                     <div class="modal-body">
  3.                         <div class="row">
  4.                             <div class="col-lg-6 col-12" >
  5.                                 <div id="optionsimage">
  6.                                     <img src="{{ asset(constant('App\\Services\\File::IMAGE_PRODUCT_DIR') ~ product.photos.toArray()[0].url) }}" alt="">
  7.                                 </div>
  8.                             </div>
  9.                             
  10.                             <div class="col-lg-6 col-12" id="valeurOpion" style="display: block">
  11.                                 {# <div class="row">
  1. \t\t\t\t\t\t<div class=\"row\">
  2. \t\t\t\t\t\t\t<div class=\"col-lg-6 col-12\" >
  3. \t\t\t\t\t\t\t\t<div id=\"optionsimage\">
  4. \t\t\t\t\t\t\t\t\t<img src=\"";
  5.         // line 273
  6.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((twig_constant("App\\Services\\File::IMAGE_PRODUCT_DIR") . twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'273$this->source); })()), "photos", [], "any"falsefalsefalse273), "toArray", [], "method"falsefalsefalse273), 0, [], "array"falsefalsefalse273), "url", [], "any"falsefalsefalse273))), "html"nulltrue);
  7.         echo "\" alt=\"\">
  8. \t\t\t\t\t\t\t\t</div>
  9. \t\t\t\t\t\t\t</div>
  10. \t\t\t\t\t\t\t
  11. \t\t\t\t\t\t\t<div class=\"col-lg-6 col-12\" id=\"valeurOpion\" style=\"display: block\">
in vendor/twig/twig/src/Template.php -> block_body (line 171)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         }
  2.         // line 44
  3.         echo "
  4. ";
  5.         // line 45
  6.         $this->displayBlock('body'$context$blocks);
  7.         // line 46
  8.         echo "
  9. <script type=\"text/javascript\" src=\"//www.cookieconsent.com/releases/3.1.0/cookie-consent.js\"></script>
  10. <script type=\"text/javascript\">
  11.     document.addEventListener('DOMContentLoaded', function () {
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         // line 254
  2.         $this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme((isset($context["formComment"]) || array_key_exists("formComment"$context) ? $context["formComment"] : (function () { throw new RuntimeError('Variable "formComment" does not exist.'254$this->source); })()), [=> $this->getTemplateName()], true);
  3.         // line 1
  4.         $this->parent $this->loadTemplate("base_front.html.twig""front/product/single.html.twig"1);
  5.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  6.         
  7.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  8.         
  9.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 379)
  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.     public function render(array $context = []): string
  2.     {
  3.         // using func_get_args() allows to not expose the blocks argument
  4.         // as it should only be used by internal code
  5.         return $this->template->render($context\func_get_args()[1] ?? []);
  6.     }
  7.     public function display(array $context = [])
  8.     {
  9.         // using func_get_args() allows to not expose the blocks argument
  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.     {
  2.         if (!$this->container->has('twig')) {
  3.             throw new \LogicException('You can not use the "renderView" method if the Twig Bundle is not available. Try running "composer require symfony/twig-bundle".');
  4.         }
  5.         return $this->container->get('twig')->render($view$parameters);
  6.     }
  7.     /**
  8.      * Renders a view.
  9.      */
  1.     /**
  2.      * Renders a view.
  3.      */
  4.     protected function render(string $view, array $parameters = [], Response $response null): Response
  5.     {
  6.         $content $this->renderView($view$parameters);
  7.         if (null === $response) {
  8.             $response = new Response();
  9.         }
AbstractController->render() in src/Controller/Front/ProductController.php (line 521)
  1.                 'globalNote' => $globalNote,
  2.                 'qualityService' => $qualityService,
  3.                 'price' => $price,
  4.                 'speed' => $speed,
  5.                 'conformDescription' => $conformDescription,
  6.                 'communication' => $communication,
  7.             ]
  8.         ]);
  9.     }
  10.     /**
in vendor/symfony/http-kernel/HttpKernel.php -> productSingle (line 157)
  1.         $this->dispatcher->dispatch($eventKernelEvents::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);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     public function handle(Request $requestint $type HttpKernelInterface::MASTER_REQUESTbool $catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  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.     }
Kernel->handle() in public/index.php (line 25)
  1.     Request::setTrustedHosts([$trustedHosts]);
  2. }
  3. $kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
  4. $request Request::createFromGlobals();
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

Logs 1

Level Channel Message
INFO 15:21:03 request Matched route "front_product_single".
{
    "route": "front_product_single",
    "route_parameters": {
        "_route": "front_product_single",
        "_controller": "App\\Controller\\Front\\ProductController::productSingle",
        "slug": "evjf-evg",
        "subCategorySlug": "photographe",
        "product_id": "169",
        "productSlug": "forfait-photo"
    },
    "request_uri": "https://providders.com/service/evjf-evg/photographe/169/forfait-photo",
    "method": "GET"
}
DEBUG 15:21:03 security Checking for guard authentication credentials.
{
    "firewall_key": "main",
    "authenticators": 2
}
DEBUG 15:21:03 security Checking support on guard authenticator.
{
    "firewall_key": "main",
    "authenticator": "App\\Security\\UserAppAuthenticator"
}
DEBUG 15:21:03 security Guard authenticator does not support the request.
{
    "firewall_key": "main",
    "authenticator": "App\\Security\\UserAppAuthenticator"
}
DEBUG 15:21:03 security Checking support on guard authenticator.
{
    "firewall_key": "main",
    "authenticator": "App\\Security\\CompanyAppAuthenticator"
}
DEBUG 15:21:03 security Guard authenticator does not support the request.
{
    "firewall_key": "main",
    "authenticator": "App\\Security\\CompanyAppAuthenticator"
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 15:21:03 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.text AS text_3, t0.price AS price_4, t0.quantity AS quantity_5, t0.product_slug AS product_slug_6, t0.percent_deposit AS percent_deposit_7, t0.deadline AS deadline_8, t0.sizes AS sizes_9, t0.colors AS colors_10, t0.size_ring AS size_ring_11, t0.nb_guest AS nb_guest_12, t0.youtube_video AS youtube_video_13, t0.is_activated AS is_activated_14, t0.is_desactivated_by_admin AS is_desactivated_by_admin_15, t0.mode_livraison AS mode_livraison_16, t0.frais_livraison AS frais_livraison_17, t0.weight AS weight_18, t0.transporteurs AS transporteurs_19, t0.code_promo AS code_promo_20, t0.code_promo_euro AS code_promo_euro_21, t0.template AS template_22, t0.company_id AS company_id_23, t0.pack_id AS pack_id_24, t25.id AS id_26, t25.title AS title_27, t25.synthetique_message AS synthetique_message_28, t25.photo1 AS photo1_29, t25.description AS description_30, t25.photo2 AS photo2_31, t25.details AS details_32, t25.photo3 AS photo3_33, t25.product_id AS product_id_34, t0.type_location_id AS type_location_id_35, t0.type_prestation_id AS type_prestation_id_36 FROM product t0 LEFT JOIN product_description t25 ON t25.product_id = t0.id WHERE t0.id = ?
[
    "169"
]
DEBUG 15:21:03 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.slug AS slug_4 FROM category t0 WHERE t0.slug = ? LIMIT 1
[
    "evjf-evg"
]
DEBUG 15:21:03 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 15:21:03 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 15:21:03 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 15:21:03 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 15:21:03 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 15:21:03 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 15:21:03 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 15:21:03 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 15:21:03 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
INFO 15:21:03 security Populated the TokenStorage with an anonymous Token.
DEBUG 15:21:03 doctrine SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.text AS text_2, p0_.price AS price_3, p0_.quantity AS quantity_4, p0_.product_slug AS product_slug_5, p0_.percent_deposit AS percent_deposit_6, p0_.deadline AS deadline_7, p0_.sizes AS sizes_8, p0_.colors AS colors_9, p0_.size_ring AS size_ring_10, p0_.nb_guest AS nb_guest_11, p0_.youtube_video AS youtube_video_12, p0_.is_activated AS is_activated_13, p0_.is_desactivated_by_admin AS is_desactivated_by_admin_14, p0_.mode_livraison AS mode_livraison_15, p0_.frais_livraison AS frais_livraison_16, p0_.weight AS weight_17, p0_.transporteurs AS transporteurs_18, p0_.code_promo AS code_promo_19, p0_.code_promo_euro AS code_promo_euro_20, p0_.template AS template_21, p0_.company_id AS company_id_22, p0_.pack_id AS pack_id_23, p0_.type_location_id AS type_location_id_24, p0_.type_prestation_id AS type_prestation_id_25 FROM product p0_ WHERE p0_.company_id = ? AND p0_.is_activated = ? AND p0_.id <> ? ORDER BY p0_.id DESC LIMIT 3
[
    172,
    1,
    169
]
DEBUG 15:21:03 doctrine SELECT a0_.id AS id_0, a0_.service_quality AS service_quality_1, a0_.fiability AS fiability_2, a0_.price AS price_3, a0_.speed AS speed_4, a0_.text AS text_5, a0_.conform_description AS conform_description_6, a0_.communication AS communication_7, a0_.global_note AS global_note_8, a0_.created_at AS created_at_9, a0_.response_company AS response_company_10, a0_.is_desactivated_by_admin AS is_desactivated_by_admin_11, u1_.id AS id_12, u1_.civility AS civility_13, u1_.first_name AS first_name_14, u1_.last_name AS last_name_15, u1_.phone AS phone_16, u1_.wedding_date AS wedding_date_17, u1_.image AS image_18, u1_.id_stripe AS id_stripe_19, u1_.livraison_adress AS livraison_adress_20, u1_.livraison_zip_code AS livraison_zip_code_21, u1_.livraison_city AS livraison_city_22, u1_.birth_at AS birth_at_23, u1_.nationality AS nationality_24, u1_.country_residence AS country_residence_25, u1_.mango_id AS mango_id_26, u1_.is_valid AS is_valid_27, u1_.service_address AS service_address_28, u1_.service_zip_code AS service_zip_code_29, u1_.service_city AS service_city_30, u1_.statu_con AS statu_con_31, u1_.etat_network AS etat_network_32, u1_.email AS email_33, u1_.roles AS roles_34, u1_.password AS password_35, u1_.adress AS adress_36, u1_.zip_code AS zip_code_37, u1_.city AS city_38, p2_.id AS id_39, p2_.name AS name_40, p2_.text AS text_41, p2_.price AS price_42, p2_.quantity AS quantity_43, p2_.product_slug AS product_slug_44, p2_.percent_deposit AS percent_deposit_45, p2_.deadline AS deadline_46, p2_.sizes AS sizes_47, p2_.colors AS colors_48, p2_.size_ring AS size_ring_49, p2_.nb_guest AS nb_guest_50, p2_.youtube_video AS youtube_video_51, p2_.is_activated AS is_activated_52, p2_.is_desactivated_by_admin AS is_desactivated_by_admin_53, p2_.mode_livraison AS mode_livraison_54, p2_.frais_livraison AS frais_livraison_55, p2_.weight AS weight_56, p2_.transporteurs AS transporteurs_57, p2_.code_promo AS code_promo_58, p2_.code_promo_euro AS code_promo_euro_59, p2_.template AS template_60, a0_.product_id AS product_id_61, a0_.client_id AS client_id_62, p2_.company_id AS company_id_63, p2_.pack_id AS pack_id_64, p2_.type_location_id AS type_location_id_65, p2_.type_prestation_id AS type_prestation_id_66 FROM avis a0_ LEFT JOIN user u1_ ON a0_.client_id = u1_.id LEFT JOIN product p2_ ON a0_.product_id = p2_.id WHERE p2_.id = ? AND a0_.text IS NOT NULL ORDER BY a0_.id DESC
[
    169
]
DEBUG 15:21:03 doctrine SELECT t0.id AS id_1, t0.service_quality AS service_quality_2, t0.fiability AS fiability_3, t0.price AS price_4, t0.speed AS speed_5, t0.text AS text_6, t0.conform_description AS conform_description_7, t0.communication AS communication_8, t0.global_note AS global_note_9, t0.created_at AS created_at_10, t0.response_company AS response_company_11, t0.is_desactivated_by_admin AS is_desactivated_by_admin_12, t0.product_id AS product_id_13, t0.client_id AS client_id_14 FROM avis t0 WHERE t0.product_id = ?
[
    169
]
DEBUG 15:21:03 doctrine SELECT t0.id AS id_1, t0.user_id AS user_id_2, t0.product_id AS product_id_3 FROM wish_list t0 WHERE t0.user_id IS NULL AND t0.product_id = ? LIMIT 1
[
    169
]
DEBUG 15:21:03 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.sub_category_slug AS sub_category_slug_3, t0.is_suivi AS is_suivi_4, t0.is_clothing AS is_clothing_5, t0.is_color AS is_color_6, t0.is_nb_guest AS is_nb_guest_7, t0.image AS image_8, t0.is_clothing_ring AS is_clothing_ring_9, t0.is_service AS is_service_10, t0.is_fairepart AS is_fairepart_11 FROM sub_category t0 INNER JOIN product_sub_category ON t0.id = product_sub_category.sub_category_id WHERE product_sub_category.product_id = ?
[
    169
]
DEBUG 15:21:03 doctrine SELECT t0.id AS id_1, t0.siren AS siren_2, t0.contact_name AS contact_name_3, t0.contact_phone AS contact_phone_4, t0.company_name AS company_name_5, t0.fax AS fax_6, t0.website AS website_7, t0.contact_civility AS contact_civility_8, t0.is_accept_condition AS is_accept_condition_9, t0.company_slug AS company_slug_10, t0.description AS description_11, t0.image AS image_12, t0.is_confirmed AS is_confirmed_13, t0.kbis AS kbis_14, t0.conditions_vente AS conditions_vente_15, t0.strip_id AS strip_id_16, t0.stripe_account AS stripe_account_17, t0.first_name AS first_name_18, t0.contact_birthday AS contact_birthday_19, t0.country AS country_20, t0.mango_id AS mango_id_21, t0.is_valid_document AS is_valid_document_22, t0.type AS type_23, t0.is_editor_guide AS is_editor_guide_24, t0.paiement_activ AS paiement_activ_25, t0.commission_active AS commission_active_26, t0.statu_con AS statu_con_27, t0.etat_network AS etat_network_28, t0.email AS email_29, t0.roles AS roles_30, t0.password AS password_31, t0.adress AS adress_32, t0.zip_code AS zip_code_33, t0.city AS city_34, t35.id AS id_36, t35.mango_recurring_registration_id AS mango_recurring_registration_id_37, t35.created_at AS created_at_38, t35.next_update AS next_update_39, t35.is_active AS is_active_40, t35.disabling_reason AS disabling_reason_41, t35.company_id AS company_id_42, t35.type_abonnement_id AS type_abonnement_id_43 FROM company t0 LEFT JOIN abonnement t35 ON t35.company_id = t0.id WHERE t0.is_confirmed = ? AND t0.is_valid_document = ?
[
    true,
    true
]
DEBUG 15:21:03 doctrine SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.text AS text_2, p0_.price AS price_3, p0_.quantity AS quantity_4, p0_.product_slug AS product_slug_5, p0_.percent_deposit AS percent_deposit_6, p0_.deadline AS deadline_7, p0_.sizes AS sizes_8, p0_.colors AS colors_9, p0_.size_ring AS size_ring_10, p0_.nb_guest AS nb_guest_11, p0_.youtube_video AS youtube_video_12, p0_.is_activated AS is_activated_13, p0_.is_desactivated_by_admin AS is_desactivated_by_admin_14, p0_.mode_livraison AS mode_livraison_15, p0_.frais_livraison AS frais_livraison_16, p0_.weight AS weight_17, p0_.transporteurs AS transporteurs_18, p0_.code_promo AS code_promo_19, p0_.code_promo_euro AS code_promo_euro_20, p0_.template AS template_21, c1_.id AS id_22, c1_.siren AS siren_23, c1_.contact_name AS contact_name_24, c1_.contact_phone AS contact_phone_25, c1_.company_name AS company_name_26, c1_.fax AS fax_27, c1_.website AS website_28, c1_.contact_civility AS contact_civility_29, c1_.is_accept_condition AS is_accept_condition_30, c1_.company_slug AS company_slug_31, c1_.description AS description_32, c1_.image AS image_33, c1_.is_confirmed AS is_confirmed_34, c1_.kbis AS kbis_35, c1_.conditions_vente AS conditions_vente_36, c1_.strip_id AS strip_id_37, c1_.stripe_account AS stripe_account_38, c1_.first_name AS first_name_39, c1_.contact_birthday AS contact_birthday_40, c1_.country AS country_41, c1_.mango_id AS mango_id_42, c1_.is_valid_document AS is_valid_document_43, c1_.type AS type_44, c1_.is_editor_guide AS is_editor_guide_45, c1_.paiement_activ AS paiement_activ_46, c1_.commission_active AS commission_active_47, c1_.statu_con AS statu_con_48, c1_.etat_network AS etat_network_49, c1_.email AS email_50, c1_.roles AS roles_51, c1_.password AS password_52, c1_.adress AS adress_53, c1_.zip_code AS zip_code_54, c1_.city AS city_55, p0_.company_id AS company_id_56, p0_.pack_id AS pack_id_57, p0_.type_location_id AS type_location_id_58, p0_.type_prestation_id AS type_prestation_id_59 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.company_id = ? AND c1_.is_confirmed = 1 AND c1_.is_valid_document = 1 AND p0_.is_activated = ? ORDER BY p0_.id DESC LIMIT 1
[
    129,
    1
]
DEBUG 15:21:03 doctrine SELECT t0.id AS id_1, t0.title AS title_2, t0.synthetique_message AS synthetique_message_3, t0.photo1 AS photo1_4, t0.description AS description_5, t0.photo2 AS photo2_6, t0.details AS details_7, t0.photo3 AS photo3_8, t0.product_id AS product_id_9 FROM product_description t0 WHERE t0.product_id = ?
[
    298
]
DEBUG 15:21:03 doctrine SELECT t0.id AS id_1, t0.url AS url_2, t0.product_id AS product_id_3 FROM photos t0 WHERE t0.product_id = ?
[
    298
]
DEBUG 15:21:03 doctrine SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.text AS text_2, p0_.price AS price_3, p0_.quantity AS quantity_4, p0_.product_slug AS product_slug_5, p0_.percent_deposit AS percent_deposit_6, p0_.deadline AS deadline_7, p0_.sizes AS sizes_8, p0_.colors AS colors_9, p0_.size_ring AS size_ring_10, p0_.nb_guest AS nb_guest_11, p0_.youtube_video AS youtube_video_12, p0_.is_activated AS is_activated_13, p0_.is_desactivated_by_admin AS is_desactivated_by_admin_14, p0_.mode_livraison AS mode_livraison_15, p0_.frais_livraison AS frais_livraison_16, p0_.weight AS weight_17, p0_.transporteurs AS transporteurs_18, p0_.code_promo AS code_promo_19, p0_.code_promo_euro AS code_promo_euro_20, p0_.template AS template_21, c1_.id AS id_22, c1_.siren AS siren_23, c1_.contact_name AS contact_name_24, c1_.contact_phone AS contact_phone_25, c1_.company_name AS company_name_26, c1_.fax AS fax_27, c1_.website AS website_28, c1_.contact_civility AS contact_civility_29, c1_.is_accept_condition AS is_accept_condition_30, c1_.company_slug AS company_slug_31, c1_.description AS description_32, c1_.image AS image_33, c1_.is_confirmed AS is_confirmed_34, c1_.kbis AS kbis_35, c1_.conditions_vente AS conditions_vente_36, c1_.strip_id AS strip_id_37, c1_.stripe_account AS stripe_account_38, c1_.first_name AS first_name_39, c1_.contact_birthday AS contact_birthday_40, c1_.country AS country_41, c1_.mango_id AS mango_id_42, c1_.is_valid_document AS is_valid_document_43, c1_.type AS type_44, c1_.is_editor_guide AS is_editor_guide_45, c1_.paiement_activ AS paiement_activ_46, c1_.commission_active AS commission_active_47, c1_.statu_con AS statu_con_48, c1_.etat_network AS etat_network_49, c1_.email AS email_50, c1_.roles AS roles_51, c1_.password AS password_52, c1_.adress AS adress_53, c1_.zip_code AS zip_code_54, c1_.city AS city_55, p0_.company_id AS company_id_56, p0_.pack_id AS pack_id_57, p0_.type_location_id AS type_location_id_58, p0_.type_prestation_id AS type_prestation_id_59 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.company_id = ? AND c1_.is_confirmed = 1 AND c1_.is_valid_document = 1 AND p0_.is_activated = ? ORDER BY p0_.id DESC LIMIT 1
[
    131,
    1
]
DEBUG 15:21:03 doctrine SELECT t0.id AS id_1, t0.title AS title_2, t0.synthetique_message AS synthetique_message_3, t0.photo1 AS photo1_4, t0.description AS description_5, t0.photo2 AS photo2_6, t0.details AS details_7, t0.photo3 AS photo3_8, t0.product_id AS product_id_9 FROM product_description t0 WHERE t0.product_id = ?
[
    142
]
DEBUG 15:21:03 doctrine SELECT t0.id AS id_1, t0.url AS url_2, t0.product_id AS product_id_3 FROM photos t0 WHERE t0.product_id = ?
[
    142
]
DEBUG 15:21:03 doctrine SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.text AS text_2, p0_.price AS price_3, p0_.quantity AS quantity_4, p0_.product_slug AS product_slug_5, p0_.percent_deposit AS percent_deposit_6, p0_.deadline AS deadline_7, p0_.sizes AS sizes_8, p0_.colors AS colors_9, p0_.size_ring AS size_ring_10, p0_.nb_guest AS nb_guest_11, p0_.youtube_video AS youtube_video_12, p0_.is_activated AS is_activated_13, p0_.is_desactivated_by_admin AS is_desactivated_by_admin_14, p0_.mode_livraison AS mode_livraison_15, p0_.frais_livraison AS frais_livraison_16, p0_.weight AS weight_17, p0_.transporteurs AS transporteurs_18, p0_.code_promo AS code_promo_19, p0_.code_promo_euro AS code_promo_euro_20, p0_.template AS template_21, c1_.id AS id_22, c1_.siren AS siren_23, c1_.contact_name AS contact_name_24, c1_.contact_phone AS contact_phone_25, c1_.company_name AS company_name_26, c1_.fax AS fax_27, c1_.website AS website_28, c1_.contact_civility AS contact_civility_29, c1_.is_accept_condition AS is_accept_condition_30, c1_.company_slug AS company_slug_31, c1_.description AS description_32, c1_.image AS image_33, c1_.is_confirmed AS is_confirmed_34, c1_.kbis AS kbis_35, c1_.conditions_vente AS conditions_vente_36, c1_.strip_id AS strip_id_37, c1_.stripe_account AS stripe_account_38, c1_.first_name AS first_name_39, c1_.contact_birthday AS contact_birthday_40, c1_.country AS country_41, c1_.mango_id AS mango_id_42, c1_.is_valid_document AS is_valid_document_43, c1_.type AS type_44, c1_.is_editor_guide AS is_editor_guide_45, c1_.paiement_activ AS paiement_activ_46, c1_.commission_active AS commission_active_47, c1_.statu_con AS statu_con_48, c1_.etat_network AS etat_network_49, c1_.email AS email_50, c1_.roles AS roles_51, c1_.password AS password_52, c1_.adress AS adress_53, c1_.zip_code AS zip_code_54, c1_.city AS city_55, p0_.company_id AS company_id_56, p0_.pack_id AS pack_id_57, p0_.type_location_id AS type_location_id_58, p0_.type_prestation_id AS type_prestation_id_59 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.company_id = ? AND c1_.is_confirmed = 1 AND c1_.is_valid_document = 1 AND p0_.is_activated = ? ORDER BY p0_.id DESC LIMIT 1
[
    132,
    1
]
DEBUG 15:21:03 doctrine SELECT t0.id AS id_1, t0.title AS title_2, t0.synthetique_message AS synthetique_message_3, t0.photo1 AS photo1_4, t0.description AS description_5, t0.photo2 AS photo2_6, t0.details AS details_7, t0.photo3 AS photo3_8, t0.product_id AS product_id_9 FROM product_description t0 WHERE t0.product_id = ?
[
    290
]
DEBUG 15:21:03 doctrine SELECT t0.id AS id_1, t0.url AS url_2, t0.product_id AS product_id_3 FROM photos t0 WHERE t0.product_id = ?
[
    290
]
DEBUG 15:21:03 doctrine SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.text AS text_2, p0_.price AS price_3, p0_.quantity AS quantity_4, p0_.product_slug AS product_slug_5, p0_.percent_deposit AS percent_deposit_6, p0_.deadline AS deadline_7, p0_.sizes AS sizes_8, p0_.colors AS colors_9, p0_.size_ring AS size_ring_10, p0_.nb_guest AS nb_guest_11, p0_.youtube_video AS youtube_video_12, p0_.is_activated AS is_activated_13, p0_.is_desactivated_by_admin AS is_desactivated_by_admin_14, p0_.mode_livraison AS mode_livraison_15, p0_.frais_livraison AS frais_livraison_16, p0_.weight AS weight_17, p0_.transporteurs AS transporteurs_18, p0_.code_promo AS code_promo_19, p0_.code_promo_euro AS code_promo_euro_20, p0_.template AS template_21, c1_.id AS id_22, c1_.siren AS siren_23, c1_.contact_name AS contact_name_24, c1_.contact_phone AS contact_phone_25, c1_.company_name AS company_name_26, c1_.fax AS fax_27, c1_.website AS website_28, c1_.contact_civility AS contact_civility_29, c1_.is_accept_condition AS is_accept_condition_30, c1_.company_slug AS company_slug_31, c1_.description AS description_32, c1_.image AS image_33, c1_.is_confirmed AS is_confirmed_34, c1_.kbis AS kbis_35, c1_.conditions_vente AS conditions_vente_36, c1_.strip_id AS strip_id_37, c1_.stripe_account AS stripe_account_38, c1_.first_name AS first_name_39, c1_.contact_birthday AS contact_birthday_40, c1_.country AS country_41, c1_.mango_id AS mango_id_42, c1_.is_valid_document AS is_valid_document_43, c1_.type AS type_44, c1_.is_editor_guide AS is_editor_guide_45, c1_.paiement_activ AS paiement_activ_46, c1_.commission_active AS commission_active_47, c1_.statu_con AS statu_con_48, c1_.etat_network AS etat_network_49, c1_.email AS email_50, c1_.roles AS roles_51, c1_.password AS password_52, c1_.adress AS adress_53, c1_.zip_code AS zip_code_54, c1_.city AS city_55, p0_.company_id AS company_id_56, p0_.pack_id AS pack_id_57, p0_.type_location_id AS type_location_id_58, p0_.type_prestation_id AS type_prestation_id_59 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.company_id = ? AND c1_.is_confirmed = 1 AND c1_.is_valid_document = 1 AND p0_.is_activated = ? ORDER BY p0_.id DESC LIMIT 1
[
    134,
    1
]
DEBUG 15:21:03 doctrine SELECT t0.id AS id_1, t0.title AS title_2, t0.synthetique_message AS synthetique_message_3, t0.photo1 AS photo1_4, t0.description AS description_5, t0.photo2 AS photo2_6, t0.details AS details_7, t0.photo3 AS photo3_8, t0.product_id AS product_id_9 FROM product_description t0 WHERE t0.product_id = ?
[
    368
]
DEBUG 15:21:03 doctrine SELECT t0.id AS id_1, t0.url AS url_2, t0.product_id AS product_id_3 FROM photos t0 WHERE t0.product_id = ?
[
    368
]
DEBUG 15:21:03 doctrine SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.text AS text_2, p0_.price AS price_3, p0_.quantity AS quantity_4, p0_.product_slug AS product_slug_5, p0_.percent_deposit AS percent_deposit_6, p0_.deadline AS deadline_7, p0_.sizes AS sizes_8, p0_.colors AS colors_9, p0_.size_ring AS size_ring_10, p0_.nb_guest AS nb_guest_11, p0_.youtube_video AS youtube_video_12, p0_.is_activated AS is_activated_13, p0_.is_desactivated_by_admin AS is_desactivated_by_admin_14, p0_.mode_livraison AS mode_livraison_15, p0_.frais_livraison AS frais_livraison_16, p0_.weight AS weight_17, p0_.transporteurs AS transporteurs_18, p0_.code_promo AS code_promo_19, p0_.code_promo_euro AS code_promo_euro_20, p0_.template AS template_21, c1_.id AS id_22, c1_.siren AS siren_23, c1_.contact_name AS contact_name_24, c1_.contact_phone AS contact_phone_25, c1_.company_name AS company_name_26, c1_.fax AS fax_27, c1_.website AS website_28, c1_.contact_civility AS contact_civility_29, c1_.is_accept_condition AS is_accept_condition_30, c1_.company_slug AS company_slug_31, c1_.description AS description_32, c1_.image AS image_33, c1_.is_confirmed AS is_confirmed_34, c1_.kbis AS kbis_35, c1_.conditions_vente AS conditions_vente_36, c1_.strip_id AS strip_id_37, c1_.stripe_account AS stripe_account_38, c1_.first_name AS first_name_39, c1_.contact_birthday AS contact_birthday_40, c1_.country AS country_41, c1_.mango_id AS mango_id_42, c1_.is_valid_document AS is_valid_document_43, c1_.type AS type_44, c1_.is_editor_guide AS is_editor_guide_45, c1_.paiement_activ AS paiement_activ_46, c1_.commission_active AS commission_active_47, c1_.statu_con AS statu_con_48, c1_.etat_network AS etat_network_49, c1_.email AS email_50, c1_.roles AS roles_51, c1_.password AS password_52, c1_.adress AS adress_53, c1_.zip_code AS zip_code_54, c1_.city AS city_55, p0_.company_id AS company_id_56, p0_.pack_id AS pack_id_57, p0_.type_location_id AS type_location_id_58, p0_.type_prestation_id AS type_prestation_id_59 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.company_id = ? AND c1_.is_confirmed = 1 AND c1_.is_valid_document = 1 AND p0_.is_activated = ? ORDER BY p0_.id DESC LIMIT 1
[
    137,
    1
]
DEBUG 15:21:03 doctrine SELECT t0.id AS id_1, t0.title AS title_2, t0.synthetique_message AS synthetique_message_3, t0.photo1 AS photo1_4, t0.description AS description_5, t0.photo2 AS photo2_6, t0.details AS details_7, t0.photo3 AS photo3_8, t0.product_id AS product_id_9 FROM product_description t0 WHERE t0.product_id = ?
[
    109
]
DEBUG 15:21:03 doctrine SELECT t0.id AS id_1, t0.url AS url_2, t0.product_id AS product_id_3 FROM photos t0 WHERE t0.product_id = ?
[
    109
]
DEBUG 15:21:03 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.sub_category_slug AS sub_category_slug_3, t0.is_suivi AS is_suivi_4, t0.is_clothing AS is_clothing_5, t0.is_color AS is_color_6, t0.is_nb_guest AS is_nb_guest_7, t0.image AS image_8, t0.is_clothing_ring AS is_clothing_ring_9, t0.is_service AS is_service_10, t0.is_fairepart AS is_fairepart_11 FROM sub_category t0 ORDER BY t0.id DESC
DEBUG 15:21:03 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.sub_category_slug AS sub_category_slug_3, t0.is_suivi AS is_suivi_4, t0.is_clothing AS is_clothing_5, t0.is_color AS is_color_6, t0.is_nb_guest AS is_nb_guest_7, t0.image AS image_8, t0.is_clothing_ring AS is_clothing_ring_9, t0.is_service AS is_service_10, t0.is_fairepart AS is_fairepart_11 FROM sub_category t0 ORDER BY t0.id DESC
DEBUG 15:21:03 doctrine SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.numero AS numero_2 FROM department d0_ LEFT JOIN product_department p2_ ON d0_.id = p2_.department_id LEFT JOIN product p1_ ON p1_.id = p2_.product_id
DEBUG 15:21:03 doctrine SELECT t0.id AS id_1, t0.url AS url_2, t0.product_id AS product_id_3 FROM photos t0 WHERE t0.product_id = ?
[
    169
]
INFO 15:21:03 php User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options.
{
    "exception": {}
}
CRITICAL 15:21:03 request Uncaught PHP Exception Twig\Error\RuntimeError: "Key "0" does not exist as the array is empty." at /var/www/vhosts/providders.com/httpdocs/providders.com/templates/front/product/single.html.twig line 273
{
    "exception": {}
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 15:21:03 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 15:21:03 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 15:21:03 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 15:21:03 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 15:21:03 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 15:21:03 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 15:21:03 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 15:21:03 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 15:21:03 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 15:21:03 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}

Stack Trace

RuntimeError

Twig\Error\RuntimeError:
Key "0" does not exist as the array is empty.

  at templates/front/product/single.html.twig:273
  at twig_get_attribute()
     (var/cache/dev/twig/6d/6dbcbd910da014086b3e46de6dad669ba1d04f3aa86405009a473527fcbf9937.php:422)
  at __TwigTemplate_dabcbf713e321a2d3a1e48bbb5d3f5ea69697d95309612c112cd413bcc431c48->block_body()
     (vendor/twig/twig/src/Template.php:171)
  at Twig\Template->displayBlock()
     (var/cache/dev/twig/3d/3dd62001cb42e29045c0eed7f8e62f1be2529d94fb78dee45d562560f975f53a.php:142)
  at __TwigTemplate_58d99e716631a307684a59ac85b6569a7c0e3fc182344c5165f2718ccfe79ab0->doDisplay()
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling()
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display()
     (var/cache/dev/twig/6d/6dbcbd910da014086b3e46de6dad669ba1d04f3aa86405009a473527fcbf9937.php:57)
  at __TwigTemplate_dabcbf713e321a2d3a1e48bbb5d3f5ea69697d95309612c112cd413bcc431c48->doDisplay()
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling()
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display()
     (vendor/twig/twig/src/Template.php:379)
  at Twig\Template->render()
     (vendor/twig/twig/src/TemplateWrapper.php:40)
  at Twig\TemplateWrapper->render()
     (vendor/twig/twig/src/Environment.php:277)
  at Twig\Environment->render()
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:249)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView()
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:257)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render()
     (src/Controller/Front/ProductController.php:521)
  at App\Controller\Front\ProductController->productSingle()
     (vendor/symfony/http-kernel/HttpKernel.php:157)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
     (vendor/symfony/http-kernel/HttpKernel.php:79)
  at Symfony\Component\HttpKernel\HttpKernel->handle()
     (vendor/symfony/http-kernel/Kernel.php:191)
  at Symfony\Component\HttpKernel\Kernel->handle()
     (public/index.php:25)