Error 500 Internal Server Error

GET http://realfruitpower.daburuat.com/fruit-juices/benefits-of-tomato-juice

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_editmode
false
_pimcore_context
"default"
_stopwatch_token
"a4ed3d"
contentDocument
Pimcore\Model\Document\Page {#2065
  #dao: null
  #dependencies: null
  #__dataVersionTimestamp: 1718790495
  #path: "/RealFruit/"
  #properties: [
    "navigation_name" => Pimcore\Model\Property {#2059
      #dao: null
      #name: "navigation_name"
      #data: "fruit-juices"
      #type: "text"
      #ctype: "document"
      #cpath: null
      #cid: 205
      #inheritable: false
      #inherited: false
      name: "navigation_name"
      data: "fruit-juices"
      type: "text"
      ctype: "document"
      cpath: null
      cid: 205
      inheritable: false
      inherited: false
    }
  ]
  #id: 205
  #creationDate: 1717158679
  #modificationDate: 1718790495
  #versionCount: 66
  #userOwner: 2
  #locked: null
  #userModification: 2
  #parentId: 59
  #parent: null
  #_fulldump: false
  #dirtyFields: []
  -activeDispatchingEvents: []
  #fullPathCache: null
  #type: "page"
  #key: "fruit-juices"
  #index: 33
  #published: true
  #children: []
  #siblings: []
  #controller: "RealFruitBundle\Controller\FruitJuiceController::fruitJuiceAction"
  #template: "@RealFruit/fruitJuice/fruit-juice.html.twig"
  #editables: null
  #versions: null
  #contentMainDocumentId: &2 null
  #contentMasterDocumentId: &2 null
  #supportsContentMain: true
  #missingRequiredEditable: null
  #staticGeneratorEnabled: false
  #staticGeneratorLifetime: null
  #inheritedEditables: []
  #scheduledTasks: null
  #title: "16 Fruit Juices: Health & Nutritional Benefits of Fruit Juices"
  #description: "Fruit Juices can take you a step closer to your goal of living healthy. Read on to find out why and how you can benefit from drinking fruit juices. Take advantage of the many fruit juice benefits today!"
  #prettyUrl: null
  dependencies: null
  __dataVersionTimestamp: 1718790495
  path: "/RealFruit/"
  properties: [
    "navigation_name" => Pimcore\Model\Property {#2059}
  ]
  id: 205
  creationDate: 1717158679
  modificationDate: 1718790495
  versionCount: 66
  userOwner: 2
  locked: null
  userModification: 2
  parentId: 59
  parent: null
  _fulldump: false
  dirtyFields: []
  fullPathCache: null
  type: "page"
  key: "fruit-juices"
  index: 33
  published: true
  children: []
  siblings: []
  controller: "RealFruitBundle\Controller\FruitJuiceController::fruitJuiceAction"
  template: "@RealFruit/fruitJuice/fruit-juice.html.twig"
  editables: null
  versions: null
  contentMainDocumentId: null
  contentMasterDocumentId: null
  supportsContentMain: true
  missingRequiredEditable: null
  staticGeneratorEnabled: false
  staticGeneratorLifetime: null
  inheritedEditables: []
  scheduledTasks: null
  title: "16 Fruit Juices: Health & Nutritional Benefits of Fruit Juices"
  description: "Fruit Juices can take you a step closer to your goal of living healthy. Read on to find out why and how you can benefit from drinking fruit juices. Take advantage of the many fruit juice benefits today!"
  prettyUrl: null
}
exception
Twig\Error\RuntimeError {#2231
  #message: "Impossible to invoke a method ("thumbnail") on a null variable."
  #code: 0
  #file: "/var/www/html/other-dabur-cms/bundles/RealFruitBundle/templates/fruitJuice/benefits.html.twig"
  #line: 236
  -lineno: 236
  -name: "@RealFruit/fruitJuice/benefits.html.twig"
  -rawMessage: "Impossible to invoke a method ("thumbnail") on a null variable."
  -sourcePath: "/var/www/html/other-dabur-cms/bundles/RealFruitBundle/templates/fruitJuice/benefits.html.twig"
  -sourceCode: """
    {% extends '@RealFruit/includes/layout_inner.html.twig' %}\n
       {% do pimcore_head_link().appendStylesheet(asset('bundles/realfruit/css/fruitarticles.css'), 'screen') %}\n
    \n
    {% block content %}\n
    {#{{dump(fruitJuice)}}#}\n
    \t{{ pimcore_inc("/RealFruit/snippet/header") }} \n
        {% if fruitJuice.metaKeywords is defined and fruitJuice.metaKeywords is not null  %}\n
            {% do pimcore_head_meta().appendName('keywords', fruitJuice.metaKeywords) %}\n
        {% endif %}\n
        {% if fruitJuice.metaDescriptions is defined and fruitJuice.metaDescriptions is not null %}\n
            {% do pimcore_head_meta().appendName('description', fruitJuice.metaDescriptions) %}\n
        {% endif %}\n
        {% if fruitJuice.metaTitle is defined and fruitJuice.metaTitle is not null %}\n
            {% do pimcore_head_meta().appendName('title', fruitJuice.metaTitle) %}\n
        {% endif %}\n
        {% block layout_head_meta deferred %}\n
                {{ pimcore_head_title() }}\n
                {{ pimcore_head_meta() }}\n
            {% endblock %}\n
    \n
            {% block head_stylesheets deferred %}\n
                {{ pimcore_head_link() }}\n
    \t\t\t{{ pimcore_head_script() }}\n
            {% endblock %}\n
    \t\t <script type="text/javascript">\n
    \t\t$(document).ready(function () {\n
    \t\t$(".contnrRightBx aside h2").each(function () {\n
    \t\tvar icon = $(this).find('img').attr("src");\n
    \t\t$(this).css('background-image', 'url(' + icon + ')')\n
    \t\t});\n
    \t\t});\n
    \t\t</script>\n
    \t\t<style type="text/css">\n
    \t\t\t.snippet {\n
    \t\t\t\tborder: 1px solid #AD303B;\n
    \t\t\t\tfloat: left;\n
    \t\t\t\tpadding: 10px 0 0 10px;\n
    \t\t\t\twidth: 355px;\n
    \t\t\t\tcolor: #3f3f3f;\n
    \t\t\t\tfont-size: 14px;\n
    \t\t\t\tline-height: 1.4;\n
    \t\t\t\tfont-weight: normal;\n
    \t\t\t}\n
    \t\t\t.blue label {\n
        color: #ffffff;\n
    \n
    \tbackground: #2980b9;\n
    }\n
    .ytb {\n
        margin-left: 0px !important;\n
    } .mainMdbx {\n
        display: flex;\n
        flex-wrap: wrap;\n
        justify-content: space-between;\n
      }\n
      .mainMdbx > div {\n
        width: calc(50% - 10px); /* Adjust the width according to your preference */\n
        margin-bottom: 20px; /* Adjust margin as needed */\n
      }\n
      .mainMdbx {\n
        width: auto !important;\n
        float: left;\n
    }\n
    \t\t</style>\n
    \t\t<!-- New Google Tag Manager -->\n
    \t\t <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n
    \t\tnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n
    \t\tj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n
    \t\t'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n
    \t\t})(window,document,'script','dataLayer','GTM-T8QDLXD');</script>\n
    \t\t<!-- End Google Tag Manager -->\n
    \t\t<!-- Google Tag Manager -->\n
    \t\t <script>        (function (w, d, s, l, i) {\n
    \t\tw[l] = w[l] || []; w[l].push({ 'gtm.start':\n
    \t\tnew Date().getTime(), event: 'gtm.js'\n
    \t\t}); var f = d.getElementsByTagName(s)[0],\n
    \t\tj = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =\n
    \t\t'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);\n
    \t\t})(window, document, 'script', 'dataLayer', 'GTM-NS7MWV2');</script>\n
    \t\t<!-- End Google Tag Manager -->\n
    \t\t <script type="text/javascript">\n
    \t\t(function (i, s, o, g, r, a, m) {\n
    \t\ti['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {\n
    \t\t(i[r].q = i[r].q || []).push(arguments)\n
    \t\t}, i[r].l = 1 * new Date(); a = s.createElement(o),\n
    \t\tm = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)\n
    \t\t})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');\n
    \t\tga('create', 'UA-31014664-1', 'auto', 'realfruitpower', { 'allowLinker': true });\n
    \t\tga('require', 'linker');\n
    \t\tga('linker:autoLink', ['realfruitpower.com']);\n
    \t\tga('realfruitpower.send', 'pageview');\n
    \t\tga('create', 'UA-102628-2', 'auto', { 'allowLinker': true });\n
    \t\tga('require', 'linker');\n
    \t\tga('linker:autoLink', ['realfruitpower.com']);\n
    \t\tga('send', 'pageview');\n
    \t\t</script>\n
    \t\t<!-- Facebook Pixel Code -->\n
    \t\t <script>\n
    \t\t!function (f, b, e, v, n, t, s) {\n
    \t\tif (f.fbq) return; n = f.fbq = function () {\n
    \t\tn.callMethod ?\n
    \t\tn.callMethod.apply(n, arguments) : n.queue.push(arguments)\n
    \t\t};\n
    \t\tif (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0';\n
    \t\tn.queue = []; t = b.createElement(e); t.async = !0;\n
    \t\tt.src = v; s = b.getElementsByTagName(e)[0];\n
    \t\ts.parentNode.insertBefore(t, s)\n
    \t\t}(window, document, 'script',\n
    \t\t'https://connect.facebook.net/en_US/fbevents.js');\n
    \t\tfbq('init', '167346415458972');\n
    \t\tfbq('track', 'PageView');\n
    \t\t</script>\n
    \t\t<!-- Facebook Pixel Code Ends Here -->\n
    \t\t<!--Google Remarketing Tag Begins Here-->\n
    \t\t<!-- Global site tag (gtag.js) - Google Ads: 332474204 -->\n
    \t\t <script async src="https://www.googletagmanager.com/gtag/js?id=AW-332474204"></script>\n
    \t\t <script>\n
    \t\twindow.dataLayer = window.dataLayer || [];\n
    \t\tfunction gtag() { dataLayer.push(arguments); }\n
    \t\tgtag('js', new Date());\n
    \t\tgtag('config', 'AW-332474204');\n
    \t\t</script>\n
    \t\t<!--Google Remarketing Tags Ends Here-->\n
    \t\t<!-- Global site tag (gtag.js) - Google Marketing Platform -->\n
    \t\t <script async src="https://www.googletagmanager.com/gtag/js?id=DC-10026982"></script>\n
    \t\t <script>\n
    \t\twindow.dataLayer = window.dataLayer || [];\n
    \t\tfunction gtag(){dataLayer.push(arguments);}\n
    \t\tgtag('js', new Date());\n
    \t\tgtag('config', 'DC-10026982');\n
    \t\t</script>\n
    \t\t<!-- End of global snippet: Please do not remove -->\n
    \t\t<!-- Google Tag Manager -->\n
    \t\t <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n
    \t\tnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n
    \t\tj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n
    \t\t'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n
    \t\t})(window,document,'script','dataLayer','GTM-P3GZL7N');</script>\n
    \t\t<!-- End Google Tag Manager --><link rel="canonical" href="https://www.realfruitpower.com/fruit-juices/benefits-of-pomegranate-juice"/> </head>\n
    \t<body>\n
    \n
    \t\t<!-- Google Tag Manager (noscript) -->\n
    \t\t<noscript>\n
    \t\t\t<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P3GZL7N" height="0" width="0" style="display:none;visibility:hidden"></iframe>\n
    \t\t</noscript>\n
    \t\t<!-- End Google Tag Manager (noscript) -->\n
    \t\t<!--Facebook Pixel Code-->\n
    \t\t<noscript>\n
    \t\t\t<img height="1" width="1" src="https://www.facebook.com/tr?id=167346415458972&ev=PageView&noscript=1"/>\n
    \t\t</noscript>\n
    \t\t<!-- End Facebook Pixel Code -->\n
    \t\t<!-- New Google Tag Manager (noscript) -->\n
    \t\t\n
    \t\t<noscript>\n
    \t\t\t<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T8QDLXD" height="0" width="0" style="display:none;visibility:hidden"></iframe>\n
    \t\t</noscript>\n
    \t\t<!-- End Google Tag Manager (noscript) -->\n
    \t\t<!-- Google Tag Manager (noscript) -->\n
    \t\t<noscript>\n
    \t\t\t<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NS7MWV2" height="0" width="0" style="display:none;visibility:hidden"></iframe>\n
    \t\t</noscript>\n
    \t\t<!-- End Google Tag Manager (noscript) -->\n
    \t\t\t<div class="aspNetHidden">\n
    \t\t\t\t<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTUxMzAyOTc0Ng9kFgJmD2QWBAIBD2QWAgIFDxYCHgdWaXNpYmxlaGQCAw9kFgZmD2QWAgICDxYCHgtfIUl0ZW1Db3VudAIDFgYCAQ9kFgJmDxUDDS9kZWZhdWx0LmFzcHgESG9tZQExZAICD2QWAmYPFQMSL2ZydWl0LWp1aWNlcy5hc3B4C0ZydWl0IEp1aWNlATJkAgMPZBYCZg8VAxNqYXZhc2NyaXB0OnZvaWQoMCk7EVBvbWVncmFuYXRlIEp1aWNlATNkAgIPZBYCAgIPFgIfAGhkAgMPZBYCAgEPFgIfAGgWAgICDxYCHwBoZGQhMtczJPCa3FXpL6PWSwspc5ivv8O0WzqCgnhPCz8pwQ=="/>\n
    \t\t\t</div>\n
    \t\t\t<div id="desktop">\n
    \t\t\t\t<!-- Top Header and Menu Bar -->\n
    \t\t\t\t<div class="breadcrumb" id="divBreadcrumb" itemprop="breadcrumb">\n
    \t\t\t\t\t<section class="sbLnk">\n
    \t\t\t\t\t\t<div class="container">\n
    \t\t\t\t\t\t\t<ul class="subLink" itemscope="" itemtype="http://schema.org/BreadcrumbList">\n
    \t\t\t\t\t\t\t\t<li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem">\n
    \t\t\t\t\t\t\t\t\t<a itemprop="item" href='/'>\n
    \t\t\t\t\t\t\t\t\t\t<span itemprop="name">Home</span>\n
    \t\t\t\t\t\t\t\t\t</a>\n
    \t\t\t\t\t\t\t\t\t<meta itemprop="position" content='1'/>\n
    \t\t\t\t\t\t\t\t</li>\n
    \t\t\t\t\t\t\t\t<li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem">\n
    \t\t\t\t\t\t\t\t\t<a itemprop="item" href='/fruit-juices'>\n
    \t\t\t\t\t\t\t\t\t\t<span itemprop="name">Fruit Juice</span>\n
    \t\t\t\t\t\t\t\t\t</a>\n
    \t\t\t\t\t\t\t\t\t<meta itemprop="position" content='2'/>\n
    \t\t\t\t\t\t\t\t</li>\n
    \t\t\t\t\t\t\t\t<li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem">\n
    \t\t\t\t\t\t\t\t\t<a itemprop="item" href='javascript:void(0);'>\n
    \t\t\t\t\t\t\t\t\t\t<span itemprop="name">{{ fruitJuice.name|title }} Juice</span>\n
    \t\t\t\t\t\t\t\t\t</a>\n
    \t\t\t\t\t\t\t\t\t<meta itemprop="position" content='3'/>\n
    \t\t\t\t\t\t\t\t</li>\n
    \t\t\t\t\t\t\t</ul>\n
    \t\t\t\t\t\t</div>\n
    \t\t\t\t\t</section>\n
    \t\t\t\t</div>\n
    \t\t\t\t{{ pimcore_inc(site.getProperty('header') ?? "/includes/header") }}\n
    \t\t\t\t<!-- Menu and Header End -->\n
    \t\t\t\t<section class="hero-unit bnrBox" style="background: none repeat scroll 0 0 #{{ fruitJuice.sliderColor }};">\n
    \t\t\t\t\t<div class="container bnrSpc" style="background: url('{{ fruitJuice.bannerImage.thumbnail('full-banner') }}') no-repeat scroll right top rgba(0, 0, 0, 0);"></div>\n
    \t\t\t\t</section>\n
    \t\t\t\t<!-- Banner Area End -->\n
    \t\t\t\t<!-- Start Here Body Area -->\n
    \t\t\t\t<section class="container clearfix">\n
    \t\t\t\t\t<div class="contnrLeft">\n
    \t\t\t\t\t\t<div class="leftMenuBg"></div>\n
    \t\t\t\t\t\t<h3>explore here</h3>\n
    \t\t\t\t\t\t<span><img src="/bundles/realfruit/images/arrow.jpg" alt="Arrow" title=""/></span>\n
    \t\t\t\t\t\t<ul>\n
    \t\t\t\t\t\t\t<li>\n
        \t\t\t\t\t\t\t<a href="benefits-of-{{ fruitJuice.key }}" id="Abenefits">Benefits</a>\n
        \t\t\t\t\t\t</li>\n
        \t\t\t\t\t\t<li>\n
        \t\t\t\t\t\t\t<a href="{{ fruitJuice.key }}" id="AOverview">Overview</a>\n
        \t\t\t\t\t\t</li>\n
        \t\t\t\t\t\t<li>\n
        \t\t\t\t\t\t    {% set key = fruitJuice.key|split('-') %}\n
                                    {% if key is not empty %}\n
                                       <a href="{{key[0]}}-fruit-history" id="AHistory">History</a>\n
                                    {% endif %}\n
        \t\t\t\t\t\t\t\n
        \t\t\t\t\t\t</li>\n
        \t\t\t\t\t\t<li>\n
        \t\t\t\t\t\t    {% if key is not empty %}\n
        \t\t\t\t\t\t\t    <a href="{{key[0]}}-fruit-facts" id="AFunFacts">Fun Facts</a>\n
        \t\t\t\t\t\t\t{% endif %}\n
        \t\t\t\t\t\t</li>\n
    \t\t\t\t\t\t</ul>\n
    \t\t\t\t\t\t<a href="/fruit-juice-recipes">\n
    \t\t\t\t\t\t\t<h3>Fruit Juice Recipes</h3>\n
    \t\t\t\t\t\t</a>\n
    \t\t\t\t\t</div>\n
    \t\t\t\t\t<section class="contnrRight contnrRightBx" id="maincontr">\n
    \t\t\t\t\t\t<div id="ContentPlaceHolder1_divOneSectionDesk">\n
    \t\t\t\t\t\t\t<p>\n
    \t\t\t\t\t\t\t\t<h1>{{ benefitsData.heading }}</h1>\n
    \t\t\t\t\t\t\t</p>\n
    \t\t\t\t\t\t\t{#<p class="imgCenter">#}\n
    \t\t\t\t\t\t\t\t<img src="{{benefitsData.image.thumbnail("full-banner")}}" alt="" title=""/>\n
    \t\t\t\t\t\t\t{#</p>#}\n
    \t\t\t\t\t\t\t{{ benefitsData.description|raw }}\n
    \t\t\t\t\t\n
    \t\t\t\t\t\t{% if app.request.requestUri == '/fruit-juices/benefits-of-litchi-juice' or app.request.requestUri == '/fruit-juices/benefits-of-jamun-juice'  or app.request.requestUri == '/fruit-juices/benefits-of-peach-juice'%}\n
    \t\t\t\t\t\t{% else %}\n
    \t\t\t\t\t\t\t<div class="myButton-main">\n
    \t\t\t\t\t\t\t <a id="myButton" href="javascript:void(0)" class="SeeMore2">Read More</a> \n
    \t\t\t\t\t\t\t </div>\n
    \t\t\t\t\t\t\t {% endif %}\n
    \n
    <div id="myText" class="hide">\n
       <div class="wrapper-article">\n
          <div id="" class="content-new">\n
             <div class="half">\n
    \t\t {# {{dump(benefitsData.readmoredatatab)}}\n
    \t\t  #}\n
    \t\t  {% set counter = 1 %}\n
    \t\t    <ol style="list-style-type: decimal">\n
    \n
    \t\t {% for readdata in benefitsData.readmoredatatab %}\n
    \n
    \t\t  <li>\n
                      <div class="tab blue">\n
                         <input id={{"tab-a"~counter}} type="checkbox" name="tabs2"> \n
                         <h3 id="{{readdata.tabheading.data|replace({' ':''}) ~ '-new'}}"> \n
    \t\t\t\t\t <label for={{"tab-a"~counter}}>{{readdata.tabheading.data}}</label>\n
    \t\t\t\t\t </h3>\n
                         <div class="tab-content">\n
    \t\t\t\t\t   <p>{{readdata.tabdesceription.data|raw}}</p>\n
                        \n
                         </div>\n
                      </div>\n
                   </li>\n
    \t\t\t\t\t\n
    \t\t\t\t\t\n
    \t\t\t\t\t\t {% set counter = counter + 1 %}\n
    \t\t {% endfor %}\n
    \t\t </ol>\n
               \n
               \n
             </div>\n
          </div>\n
       </div>\n
       <br>\n
       <br>\n
       <br>\n
       \n
          {{benefitsData.newarticleformat|raw}}\n
       </div>\n
    \t\t\t\t\t\t\t\n
    \t\t\t\t\t</div>\n
    \t\t\t\t\t<div class="mdbx mgnBtm">\n
    \t\t\t\t\t {{benefitsData.description_second|raw}}\n
    \t\t\t\t\t</div>\n
    \t\t\t\t</section>\n
    \t\t\t</section>\n
    \t\t\n
    \n
    \t\t\t\t{{ pimcore_inc("/RealFruit/snippet/slidersectiondetails") }} \n
    \t\t\t\t{{ pimcore_inc("/RealFruit/snippet/new-footer") }} \n
    \t\n
    \t\t</div>\n
    \t\t\n
    {{ pimcore_inc("/RealFruit/snippet/footerfirst") }} \n
    \t\t\t<!-- Footer End -->\n
    \t\t\t <script type="text/javascript">\n
    \t\t\t\t\t\t$("ul.nav li").mouseover(function () {\n
    \t\t\t\t\t\tvar the_width = $(this).find("a").width();\n
    \t\t\t\t\t\tvar child_width = $(this).find("ul").width();\n
    \t\t\t\t\t\tvar width = parseInt((child_width - the_width) / 2);\n
    \t\t\t\t\t\t$(this).find("ul").css('left', -width);\n
    \t\t\t\t\t\t});\n
    \t\t\t\t\t\t</script>\n
    \t\t</div>\n
    \t\t <script type="text/javascript">\n
    \t\t\t\t$("#Abenefits").addClass('active');\n
    \t\t\t\t$("#Mbenefits").addClass('benefits1active');\n
    \t\t\t\t</script>\n
    \t\t <script type="text/javascript">\n
    \t\t\t\t$(document).ready(function () {\n
    \t\t\t\t// slick configuration\n
    \t\t\t\t$('.multiple-items').slick({\n
    \t\t\t\tinfinite: true,\n
    \t\t\t\tslide: 'figure',\n
    \t\t\t\tslidesToScroll: 4,\n
    \t\t\t\tslidesToShow: 4,\n
    \t\t\t\tspeed: 750\n
    \t\t\t\t});\n
    \t\t\t\t// characters limit\n
    \t\t\t\t$("figcaption").each(function (i) {\n
    \t\t\t\tlen = $(this).text().length;\n
    \t\t\t\tif (len > 55) {\n
    \t\t\t\t$(this).text($(this).text().substr(0, 55) + '...');\n
    \t\t\t\t}\n
    \t\t\t\t});\n
    \t\t\t\t});\n
    \t\t\t\t\n
    \t\t\t\t</script>\n
    \t\t\t\t<script type = "text/javascript"> \n
      $('#myButton').click(function() {\n
        var $this = $(this).toggleClass('SeeMore2');\n
        if ($(this).hasClass('SeeMore2')) {\n
            $(this).text('Read More');\n
            $('#myText').addClass('hide');\n
        } else {\n
            $(this).text('Read Less');\n
            $('#myText').removeClass('hide');\n
        }\n
    });\n
    var toggle1 = document.getElementsByClassName('toggle1');\n
    var content1 = document.getElementById('content-new');\n
    var i;\n
    for (i = 0; i < toggle1.length; i++) {\n
        toggle1[i].addEventListener("click", function() { \n
          //content1.className += ' open';              \n
          if ($('#myButton').hasClass('SeeMore2')) {\n
            $('#myButton').text('Read Less');\n
            $('#myButton').removeClass('SeeMore2');\n
            $('#myText').removeClass('hide');}\n
          else {\n
            if ($('#myText').hasClass('hide')) {\n
     $('#myButton').text('Read More'); \n
            }\n
            else {\n
              $('#myButton').text('Read Less');\n
            }\n
          }\n
        });\n
    }\n
    </script>\n
    <style>\n
        .wrapper-article, p {\n
        line-height: 1.4;\n
        font-size: 14px;\n
        font-family: AsapRegular, arial;\n
        text-align: left;\n
    }\n
    .contnrRightBx h2 {\n
        padding-left: 0px;\n
        margin: 30px 0 12px 0;\n
        width: 100%;\n
        height: auto;\n
        display: table;\n
    }\n
    ol {\n
        margin: 0px 20px;\n
        padding: 0;\n
    }\n
    .article-customstyle .wrapper-article li, li {\n
        margin: 5px 0 6px 0;\n
        font-family: AsapRegular, arial;\n
        font-size: 14px;\n
        line-height: 18px;\n
    }\n
    a:hover {\n
        color: #C60;\n
    }\n
    a#myButton {\n
        border-style: solid;\n
        border-width: 1px 1px 1px 1px;\n
        text-decoration: none;\n
        padding: 4px;\n
        border-color: #000000;\n
        text-align: center;\n
        margin: 0 auto;\n
    }\n
    .myButton-main {\n
        text-align: center;\n
        width: 100%;\n
        float: left;\n
        margin: 30px 0 12px 0;\n
    }\n
    a, a:visited {\n
        color: #F70;\n
    }\n
    </style>\n
    <style>\n
    .slick-prev{\n
        background:url("/bundles/realfruit/images/prev.png")!important;\n
    }\n
    .slick-next{\n
        background:url("/bundles/realfruit/images/next.png")!important;\n
    }\n
    section.sbLnk {\n
        display: none;\n
        padding-top: 0px;\n
    }\n
    .sbLnk {\n
        width: 100%;\n
        border-bottom: 0px solid #e1e1e1;\n
        height: 45px;\n
        position: absolute;\n
        margin-top: 219px;\n
    }\n
    .mainMdbx > div {\n
        width: calc(50% - 10px) !important;\n
        margin-bottom: 20px!important;\n
    }\n
    .fruit-juice-content{\n
        width: calc(50% - 10px);\n
        margin-bottom: 20px;\n
        float: left;\n
    }\n
    </style>\n
        {% endblock %}
    """
  trace: {
    /var/www/html/other-dabur-cms/bundles/RealFruitBundle/templates/fruitJuice/benefits.html.twig:236 {
      twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      › {#<p class="imgCenter">#}\t<img src="{{benefitsData.image.thumbnail("full-banner")}}" alt="" title=""/>{#</p>#}
    }
    /var/www/html/other-dabur-cms/var/cache/dev/twig/3e/3ead5fb3737ee47fed7ad1f410eafd84.php:366 {
      __TwigTemplate_67847d411d8fb45dee7d17cd712e5f46->block_content($context, array $blocks = []) …
      › echo "\t\t\t\t\t\t\t\t<img src=\"";echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["benefitsData"]) || array_key_exists("benefitsData", $context) ? $context["benefitsData"] : (function () { throw new RuntimeError('Variable "benefitsData" does not exist.', 236, $this->source); })()), "image", [], "any", false, false, true, 236), "thumbnail", ["full-banner"], "method", false, false, true, 236), 236, $this->source), "html", null, true);echo "\" alt=\"\" title=\"\"/>
    }
    /var/www/html/other-dabur-cms/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/html/other-dabur-cms/var/cache/dev/twig/03/03c6377c4ce3ac9b7901e4b0be263b9e.php:472 {
      __TwigTemplate_345dd3d4116d37abd860ac1efffcd1e6->doDisplay(array $context, array $blocks = []) …
      › echo "           ";$this->displayBlock("content", $context, $blocks);echo "
    }
    /var/www/html/other-dabur-cms/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/html/other-dabur-cms/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/html/other-dabur-cms/var/cache/dev/twig/3e/3ead5fb3737ee47fed7ad1f410eafd84.php:56 {
      __TwigTemplate_67847d411d8fb45dee7d17cd712e5f46->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("@RealFruit/includes/layout_inner.html.twig", "@RealFruit/fruitJuice/benefits.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /var/www/html/other-dabur-cms/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/html/other-dabur-cms/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/html/other-dabur-cms/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /var/www/html/other-dabur-cms/vendor/twig/twig/src/TemplateWrapper.php:38 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /var/www/html/other-dabur-cms/vendor/twig/twig/src/Environment.php:280 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /var/www/html/other-dabur-cms/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /var/www/html/other-dabur-cms/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
      › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
    }
    /var/www/html/other-dabur-cms/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
    }
    /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/lib/Controller/Controller.php:40 {
      Pimcore\Controller\Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › 
      ›     return parent::render($view, $parameters, $response);}
    }
    /var/www/html/other-dabur-cms/bundles/RealFruitBundle/src/Controller/FruitJuiceController.php:110 {
      RealFruitBundle\Controller\FruitJuiceController->benefitsAction($key, $allFruitJuice, $site) …
      › $benefitsData['readmoredatatab'] = $tabdata;return $this->render('@RealFruit/fruitJuice/benefits.html.twig', ['site'=>$site,'allFruitJuice'=>$allFruitJuice, 'fruitJuice'=>$fruitJuice, 'benefitsData'=>$benefitsData]); 
    }
    /var/www/html/other-dabur-cms/bundles/RealFruitBundle/src/Controller/FruitJuiceController.php:54 {
      RealFruitBundle\Controller\FruitJuiceController->fruitJuiceDetailsAction(Request $request): Response …
      ›     $key = str_replace('benefits-of-', '', $requestkey);    return $this->benefitsAction($key, $allFruitJuice, $site);}elseif(in_array('history',$requestkeyArray)){
    }
    /var/www/html/other-dabur-cms/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/html/other-dabur-cms/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/html/other-dabur-cms/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/html/other-dabur-cms/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/html/other-dabur-cms/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/html/other-dabur-cms/public/index.php:19 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/html/other-dabur-cms/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#476
  -records: [
    "" => [
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.466+00:00"
        "message" => "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\EngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#495
            #message: "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\EngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
            #code: 0
            #file: "/var/www/html/other-dabur-cms/vendor/symfony/templating/EngineInterface.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/other-dabur-cms/vendor/symfony/templating/EngineInterface.php:14 {
                include_once …
                › 
                › trigger_deprecation('symfony/templating', '6.4', '"%s" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.', EngineInterface::class);}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:860 {
                Container5Lb79V8\App_KernelDevDebugContainer::Container5Lb79V8\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Templating/Renderer/EditableRenderer.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/EngineInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/StreamingEngineInterface.php';
              }
              /var/www/html/other-dabur-cms/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Kernel.php:417 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/lib/Kernel.php:155 {
                Pimcore\Kernel->initializeContainer(): void …
                › {    parent::initializeContainer();}
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Kernel.php:771 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Kernel.php:126 {
                Symfony\Component\HttpKernel\Kernel->boot() …
                › if (null === $this->container) {    $this->preBoot();}
              }
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/lib/Kernel.php:140 {
                Pimcore\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/lib/Bootstrap.php:215 {
                Pimcore\Bootstrap::kernel(): KernelInterface …
                › \Pimcore::setKernel($kernel);$kernel->boot();}
              /var/www/html/other-dabur-cms/public/index.php:30 {
                {closure} …
                › 
                › $kernel = Bootstrap::kernel();}
              /var/www/html/other-dabur-cms/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
                Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
                › static function (...$arguments) use ($closure) {    if (\is_object($app = $closure(...$arguments)) || null === $app) {        return $app;
              }
              /var/www/html/other-dabur-cms/vendor/autoload_runtime.php:24 {
                require_once …
                › 
                › $app = $app(...$args);}
              /var/www/html/other-dabur-cms/public/index.php:19 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/other-dabur-cms/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.466+00:00"
        "message" => "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\StreamingEngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#494
            #message: "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\StreamingEngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
            #code: 0
            #file: "/var/www/html/other-dabur-cms/vendor/symfony/templating/StreamingEngineInterface.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/other-dabur-cms/vendor/symfony/templating/StreamingEngineInterface.php:14 {
                include_once …
                › 
                › trigger_deprecation('symfony/templating', '6.4', '"%s" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.', StreamingEngineInterface::class);}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:861 {
                Container5Lb79V8\App_KernelDevDebugContainer::Container5Lb79V8\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/EngineInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/StreamingEngineInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/DelegatingEngine.php';
              }
              /var/www/html/other-dabur-cms/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Kernel.php:417 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/lib/Kernel.php:155 {
                Pimcore\Kernel->initializeContainer(): void …
                › {    parent::initializeContainer();}
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Kernel.php:771 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Kernel.php:126 {
                Symfony\Component\HttpKernel\Kernel->boot() …
                › if (null === $this->container) {    $this->preBoot();}
              }
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/lib/Kernel.php:140 {
                Pimcore\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/lib/Bootstrap.php:215 {
                Pimcore\Bootstrap::kernel(): KernelInterface …
                › \Pimcore::setKernel($kernel);$kernel->boot();}
              /var/www/html/other-dabur-cms/public/index.php:30 {
                {closure} …
                › 
                › $kernel = Bootstrap::kernel();}
              /var/www/html/other-dabur-cms/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
                Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
                › static function (...$arguments) use ($closure) {    if (\is_object($app = $closure(...$arguments)) || null === $app) {        return $app;
              }
              /var/www/html/other-dabur-cms/vendor/autoload_runtime.php:24 {
                require_once …
                › 
                › $app = $app(...$args);}
              /var/www/html/other-dabur-cms/public/index.php:19 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/other-dabur-cms/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.467+00:00"
        "message" => "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\DelegatingEngine" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#493
            #message: "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\DelegatingEngine" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
            #code: 0
            #file: "/var/www/html/other-dabur-cms/vendor/symfony/templating/DelegatingEngine.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/other-dabur-cms/vendor/symfony/templating/DelegatingEngine.php:14 {
                include_once …
                › 
                › trigger_deprecation('symfony/templating', '6.4', '"%s" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.', DelegatingEngine::class);}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:862 {
                Container5Lb79V8\App_KernelDevDebugContainer::Container5Lb79V8\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/StreamingEngineInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/DelegatingEngine.php';include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Templating/TwigDefaultDelegatingEngine.php';
              }
              /var/www/html/other-dabur-cms/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Kernel.php:417 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/lib/Kernel.php:155 {
                Pimcore\Kernel->initializeContainer(): void …
                › {    parent::initializeContainer();}
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Kernel.php:771 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Kernel.php:126 {
                Symfony\Component\HttpKernel\Kernel->boot() …
                › if (null === $this->container) {    $this->preBoot();}
              }
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/lib/Kernel.php:140 {
                Pimcore\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/lib/Bootstrap.php:215 {
                Pimcore\Bootstrap::kernel(): KernelInterface …
                › \Pimcore::setKernel($kernel);$kernel->boot();}
              /var/www/html/other-dabur-cms/public/index.php:30 {
                {closure} …
                › 
                › $kernel = Bootstrap::kernel();}
              /var/www/html/other-dabur-cms/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
                Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
                › static function (...$arguments) use ($closure) {    if (\is_object($app = $closure(...$arguments)) || null === $app) {        return $app;
              }
              /var/www/html/other-dabur-cms/vendor/autoload_runtime.php:24 {
                require_once …
                › 
                › $app = $app(...$args);}
              /var/www/html/other-dabur-cms/public/index.php:19 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/other-dabur-cms/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.467+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "pimcore.system.configuration.get"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener::updateSystemConfiguration"
        ]
        "channel" => "event"
      ]
    ]
    2 => [
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.468+00:00"
        "message" => "User Deprecated: YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to attribute or XML driver. (YamlDriver.php:46 called by App_KernelDevDebugContainer.php:1707, https://github.com/doctrine/orm/issues/8465, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#654
            #message: "User Deprecated: YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to attribute or XML driver. (YamlDriver.php:46 called by App_KernelDevDebugContainer.php:1707, https://github.com/doctrine/orm/issues/8465, package doctrine/orm)"
            #code: 0
            #file: "/var/www/html/other-dabur-cms/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/other-dabur-cms/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/orm/src/Mapping/Driver/YamlDriver.php:46 {
                Doctrine\ORM\Mapping\Driver\YamlDriver->__construct($locator, $fileExtension = self::DEFAULT_FILE_EXTENSION) …
                › {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1707 {
                Container5Lb79V8\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$b->addDriver(new \Doctrine\ORM\Mapping\Driver\YamlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/dachcom-digital/seo/config/doctrine/model') => 'SeoBundle\\Model'], '.orm.yml')), 'SeoBundle\\Model');}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1683 {
                Container5Lb79V8\App_KernelDevDebugContainer::Container5Lb79V8\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container5Lb79V8\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/orm/src/EntityManager.php:839 {
                Doctrine\ORM\EntityManager->getRepository($entityName) …
                › 
                › $repository = $this->repositoryFactory->getRepository($this, $entityName);if (! $repository instanceof EntityRepository) {
              }
              /var/www/html/other-dabur-cms/vendor/dachcom-digital/seo/src/Repository/ElementMetaDataRepository.php:17 {
                SeoBundle\Repository\ElementMetaDataRepository->__construct(EntityManagerInterface $entityManager) …
                › {    $this->repository = $entityManager->getRepository(ElementMetaData::class);}
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:3177 {
                Container5Lb79V8\App_KernelDevDebugContainer::getElementMetaDataManagerService($container) …
                › 
                ›     return $container->privates['SeoBundle\\Manager\\ElementMetaDataManager'] = new \SeoBundle\Manager\ElementMetaDataManager($container->parameters['seo.meta_data_integrator.configuration'], $a, $b, new \SeoBundle\Repository\ElementMetaDataRepository($a));}
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:3187 {
                Container5Lb79V8\App_KernelDevDebugContainer::getMetaDataProviderService($container) …
                › {    $a = ($container->privates['SeoBundle\\Manager\\ElementMetaDataManager'] ?? self::getElementMetaDataManagerService($container));}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:3215 {
                Container5Lb79V8\App_KernelDevDebugContainer::getMetaDataIntegratorRegistryService($container) …
                › $instance->register(new \SeoBundle\MetaData\Integrator\TwitterCardIntegrator($a), 'twitter_card');$instance->register(new \SeoBundle\MetaData\Integrator\SchemaIntegrator(($container->privates['SeoBundle\\MetaData\\MetaDataProvider'] ?? self::getMetaDataProviderService($container))), 'schema');$instance->register(new \SeoBundle\MetaData\Integrator\HtmlTagIntegrator(), 'html_tag');
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:3171 {
                Container5Lb79V8\App_KernelDevDebugContainer::getElementMetaDataManagerService($container) …
                › }$b = ($container->privates['SeoBundle\\Registry\\MetaDataIntegratorRegistry'] ?? self::getMetaDataIntegratorRegistryService($container));}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:3187 {
                Container5Lb79V8\App_KernelDevDebugContainer::getMetaDataProviderService($container) …
                › {    $a = ($container->privates['SeoBundle\\Manager\\ElementMetaDataManager'] ?? self::getElementMetaDataManagerService($container));}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:4281 {
                Container5Lb79V8\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());$instance->addExtension(new \SeoBundle\Twig\Extension\SeoExtension(($container->privates['SeoBundle\\MetaData\\MetaDataProvider'] ?? self::getMetaDataProviderService($container))));$instance->addExtension(new \Pimcore\Twig\Extension\HelpersExtension(($container->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'] ?? self::getPimcoreUrlService($container))));
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1097 {
                Container5Lb79V8\App_KernelDevDebugContainer::getCsrfProtectionHandlerService($container) …
                › {    $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:2515 {
                Container5Lb79V8\App_KernelDevDebugContainer::getCsrfProtectionListenerService($container) …
                › {    $container->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener(($container->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] ?? self::getCsrfProtectionHandlerService($container)));}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1897 {
                Container5Lb79V8\App_KernelDevDebugContainer::Container5Lb79V8\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener')] fn () => ($container->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener'] ?? self::getAdminSecurityListenerService($container)), 'onKernelResponse'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener')] fn () => ($container->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? self::getCsrfProtectionListenerService($container)), 'handleRequest'], 11);$instance->addListener('kernel.exception', [#[\Closure(name: 'Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminExceptionListener')] fn () => ($container->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminExceptionListener'] ?? $container->load('getAdminExceptionListenerService')), 'onKernelException'], 0);
              }
              /var/www/html/other-dabur-cms/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/html/other-dabur-cms/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/html/other-dabur-cms/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/html/other-dabur-cms/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/html/other-dabur-cms/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/html/other-dabur-cms/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/other-dabur-cms/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/other-dabur-cms/public/index.php:19 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/other-dabur-cms/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.468+00:00"
        "message" => "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#681
            #message: "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
            #code: 0
            #file: "/var/www/html/other-dabur-cms/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/other-dabur-cms/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:166 {
                Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
                › if (PHP_VERSION_ID >= 80100) {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/orm/src/EntityManager.php:177 {
                Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, ?EventManager $eventManager = null) …
                › $this->unitOfWork        = new UnitOfWork($this);$this->proxyFactory      = new ProxyFactory(    $this,
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1728 {
                Container5Lb79V8\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), $a, ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1683 {
                Container5Lb79V8\App_KernelDevDebugContainer::Container5Lb79V8\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container5Lb79V8\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/orm/src/EntityManager.php:839 {
                Doctrine\ORM\EntityManager->getRepository($entityName) …
                › 
                › $repository = $this->repositoryFactory->getRepository($this, $entityName);if (! $repository instanceof EntityRepository) {
              }
              /var/www/html/other-dabur-cms/vendor/dachcom-digital/seo/src/Repository/ElementMetaDataRepository.php:17 {
                SeoBundle\Repository\ElementMetaDataRepository->__construct(EntityManagerInterface $entityManager) …
                › {    $this->repository = $entityManager->getRepository(ElementMetaData::class);}
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:3177 {
                Container5Lb79V8\App_KernelDevDebugContainer::getElementMetaDataManagerService($container) …
                › 
                ›     return $container->privates['SeoBundle\\Manager\\ElementMetaDataManager'] = new \SeoBundle\Manager\ElementMetaDataManager($container->parameters['seo.meta_data_integrator.configuration'], $a, $b, new \SeoBundle\Repository\ElementMetaDataRepository($a));}
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:3187 {
                Container5Lb79V8\App_KernelDevDebugContainer::getMetaDataProviderService($container) …
                › {    $a = ($container->privates['SeoBundle\\Manager\\ElementMetaDataManager'] ?? self::getElementMetaDataManagerService($container));}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:3215 {
                Container5Lb79V8\App_KernelDevDebugContainer::getMetaDataIntegratorRegistryService($container) …
                › $instance->register(new \SeoBundle\MetaData\Integrator\TwitterCardIntegrator($a), 'twitter_card');$instance->register(new \SeoBundle\MetaData\Integrator\SchemaIntegrator(($container->privates['SeoBundle\\MetaData\\MetaDataProvider'] ?? self::getMetaDataProviderService($container))), 'schema');$instance->register(new \SeoBundle\MetaData\Integrator\HtmlTagIntegrator(), 'html_tag');
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:3171 {
                Container5Lb79V8\App_KernelDevDebugContainer::getElementMetaDataManagerService($container) …
                › }$b = ($container->privates['SeoBundle\\Registry\\MetaDataIntegratorRegistry'] ?? self::getMetaDataIntegratorRegistryService($container));}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:3187 {
                Container5Lb79V8\App_KernelDevDebugContainer::getMetaDataProviderService($container) …
                › {    $a = ($container->privates['SeoBundle\\Manager\\ElementMetaDataManager'] ?? self::getElementMetaDataManagerService($container));}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:4281 {
                Container5Lb79V8\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());$instance->addExtension(new \SeoBundle\Twig\Extension\SeoExtension(($container->privates['SeoBundle\\MetaData\\MetaDataProvider'] ?? self::getMetaDataProviderService($container))));$instance->addExtension(new \Pimcore\Twig\Extension\HelpersExtension(($container->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'] ?? self::getPimcoreUrlService($container))));
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1097 {
                Container5Lb79V8\App_KernelDevDebugContainer::getCsrfProtectionHandlerService($container) …
                › {    $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:2515 {
                Container5Lb79V8\App_KernelDevDebugContainer::getCsrfProtectionListenerService($container) …
                › {    $container->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener(($container->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] ?? self::getCsrfProtectionHandlerService($container)));}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1897 {
                Container5Lb79V8\App_KernelDevDebugContainer::Container5Lb79V8\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener')] fn () => ($container->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener'] ?? self::getAdminSecurityListenerService($container)), 'onKernelResponse'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener')] fn () => ($container->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? self::getCsrfProtectionListenerService($container)), 'handleRequest'], 11);$instance->addListener('kernel.exception', [#[\Closure(name: 'Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminExceptionListener')] fn () => ($container->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminExceptionListener'] ?? $container->load('getAdminExceptionListenerService')), 'onKernelException'], 0);
              }
              /var/www/html/other-dabur-cms/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/html/other-dabur-cms/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/html/other-dabur-cms/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/html/other-dabur-cms/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/html/other-dabur-cms/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/html/other-dabur-cms/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/other-dabur-cms/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/other-dabur-cms/public/index.php:19 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/other-dabur-cms/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.470+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "charset" => "UTF8MB4"
            "host" => "localhost"
            "port" => 3306
            "user" => "admin"
            "password" => "<redacted>"
            "dbname" => "test_db"
            "idle_connection_ttl" => 600
            "driverOptions" => [
              1002 => "SET sql_mode = '';"
            ]
            "serverVersion" => "10.11.9-MariaDB-ubu2204"
            "defaultTableOptions" => [
              "charset" => "UTF8MB4"
              "engine" => "InnoDB"
              "collate" => "utf8mb4_general_ci"
            ]
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.471+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "site_domain_e90b8c84addc1eb5516ff14d10799933"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.471+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)"
          "params" => [
            1 => 1736444688
            2 => "system\x01tags\x01"
            3 => "site\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.472+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "site_domain_e90b8c84addc1eb5516ff14d10799933"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.472+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
          "params" => [
            1 => "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
            2 => "pimcore"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.472+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT * FROM redirects WHERE\n
                        (\n
                            (source = ? AND (`type` = ? OR `type` = ?)) OR\n
                            (source = ? AND `type` = ?) OR\n
                            (source = ? AND `type` = ?)\n
                        ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite = '6' AND priority = 99 ORDER BY `priority` DESC
            """
          "params" => [
            1 => "/fruit-juices/benefits-of-tomato-juice"
            2 => "path"
            3 => "auto_create"
            4 => "/fruit-juices/benefits-of-tomato-juice"
            5 => "path_query"
            6 => "http://realfruitpower.daburuat.com/fruit-juices/benefits-of-tomato-juice"
            7 => "entire_uri"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.472+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "system_route_redirect"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.473+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)"
          "params" => [
            1 => 1736444688
            2 => "system\x01tags\x01"
            3 => "redirect\x01tags\x01"
            4 => "route\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
            4 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.473+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "system_route_redirect"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.473+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM tmp_store WHERE id = ?"
          "params" => [
            1 => "maintenance_mode"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.473+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
          "params" => [
            1 => "reports"
            2 => "pimcore"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.475+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "fruit_key"
          "route_parameters" => [
            "_route" => "fruit_key"
            "_controller" => "RealFruitBundle\Controller\FruitJuiceController::fruitJuiceDetailsAction"
            "key" => "benefits-of-tomato-juice"
          ]
          "request_uri" => "http://realfruitpower.daburuat.com/fruit-juices/benefits-of-tomato-juice"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.475+00:00"
        "message" => "Resolved pimcore context for path {path} to {context}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "path" => "/fruit-juices/benefits-of-tomato-juice"
          "context" => "default"
        ]
        "channel" => "app"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.475+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
          "params" => [
            1 => "/RealFruit/fruit-juices/"
            2 => "benefits-of-tomato-juice"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.475+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
          "params" => [
            1 => "/RealFruit/fruit-juices/benefits-of-tomato-juice"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.476+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT documents.id FROM documents\n
                        LEFT JOIN documents_page ON documents.id = documents_page.id\n
                        WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
            """
          "params" => [
            1 => "/RealFruit/%"
            2 => "/fruit-juices/benefits-of-tomato-juice"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.476+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
          "params" => [
            1 => "/RealFruit/"
            2 => "fruit-juices"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.476+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_205"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.476+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_205\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.476+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_205"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.476+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_properties_205"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)"
          "params" => [
            1 => 1736444688
            2 => "document_properties\x01tags\x01"
            3 => "document_205\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_properties_205"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Resolved editmode to {editmode}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "editmode" => "false"
          "params" => [
            "param" => false
            "adminRequest" => false
            "user" => false
          ]
        ]
        "channel" => "init"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "SeoBundle\EventListener\AutoMetaDataAttachListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.477+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.478+00:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2077
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
            #code: 0
            #file: "/var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/getAnnotations_CachedReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/getAnnotations_CachedReaderService.php:23 {
                Container5Lb79V8\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:979 {
                Container5Lb79V8\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1765 {
                Container5Lb79V8\App_KernelDevDebugContainer::getDoctrine_Orm_StatisticsExplorerEntityManagerService($container, $lazyLoad = true) …
                › $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/vendor/pimcore/statistics-explorer/src/Entity')], false), 'Pimcore\\Bundle\\StatisticsExplorerBundle\\Entity');}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1743 {
                Container5Lb79V8\App_KernelDevDebugContainer::Container5Lb79V8\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.statistics_explorer_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_StatisticsExplorerEntityManagerService($container, $proxy)));}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container5Lb79V8\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /var/www/html/other-dabur-cms/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:85 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->getManager(?string $name, string $class): ObjectManager …
                › if (null === $name) {    return $this->registry->getManagerForClass($class);}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:53 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
                › }if (!$manager = $this->getManager($options->objectManager, $options->class)) {    return [];
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:60 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
                › 
                › yield from $this->inner->resolve($request, $argument);}
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
                › $count = 0;foreach ($resolver->resolve($request, $metadata) as $argument) {    ++$count;
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller): array …
                › try {    return $this->resolver->getArguments($request, $controller, $reflector);} finally {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/HttpKernel.php:173 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // controller arguments$arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());}
              /var/www/html/other-dabur-cms/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/html/other-dabur-cms/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/html/other-dabur-cms/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/other-dabur-cms/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/other-dabur-cms/public/index.php:19 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/other-dabur-cms/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.478+00:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2075
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
            #code: 0
            #file: "/var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/getAnnotations_ReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/getAnnotations_ReaderService.php:23 {
                Container5Lb79V8\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:979 {
                Container5Lb79V8\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/getAnnotations_CachedReaderService.php:25 {
                Container5Lb79V8\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);}
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:979 {
                Container5Lb79V8\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1765 {
                Container5Lb79V8\App_KernelDevDebugContainer::getDoctrine_Orm_StatisticsExplorerEntityManagerService($container, $lazyLoad = true) …
                › $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/vendor/pimcore/statistics-explorer/src/Entity')], false), 'Pimcore\\Bundle\\StatisticsExplorerBundle\\Entity');}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1743 {
                Container5Lb79V8\App_KernelDevDebugContainer::Container5Lb79V8\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.statistics_explorer_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_StatisticsExplorerEntityManagerService($container, $proxy)));}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container5Lb79V8\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /var/www/html/other-dabur-cms/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:85 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->getManager(?string $name, string $class): ObjectManager …
                › if (null === $name) {    return $this->registry->getManagerForClass($class);}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:53 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
                › }if (!$manager = $this->getManager($options->objectManager, $options->class)) {    return [];
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:60 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
                › 
                › yield from $this->inner->resolve($request, $argument);}
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
                › $count = 0;foreach ($resolver->resolve($request, $metadata) as $argument) {    ++$count;
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller): array …
                › try {    return $this->resolver->getArguments($request, $controller, $reflector);} finally {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/HttpKernel.php:173 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // controller arguments$arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());}
              /var/www/html/other-dabur-cms/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/html/other-dabur-cms/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/html/other-dabur-cms/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/other-dabur-cms/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/other-dabur-cms/public/index.php:19 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/other-dabur-cms/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.478+00:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2084
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
            #code: 0
            #file: "/var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/getAnnotations_CacheAdapterService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/getAnnotations_CacheAdapterService.php:23 {
                Container5Lb79V8\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:979 {
                Container5Lb79V8\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/getAnnotations_CachedReaderService.php:25 {
                Container5Lb79V8\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);}
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:979 {
                Container5Lb79V8\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1765 {
                Container5Lb79V8\App_KernelDevDebugContainer::getDoctrine_Orm_StatisticsExplorerEntityManagerService($container, $lazyLoad = true) …
                › $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/vendor/pimcore/statistics-explorer/src/Entity')], false), 'Pimcore\\Bundle\\StatisticsExplorerBundle\\Entity');}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1743 {
                Container5Lb79V8\App_KernelDevDebugContainer::Container5Lb79V8\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.statistics_explorer_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_StatisticsExplorerEntityManagerService($container, $proxy)));}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container5Lb79V8\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /var/www/html/other-dabur-cms/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:85 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->getManager(?string $name, string $class): ObjectManager …
                › if (null === $name) {    return $this->registry->getManagerForClass($class);}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:53 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
                › }if (!$manager = $this->getManager($options->objectManager, $options->class)) {    return [];
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:60 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
                › 
                › yield from $this->inner->resolve($request, $argument);}
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
                › $count = 0;foreach ($resolver->resolve($request, $metadata) as $argument) {    ++$count;
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller): array …
                › try {    return $this->resolver->getArguments($request, $controller, $reflector);} finally {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/HttpKernel.php:173 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // controller arguments$arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());}
              /var/www/html/other-dabur-cms/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/html/other-dabur-cms/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/html/other-dabur-cms/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/other-dabur-cms/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/other-dabur-cms/public/index.php:19 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/other-dabur-cms/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.478+00:00"
        "message" => "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:1765, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2089
            #message: "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:1765, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
            #code: 0
            #file: "/var/www/html/other-dabur-cms/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/other-dabur-cms/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:65 {
                Doctrine\ORM\Mapping\Driver\AnnotationDriver->__construct($reader, $paths = null, bool $reportFieldsWhereDeclared = false) …
                › {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1765 {
                Container5Lb79V8\App_KernelDevDebugContainer::getDoctrine_Orm_StatisticsExplorerEntityManagerService($container, $lazyLoad = true) …
                › $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/vendor/pimcore/statistics-explorer/src/Entity')], false), 'Pimcore\\Bundle\\StatisticsExplorerBundle\\Entity');}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1743 {
                Container5Lb79V8\App_KernelDevDebugContainer::Container5Lb79V8\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.statistics_explorer_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_StatisticsExplorerEntityManagerService($container, $proxy)));}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container5Lb79V8\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /var/www/html/other-dabur-cms/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:85 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->getManager(?string $name, string $class): ObjectManager …
                › if (null === $name) {    return $this->registry->getManagerForClass($class);}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:53 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
                › }if (!$manager = $this->getManager($options->objectManager, $options->class)) {    return [];
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:60 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
                › 
                › yield from $this->inner->resolve($request, $argument);}
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
                › $count = 0;foreach ($resolver->resolve($request, $metadata) as $argument) {    ++$count;
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller): array …
                › try {    return $this->resolver->getArguments($request, $controller, $reflector);} finally {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/HttpKernel.php:173 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // controller arguments$arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());}
              /var/www/html/other-dabur-cms/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/html/other-dabur-cms/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/html/other-dabur-cms/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/other-dabur-cms/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/other-dabur-cms/public/index.php:19 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/other-dabur-cms/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.478+00:00"
        "message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:75 called by App_KernelDevDebugContainer.php:1765, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2091
            #message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:75 called by App_KernelDevDebugContainer.php:1765, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
            #code: 0
            #file: "/var/www/html/other-dabur-cms/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/other-dabur-cms/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:75 {
                Doctrine\ORM\Mapping\Driver\AnnotationDriver->__construct($reader, $paths = null, bool $reportFieldsWhereDeclared = false) …
                › if (! $reportFieldsWhereDeclared) {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1765 {
                Container5Lb79V8\App_KernelDevDebugContainer::getDoctrine_Orm_StatisticsExplorerEntityManagerService($container, $lazyLoad = true) …
                › $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/vendor/pimcore/statistics-explorer/src/Entity')], false), 'Pimcore\\Bundle\\StatisticsExplorerBundle\\Entity');}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1743 {
                Container5Lb79V8\App_KernelDevDebugContainer::Container5Lb79V8\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.statistics_explorer_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_StatisticsExplorerEntityManagerService($container, $proxy)));}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/var-exporter/LazyGhostTrait.php:129 {
                Container5Lb79V8\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /var/www/html/other-dabur-cms/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:85 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->getManager(?string $name, string $class): ObjectManager …
                › if (null === $name) {    return $this->registry->getManagerForClass($class);}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:53 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
                › }if (!$manager = $this->getManager($options->objectManager, $options->class)) {    return [];
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:60 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
                › 
                › yield from $this->inner->resolve($request, $argument);}
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
                › $count = 0;foreach ($resolver->resolve($request, $metadata) as $argument) {    ++$count;
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller): array …
                › try {    return $this->resolver->getArguments($request, $controller, $reflector);} finally {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/HttpKernel.php:173 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // controller arguments$arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());}
              /var/www/html/other-dabur-cms/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/html/other-dabur-cms/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/html/other-dabur-cms/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/other-dabur-cms/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/other-dabur-cms/public/index.php:19 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/other-dabur-cms/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.478+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.478+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.478+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.478+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Container5Lb79V8\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.478+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.478+00:00"
        "message" => "User Deprecated: Passing an array for the first argument to QueryBuilder::select() is deprecated, pass each value as an individual variadic argument instead. (QueryBuilder.php:687 called by Dao.php:45, https://github.com/doctrine/dbal/issues/3837, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2179
            #message: "User Deprecated: Passing an array for the first argument to QueryBuilder::select() is deprecated, pass each value as an individual variadic argument instead. (QueryBuilder.php:687 called by Dao.php:45, https://github.com/doctrine/dbal/issues/3837, package doctrine/dbal)"
            #code: 0
            #file: "/var/www/html/other-dabur-cms/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/other-dabur-cms/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/other-dabur-cms/vendor/doctrine/dbal/src/Query/QueryBuilder.php:687 {
                Doctrine\DBAL\Query\QueryBuilder->select($select = null) …
                › if (is_array($select)) {    Deprecation::trigger(        'doctrine/dbal',
              }
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/models/DataObject/Listing/Dao.php:45 {
                Pimcore\Model\DataObject\Listing\Dao->getQueryBuilder(...$columns): QueryBuilder …
                › $queryBuilder = $this->db->createQueryBuilder();$queryBuilder->select(...$columns)->from($this->getTableName());}
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/models/DataObject/Listing/Dao.php:104 {
                Pimcore\Model\DataObject\Listing\Dao->loadIdList(): array …
                › {    $queryBuilder = $this->getQueryBuilder([sprintf('%s as id', $this->getTableName() . '.id'), sprintf('%s as `type`', $this->getTableName() . '.type')]);    $objectIds = $this->db->fetchFirstColumn($queryBuilder->getSql(), $queryBuilder->getParameters(), $queryBuilder->getParameterTypes());
              }
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/models/DataObject/Listing/Concrete/Dao.php:45 {
                Pimcore\Model\DataObject\Listing\Concrete\Dao->loadIdList(): array …
                › try {    return parent::loadIdList();} catch (\Exception $e) {
              }
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/models/DataObject/Listing/Dao.php:62 {
                Pimcore\Model\DataObject\Listing\Dao->load(): array …
                › // load id's$list = $this->loadIdList();}
              Pimcore\Model\DataObject\Listing\Dao->load() {}
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/lib/Model/AbstractModel.php:220 {
                Pimcore\Model\AbstractModel->__call(string $method, array $args) …
                › try {    $r = call_user_func_array([$this->getDao(), $method], $args);}
              /var/www/html/other-dabur-cms/bundles/RealFruitBundle/src/Controller/FruitJuiceController.php:44 {
                RealFruitBundle\Controller\FruitJuiceController->fruitJuiceDetailsAction(Request $request): Response …
                › $allFruitJuice = new RealFruitJuice\Listing();$allFruitJuice->load();if (\Pimcore\Model\Site::isSiteRequest()) {
              }
              /var/www/html/other-dabur-cms/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/html/other-dabur-cms/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/html/other-dabur-cms/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/html/other-dabur-cms/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/other-dabur-cms/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/other-dabur-cms/public/index.php:19 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/other-dabur-cms/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.478+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT object_rf_fruitjuice.id as id, object_rf_fruitjuice.type as `type` FROM object_rf_fruitjuice WHERE ( object_rf_fruitjuice.type IN ('object','variant','folder')) AND object_rf_fruitjuice.published = 1"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.479+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "object_99"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.479+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
          "params" => [
            1 => 1736444688
            2 => "object_99\x01tags\x01"
            3 => "class_rf_fruitjuice\x01tags\x01"
            4 => "asset_339\x01tags\x01"
            5 => "asset_155\x01tags\x01"
            6 => "asset_373\x01tags\x01"
            7 => "asset_340\x01tags\x01"
            8 => "asset_346\x01tags\x01"
            9 => "asset_737\x01tags\x01"
            10 => "asset_844\x01tags\x01"
            11 => "asset_856\x01tags\x01"
            12 => "asset_1082\x01tags\x01"
            13 => "asset_642\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
            8 => 2
            9 => 2
            10 => 2
            11 => 2
            12 => 2
            13 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.480+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "object_99"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.480+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "object_184"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.480+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
          "params" => [
            1 => 1736444688
            2 => "object_184\x01tags\x01"
            3 => "class_rf_fruitjuice\x01tags\x01"
            4 => "asset_365\x01tags\x01"
            5 => "asset_367\x01tags\x01"
            6 => "asset_795\x01tags\x01"
            7 => "asset_364\x01tags\x01"
            8 => "asset_799\x01tags\x01"
            9 => "asset_794\x01tags\x01"
            10 => "asset_852\x01tags\x01"
            11 => "asset_857\x01tags\x01"
            12 => "asset_1099\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
            8 => 2
            9 => 2
            10 => 2
            11 => 2
            12 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.480+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "object_184"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.480+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "object_185"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.480+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
          "params" => [
            1 => 1736444688
            2 => "object_185\x01tags\x01"
            3 => "class_rf_fruitjuice\x01tags\x01"
            4 => "asset_375\x01tags\x01"
            5 => "asset_372\x01tags\x01"
            6 => "asset_374\x01tags\x01"
            7 => "asset_371\x01tags\x01"
            8 => "asset_801\x01tags\x01"
            9 => "asset_802\x01tags\x01"
            10 => "asset_380\x01tags\x01"
            11 => "asset_1076\x01tags\x01"
            12 => "asset_1107\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
            8 => 2
            9 => 2
            10 => 2
            11 => 2
            12 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.481+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "object_185"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.481+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "object_186"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.481+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
          "params" => [
            1 => 1736444688
            2 => "object_186\x01tags\x01"
            3 => "class_rf_fruitjuice\x01tags\x01"
            4 => "asset_381\x01tags\x01"
            5 => "asset_382\x01tags\x01"
            6 => "asset_805\x01tags\x01"
            7 => "asset_384\x01tags\x01"
            8 => "asset_804\x01tags\x01"
            9 => "asset_807\x01tags\x01"
            10 => "asset_853\x01tags\x01"
            11 => "asset_858\x01tags\x01"
            12 => "asset_1108\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
            8 => 2
            9 => 2
            10 => 2
            11 => 2
            12 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.481+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "object_186"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.481+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "object_187"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.481+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
          "params" => [
            1 => 1736444688
            2 => "object_187\x01tags\x01"
            3 => "class_rf_fruitjuice\x01tags\x01"
            4 => "asset_390\x01tags\x01"
            5 => "asset_388\x01tags\x01"
            6 => "asset_811\x01tags\x01"
            7 => "asset_394\x01tags\x01"
            8 => "asset_809\x01tags\x01"
            9 => "asset_812\x01tags\x01"
            10 => "asset_851\x01tags\x01"
            11 => "asset_1078\x01tags\x01"
            12 => "asset_1109\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
            8 => 2
            9 => 2
            10 => 2
            11 => 2
            12 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.481+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "object_187"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.481+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "object_188"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.482+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?)"
          "params" => [
            1 => 1736444688
            2 => "object_188\x01tags\x01"
            3 => "class_rf_fruitjuice\x01tags\x01"
            4 => "asset_395\x01tags\x01"
            5 => "asset_396\x01tags\x01"
            6 => "asset_398\x01tags\x01"
            7 => "asset_401\x01tags\x01"
            8 => "asset_403\x01tags\x01"
            9 => "asset_404\x01tags\x01"
            10 => "asset_845\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
            8 => 2
            9 => 2
            10 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.482+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "object_188"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.482+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "object_189"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.482+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
          "params" => [
            1 => 1736444688
            2 => "object_189\x01tags\x01"
            3 => "class_rf_fruitjuice\x01tags\x01"
            4 => "asset_405\x01tags\x01"
            5 => "asset_406\x01tags\x01"
            6 => "asset_815\x01tags\x01"
            7 => "asset_407\x01tags\x01"
            8 => "asset_412\x01tags\x01"
            9 => "asset_413\x01tags\x01"
            10 => "asset_846\x01tags\x01"
            11 => "asset_1083\x01tags\x01"
            12 => "asset_1084\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
            8 => 2
            9 => 2
            10 => 2
            11 => 2
            12 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.482+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "object_189"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.482+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "object_191"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.482+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
          "params" => [
            1 => 1736444688
            2 => "object_191\x01tags\x01"
            3 => "class_rf_fruitjuice\x01tags\x01"
            4 => "asset_414\x01tags\x01"
            5 => "asset_415\x01tags\x01"
            6 => "asset_424\x01tags\x01"
            7 => "asset_416\x01tags\x01"
            8 => "asset_420\x01tags\x01"
            9 => "asset_423\x01tags\x01"
            10 => "asset_847\x01tags\x01"
            11 => "asset_1085\x01tags\x01"
            12 => "asset_1086\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
            8 => 2
            9 => 2
            10 => 2
            11 => 2
            12 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.482+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "object_191"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.482+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "object_240"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.483+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
          "params" => [
            1 => 1736444688
            2 => "object_240\x01tags\x01"
            3 => "class_rf_fruitjuice\x01tags\x01"
            4 => "asset_426\x01tags\x01"
            5 => "asset_427\x01tags\x01"
            6 => "asset_796\x01tags\x01"
            7 => "asset_428\x01tags\x01"
            8 => "asset_432\x01tags\x01"
            9 => "asset_433\x01tags\x01"
            10 => "asset_848\x01tags\x01"
            11 => "asset_1087\x01tags\x01"
            12 => "asset_1088\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
            8 => 2
            9 => 2
            10 => 2
            11 => 2
            12 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.483+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "object_240"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.483+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "object_244"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.483+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
          "params" => [
            1 => 1736444688
            2 => "object_244\x01tags\x01"
            3 => "class_rf_fruitjuice\x01tags\x01"
            4 => "asset_435\x01tags\x01"
            5 => "asset_434\x01tags\x01"
            6 => "asset_441\x01tags\x01"
            7 => "asset_436\x01tags\x01"
            8 => "asset_440\x01tags\x01"
            9 => "asset_442\x01tags\x01"
            10 => "asset_855\x01tags\x01"
            11 => "asset_1090\x01tags\x01"
            12 => "asset_1089\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
            8 => 2
            9 => 2
            10 => 2
            11 => 2
            12 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.483+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "object_244"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.483+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "object_246"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.484+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?)"
          "params" => [
            1 => 1736444688
            2 => "object_246\x01tags\x01"
            3 => "class_rf_fruitjuice\x01tags\x01"
            4 => "asset_443\x01tags\x01"
            5 => "asset_444\x01tags\x01"
            6 => "asset_449\x01tags\x01"
            7 => "asset_450\x01tags\x01"
            8 => "asset_854\x01tags\x01"
            9 => "asset_1091\x01tags\x01"
            10 => "asset_1092\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
            8 => 2
            9 => 2
            10 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.484+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "object_246"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.484+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "object_248"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.484+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
          "params" => [
            1 => 1736444688
            2 => "object_248\x01tags\x01"
            3 => "class_rf_fruitjuice\x01tags\x01"
            4 => "asset_451\x01tags\x01"
            5 => "asset_452\x01tags\x01"
            6 => "asset_839\x01tags\x01"
            7 => "asset_453\x01tags\x01"
            8 => "asset_457\x01tags\x01"
            9 => "asset_458\x01tags\x01"
            10 => "asset_850\x01tags\x01"
            11 => "asset_1095\x01tags\x01"
            12 => "asset_1094\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
            8 => 2
            9 => 2
            10 => 2
            11 => 2
            12 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.484+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "object_248"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.484+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "object_249"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.484+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
          "params" => [
            1 => 1736444688
            2 => "object_249\x01tags\x01"
            3 => "class_rf_fruitjuice\x01tags\x01"
            4 => "asset_459\x01tags\x01"
            5 => "asset_460\x01tags\x01"
            6 => "asset_841\x01tags\x01"
            7 => "asset_461\x01tags\x01"
            8 => "asset_465\x01tags\x01"
            9 => "asset_466\x01tags\x01"
            10 => "asset_1134\x01tags\x01"
            11 => "asset_1136\x01tags\x01"
            12 => "asset_1137\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
            8 => 2
            9 => 2
            10 => 2
            11 => 2
            12 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.485+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "object_249"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.485+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "object_19066"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.485+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
          "params" => [
            1 => 1736444688
            2 => "object_19066\x01tags\x01"
            3 => "class_rf_fruitjuice\x01tags\x01"
            4 => "asset_459\x01tags\x01"
            5 => "asset_460\x01tags\x01"
            6 => "asset_841\x01tags\x01"
            7 => "asset_461\x01tags\x01"
            8 => "asset_465\x01tags\x01"
            9 => "asset_466\x01tags\x01"
            10 => "asset_849\x01tags\x01"
            11 => "asset_1098\x01tags\x01"
            12 => "asset_1097\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
            8 => 2
            9 => 2
            10 => 2
            11 => 2
            12 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.485+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "object_19066"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.485+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?"
          "params" => [
            1 => "/RealFruits/fruitJuice/"
            2 => "tomato-juice"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.486+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?"
          "params" => [
            1 => "/RealFruitJuice/RealFruit/"
            2 => "tomato-juice"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.486+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT name FROM classes WHERE id = ?"
          "params" => [
            1 => "rf_fruitjuice"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.495+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
          "params" => [
            1 => "/RealFruit/snippet/"
            2 => "header"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.495+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_120"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.495+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?)"
          "params" => [
            1 => 1736444688
            2 => "document_120\x01tags\x01"
            3 => "asset_249\x01tags\x01"
            4 => "asset_335\x01tags\x01"
            5 => "asset_252\x01tags\x01"
            6 => "asset_251\x01tags\x01"
            7 => "asset_1429\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.496+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_120"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.496+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_properties_120"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.496+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "\x00tags\x00document_properties_120"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.496+00:00"
        "message" => "Key {key} doesn't exist in cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_properties_120"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.496+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_119"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.497+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_119\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.497+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_119"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.497+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_59"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.497+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?)"
          "params" => [
            1 => 1736444688
            2 => "document_59\x01tags\x01"
            3 => "asset_962\x01tags\x01"
            4 => "asset_336\x01tags\x01"
            5 => "asset_337\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
            4 => 2
            5 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.497+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_59"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.497+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_1"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.497+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_1\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.497+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_1"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.497+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT * FROM properties WHERE\n
                                         (\n
                                             (cid IN (1,119,59) AND inheritable = 1) OR cid = ?\n
                                         ) AND ctype='document'
            """
          "params" => [
            1 => 120
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
          "params" => [
            1 => "/includes/"
            2 => "header"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
          "params" => [
            1 => "/includes/header"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.520+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 435
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.520+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
          "params" => [
            1 => 435
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.521+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
          "params" => [
            1 => "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
            2 => "pimcore"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.521+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
          "params" => [
            1 => "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
            2 => "pimcore"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.521+00:00"
        "message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to invoke a method ("thumbnail") on a null variable." at benefits.html.twig line 236"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Twig\Error\RuntimeError {#2231
            #message: "Impossible to invoke a method ("thumbnail") on a null variable."
            #code: 0
            #file: "/var/www/html/other-dabur-cms/bundles/RealFruitBundle/templates/fruitJuice/benefits.html.twig"
            #line: 236
            -lineno: 236
            -name: "@RealFruit/fruitJuice/benefits.html.twig"
            -rawMessage: "Impossible to invoke a method ("thumbnail") on a null variable."
            -sourcePath: "/var/www/html/other-dabur-cms/bundles/RealFruitBundle/templates/fruitJuice/benefits.html.twig"
            -sourceCode: """
              {% extends '@RealFruit/includes/layout_inner.html.twig' %}\n
                 {% do pimcore_head_link().appendStylesheet(asset('bundles/realfruit/css/fruitarticles.css'), 'screen') %}\n
              \n
              {% block content %}\n
              {#{{dump(fruitJuice)}}#}\n
              \t{{ pimcore_inc("/RealFruit/snippet/header") }} \n
                  {% if fruitJuice.metaKeywords is defined and fruitJuice.metaKeywords is not null  %}\n
                      {% do pimcore_head_meta().appendName('keywords', fruitJuice.metaKeywords) %}\n
                  {% endif %}\n
                  {% if fruitJuice.metaDescriptions is defined and fruitJuice.metaDescriptions is not null %}\n
                      {% do pimcore_head_meta().appendName('description', fruitJuice.metaDescriptions) %}\n
                  {% endif %}\n
                  {% if fruitJuice.metaTitle is defined and fruitJuice.metaTitle is not null %}\n
                      {% do pimcore_head_meta().appendName('title', fruitJuice.metaTitle) %}\n
                  {% endif %}\n
                  {% block layout_head_meta deferred %}\n
                          {{ pimcore_head_title() }}\n
                          {{ pimcore_head_meta() }}\n
                      {% endblock %}\n
              \n
                      {% block head_stylesheets deferred %}\n
                          {{ pimcore_head_link() }}\n
              \t\t\t{{ pimcore_head_script() }}\n
                      {% endblock %}\n
              \t\t <script type="text/javascript">\n
              \t\t$(document).ready(function () {\n
              \t\t$(".contnrRightBx aside h2").each(function () {\n
              \t\tvar icon = $(this).find('img').attr("src");\n
              \t\t$(this).css('background-image', 'url(' + icon + ')')\n
              \t\t});\n
              \t\t});\n
              \t\t</script>\n
              \t\t<style type="text/css">\n
              \t\t\t.snippet {\n
              \t\t\t\tborder: 1px solid #AD303B;\n
              \t\t\t\tfloat: left;\n
              \t\t\t\tpadding: 10px 0 0 10px;\n
              \t\t\t\twidth: 355px;\n
              \t\t\t\tcolor: #3f3f3f;\n
              \t\t\t\tfont-size: 14px;\n
              \t\t\t\tline-height: 1.4;\n
              \t\t\t\tfont-weight: normal;\n
              \t\t\t}\n
              \t\t\t.blue label {\n
                  color: #ffffff;\n
              \n
              \tbackground: #2980b9;\n
              }\n
              .ytb {\n
                  margin-left: 0px !important;\n
              } .mainMdbx {\n
                  display: flex;\n
                  flex-wrap: wrap;\n
                  justify-content: space-between;\n
                }\n
                .mainMdbx > div {\n
                  width: calc(50% - 10px); /* Adjust the width according to your preference */\n
                  margin-bottom: 20px; /* Adjust margin as needed */\n
                }\n
                .mainMdbx {\n
                  width: auto !important;\n
                  float: left;\n
              }\n
              \t\t</style>\n
              \t\t<!-- New Google Tag Manager -->\n
              \t\t <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n
              \t\tnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n
              \t\tj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n
              \t\t'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n
              \t\t})(window,document,'script','dataLayer','GTM-T8QDLXD');</script>\n
              \t\t<!-- End Google Tag Manager -->\n
              \t\t<!-- Google Tag Manager -->\n
              \t\t <script>        (function (w, d, s, l, i) {\n
              \t\tw[l] = w[l] || []; w[l].push({ 'gtm.start':\n
              \t\tnew Date().getTime(), event: 'gtm.js'\n
              \t\t}); var f = d.getElementsByTagName(s)[0],\n
              \t\tj = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =\n
              \t\t'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);\n
              \t\t})(window, document, 'script', 'dataLayer', 'GTM-NS7MWV2');</script>\n
              \t\t<!-- End Google Tag Manager -->\n
              \t\t <script type="text/javascript">\n
              \t\t(function (i, s, o, g, r, a, m) {\n
              \t\ti['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {\n
              \t\t(i[r].q = i[r].q || []).push(arguments)\n
              \t\t}, i[r].l = 1 * new Date(); a = s.createElement(o),\n
              \t\tm = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)\n
              \t\t})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');\n
              \t\tga('create', 'UA-31014664-1', 'auto', 'realfruitpower', { 'allowLinker': true });\n
              \t\tga('require', 'linker');\n
              \t\tga('linker:autoLink', ['realfruitpower.com']);\n
              \t\tga('realfruitpower.send', 'pageview');\n
              \t\tga('create', 'UA-102628-2', 'auto', { 'allowLinker': true });\n
              \t\tga('require', 'linker');\n
              \t\tga('linker:autoLink', ['realfruitpower.com']);\n
              \t\tga('send', 'pageview');\n
              \t\t</script>\n
              \t\t<!-- Facebook Pixel Code -->\n
              \t\t <script>\n
              \t\t!function (f, b, e, v, n, t, s) {\n
              \t\tif (f.fbq) return; n = f.fbq = function () {\n
              \t\tn.callMethod ?\n
              \t\tn.callMethod.apply(n, arguments) : n.queue.push(arguments)\n
              \t\t};\n
              \t\tif (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0';\n
              \t\tn.queue = []; t = b.createElement(e); t.async = !0;\n
              \t\tt.src = v; s = b.getElementsByTagName(e)[0];\n
              \t\ts.parentNode.insertBefore(t, s)\n
              \t\t}(window, document, 'script',\n
              \t\t'https://connect.facebook.net/en_US/fbevents.js');\n
              \t\tfbq('init', '167346415458972');\n
              \t\tfbq('track', 'PageView');\n
              \t\t</script>\n
              \t\t<!-- Facebook Pixel Code Ends Here -->\n
              \t\t<!--Google Remarketing Tag Begins Here-->\n
              \t\t<!-- Global site tag (gtag.js) - Google Ads: 332474204 -->\n
              \t\t <script async src="https://www.googletagmanager.com/gtag/js?id=AW-332474204"></script>\n
              \t\t <script>\n
              \t\twindow.dataLayer = window.dataLayer || [];\n
              \t\tfunction gtag() { dataLayer.push(arguments); }\n
              \t\tgtag('js', new Date());\n
              \t\tgtag('config', 'AW-332474204');\n
              \t\t</script>\n
              \t\t<!--Google Remarketing Tags Ends Here-->\n
              \t\t<!-- Global site tag (gtag.js) - Google Marketing Platform -->\n
              \t\t <script async src="https://www.googletagmanager.com/gtag/js?id=DC-10026982"></script>\n
              \t\t <script>\n
              \t\twindow.dataLayer = window.dataLayer || [];\n
              \t\tfunction gtag(){dataLayer.push(arguments);}\n
              \t\tgtag('js', new Date());\n
              \t\tgtag('config', 'DC-10026982');\n
              \t\t</script>\n
              \t\t<!-- End of global snippet: Please do not remove -->\n
              \t\t<!-- Google Tag Manager -->\n
              \t\t <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n
              \t\tnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n
              \t\tj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n
              \t\t'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n
              \t\t})(window,document,'script','dataLayer','GTM-P3GZL7N');</script>\n
              \t\t<!-- End Google Tag Manager --><link rel="canonical" href="https://www.realfruitpower.com/fruit-juices/benefits-of-pomegranate-juice"/> </head>\n
              \t<body>\n
              \n
              \t\t<!-- Google Tag Manager (noscript) -->\n
              \t\t<noscript>\n
              \t\t\t<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P3GZL7N" height="0" width="0" style="display:none;visibility:hidden"></iframe>\n
              \t\t</noscript>\n
              \t\t<!-- End Google Tag Manager (noscript) -->\n
              \t\t<!--Facebook Pixel Code-->\n
              \t\t<noscript>\n
              \t\t\t<img height="1" width="1" src="https://www.facebook.com/tr?id=167346415458972&ev=PageView&noscript=1"/>\n
              \t\t</noscript>\n
              \t\t<!-- End Facebook Pixel Code -->\n
              \t\t<!-- New Google Tag Manager (noscript) -->\n
              \t\t\n
              \t\t<noscript>\n
              \t\t\t<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T8QDLXD" height="0" width="0" style="display:none;visibility:hidden"></iframe>\n
              \t\t</noscript>\n
              \t\t<!-- End Google Tag Manager (noscript) -->\n
              \t\t<!-- Google Tag Manager (noscript) -->\n
              \t\t<noscript>\n
              \t\t\t<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NS7MWV2" height="0" width="0" style="display:none;visibility:hidden"></iframe>\n
              \t\t</noscript>\n
              \t\t<!-- End Google Tag Manager (noscript) -->\n
              \t\t\t<div class="aspNetHidden">\n
              \t\t\t\t<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTUxMzAyOTc0Ng9kFgJmD2QWBAIBD2QWAgIFDxYCHgdWaXNpYmxlaGQCAw9kFgZmD2QWAgICDxYCHgtfIUl0ZW1Db3VudAIDFgYCAQ9kFgJmDxUDDS9kZWZhdWx0LmFzcHgESG9tZQExZAICD2QWAmYPFQMSL2ZydWl0LWp1aWNlcy5hc3B4C0ZydWl0IEp1aWNlATJkAgMPZBYCZg8VAxNqYXZhc2NyaXB0OnZvaWQoMCk7EVBvbWVncmFuYXRlIEp1aWNlATNkAgIPZBYCAgIPFgIfAGhkAgMPZBYCAgEPFgIfAGgWAgICDxYCHwBoZGQhMtczJPCa3FXpL6PWSwspc5ivv8O0WzqCgnhPCz8pwQ=="/>\n
              \t\t\t</div>\n
              \t\t\t<div id="desktop">\n
              \t\t\t\t<!-- Top Header and Menu Bar -->\n
              \t\t\t\t<div class="breadcrumb" id="divBreadcrumb" itemprop="breadcrumb">\n
              \t\t\t\t\t<section class="sbLnk">\n
              \t\t\t\t\t\t<div class="container">\n
              \t\t\t\t\t\t\t<ul class="subLink" itemscope="" itemtype="http://schema.org/BreadcrumbList">\n
              \t\t\t\t\t\t\t\t<li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem">\n
              \t\t\t\t\t\t\t\t\t<a itemprop="item" href='/'>\n
              \t\t\t\t\t\t\t\t\t\t<span itemprop="name">Home</span>\n
              \t\t\t\t\t\t\t\t\t</a>\n
              \t\t\t\t\t\t\t\t\t<meta itemprop="position" content='1'/>\n
              \t\t\t\t\t\t\t\t</li>\n
              \t\t\t\t\t\t\t\t<li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem">\n
              \t\t\t\t\t\t\t\t\t<a itemprop="item" href='/fruit-juices'>\n
              \t\t\t\t\t\t\t\t\t\t<span itemprop="name">Fruit Juice</span>\n
              \t\t\t\t\t\t\t\t\t</a>\n
              \t\t\t\t\t\t\t\t\t<meta itemprop="position" content='2'/>\n
              \t\t\t\t\t\t\t\t</li>\n
              \t\t\t\t\t\t\t\t<li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem">\n
              \t\t\t\t\t\t\t\t\t<a itemprop="item" href='javascript:void(0);'>\n
              \t\t\t\t\t\t\t\t\t\t<span itemprop="name">{{ fruitJuice.name|title }} Juice</span>\n
              \t\t\t\t\t\t\t\t\t</a>\n
              \t\t\t\t\t\t\t\t\t<meta itemprop="position" content='3'/>\n
              \t\t\t\t\t\t\t\t</li>\n
              \t\t\t\t\t\t\t</ul>\n
              \t\t\t\t\t\t</div>\n
              \t\t\t\t\t</section>\n
              \t\t\t\t</div>\n
              \t\t\t\t{{ pimcore_inc(site.getProperty('header') ?? "/includes/header") }}\n
              \t\t\t\t<!-- Menu and Header End -->\n
              \t\t\t\t<section class="hero-unit bnrBox" style="background: none repeat scroll 0 0 #{{ fruitJuice.sliderColor }};">\n
              \t\t\t\t\t<div class="container bnrSpc" style="background: url('{{ fruitJuice.bannerImage.thumbnail('full-banner') }}') no-repeat scroll right top rgba(0, 0, 0, 0);"></div>\n
              \t\t\t\t</section>\n
              \t\t\t\t<!-- Banner Area End -->\n
              \t\t\t\t<!-- Start Here Body Area -->\n
              \t\t\t\t<section class="container clearfix">\n
              \t\t\t\t\t<div class="contnrLeft">\n
              \t\t\t\t\t\t<div class="leftMenuBg"></div>\n
              \t\t\t\t\t\t<h3>explore here</h3>\n
              \t\t\t\t\t\t<span><img src="/bundles/realfruit/images/arrow.jpg" alt="Arrow" title=""/></span>\n
              \t\t\t\t\t\t<ul>\n
              \t\t\t\t\t\t\t<li>\n
                  \t\t\t\t\t\t\t<a href="benefits-of-{{ fruitJuice.key }}" id="Abenefits">Benefits</a>\n
                  \t\t\t\t\t\t</li>\n
                  \t\t\t\t\t\t<li>\n
                  \t\t\t\t\t\t\t<a href="{{ fruitJuice.key }}" id="AOverview">Overview</a>\n
                  \t\t\t\t\t\t</li>\n
                  \t\t\t\t\t\t<li>\n
                  \t\t\t\t\t\t    {% set key = fruitJuice.key|split('-') %}\n
                                              {% if key is not empty %}\n
                                                 <a href="{{key[0]}}-fruit-history" id="AHistory">History</a>\n
                                              {% endif %}\n
                  \t\t\t\t\t\t\t\n
                  \t\t\t\t\t\t</li>\n
                  \t\t\t\t\t\t<li>\n
                  \t\t\t\t\t\t    {% if key is not empty %}\n
                  \t\t\t\t\t\t\t    <a href="{{key[0]}}-fruit-facts" id="AFunFacts">Fun Facts</a>\n
                  \t\t\t\t\t\t\t{% endif %}\n
                  \t\t\t\t\t\t</li>\n
              \t\t\t\t\t\t</ul>\n
              \t\t\t\t\t\t<a href="/fruit-juice-recipes">\n
              \t\t\t\t\t\t\t<h3>Fruit Juice Recipes</h3>\n
              \t\t\t\t\t\t</a>\n
              \t\t\t\t\t</div>\n
              \t\t\t\t\t<section class="contnrRight contnrRightBx" id="maincontr">\n
              \t\t\t\t\t\t<div id="ContentPlaceHolder1_divOneSectionDesk">\n
              \t\t\t\t\t\t\t<p>\n
              \t\t\t\t\t\t\t\t<h1>{{ benefitsData.heading }}</h1>\n
              \t\t\t\t\t\t\t</p>\n
              \t\t\t\t\t\t\t{#<p class="imgCenter">#}\n
              \t\t\t\t\t\t\t\t<img src="{{benefitsData.image.thumbnail("full-banner")}}" alt="" title=""/>\n
              \t\t\t\t\t\t\t{#</p>#}\n
              \t\t\t\t\t\t\t{{ benefitsData.description|raw }}\n
              \t\t\t\t\t\n
              \t\t\t\t\t\t{% if app.request.requestUri == '/fruit-juices/benefits-of-litchi-juice' or app.request.requestUri == '/fruit-juices/benefits-of-jamun-juice'  or app.request.requestUri == '/fruit-juices/benefits-of-peach-juice'%}\n
              \t\t\t\t\t\t{% else %}\n
              \t\t\t\t\t\t\t<div class="myButton-main">\n
              \t\t\t\t\t\t\t <a id="myButton" href="javascript:void(0)" class="SeeMore2">Read More</a> \n
              \t\t\t\t\t\t\t </div>\n
              \t\t\t\t\t\t\t {% endif %}\n
              \n
              <div id="myText" class="hide">\n
                 <div class="wrapper-article">\n
                    <div id="" class="content-new">\n
                       <div class="half">\n
              \t\t {# {{dump(benefitsData.readmoredatatab)}}\n
              \t\t  #}\n
              \t\t  {% set counter = 1 %}\n
              \t\t    <ol style="list-style-type: decimal">\n
              \n
              \t\t {% for readdata in benefitsData.readmoredatatab %}\n
              \n
              \t\t  <li>\n
                                <div class="tab blue">\n
                                   <input id={{"tab-a"~counter}} type="checkbox" name="tabs2"> \n
                                   <h3 id="{{readdata.tabheading.data|replace({' ':''}) ~ '-new'}}"> \n
              \t\t\t\t\t <label for={{"tab-a"~counter}}>{{readdata.tabheading.data}}</label>\n
              \t\t\t\t\t </h3>\n
                                   <div class="tab-content">\n
              \t\t\t\t\t   <p>{{readdata.tabdesceription.data|raw}}</p>\n
                                  \n
                                   </div>\n
                                </div>\n
                             </li>\n
              \t\t\t\t\t\n
              \t\t\t\t\t\n
              \t\t\t\t\t\t {% set counter = counter + 1 %}\n
              \t\t {% endfor %}\n
              \t\t </ol>\n
                         \n
                         \n
                       </div>\n
                    </div>\n
                 </div>\n
                 <br>\n
                 <br>\n
                 <br>\n
                 \n
                    {{benefitsData.newarticleformat|raw}}\n
                 </div>\n
              \t\t\t\t\t\t\t\n
              \t\t\t\t\t</div>\n
              \t\t\t\t\t<div class="mdbx mgnBtm">\n
              \t\t\t\t\t {{benefitsData.description_second|raw}}\n
              \t\t\t\t\t</div>\n
              \t\t\t\t</section>\n
              \t\t\t</section>\n
              \t\t\n
              \n
              \t\t\t\t{{ pimcore_inc("/RealFruit/snippet/slidersectiondetails") }} \n
              \t\t\t\t{{ pimcore_inc("/RealFruit/snippet/new-footer") }} \n
              \t\n
              \t\t</div>\n
              \t\t\n
              {{ pimcore_inc("/RealFruit/snippet/footerfirst") }} \n
              \t\t\t<!-- Footer End -->\n
              \t\t\t <script type="text/javascript">\n
              \t\t\t\t\t\t$("ul.nav li").mouseover(function () {\n
              \t\t\t\t\t\tvar the_width = $(this).find("a").width();\n
              \t\t\t\t\t\tvar child_width = $(this).find("ul").width();\n
              \t\t\t\t\t\tvar width = parseInt((child_width - the_width) / 2);\n
              \t\t\t\t\t\t$(this).find("ul").css('left', -width);\n
              \t\t\t\t\t\t});\n
              \t\t\t\t\t\t</script>\n
              \t\t</div>\n
              \t\t <script type="text/javascript">\n
              \t\t\t\t$("#Abenefits").addClass('active');\n
              \t\t\t\t$("#Mbenefits").addClass('benefits1active');\n
              \t\t\t\t</script>\n
              \t\t <script type="text/javascript">\n
              \t\t\t\t$(document).ready(function () {\n
              \t\t\t\t// slick configuration\n
              \t\t\t\t$('.multiple-items').slick({\n
              \t\t\t\tinfinite: true,\n
              \t\t\t\tslide: 'figure',\n
              \t\t\t\tslidesToScroll: 4,\n
              \t\t\t\tslidesToShow: 4,\n
              \t\t\t\tspeed: 750\n
              \t\t\t\t});\n
              \t\t\t\t// characters limit\n
              \t\t\t\t$("figcaption").each(function (i) {\n
              \t\t\t\tlen = $(this).text().length;\n
              \t\t\t\tif (len > 55) {\n
              \t\t\t\t$(this).text($(this).text().substr(0, 55) + '...');\n
              \t\t\t\t}\n
              \t\t\t\t});\n
              \t\t\t\t});\n
              \t\t\t\t\n
              \t\t\t\t</script>\n
              \t\t\t\t<script type = "text/javascript"> \n
                $('#myButton').click(function() {\n
                  var $this = $(this).toggleClass('SeeMore2');\n
                  if ($(this).hasClass('SeeMore2')) {\n
                      $(this).text('Read More');\n
                      $('#myText').addClass('hide');\n
                  } else {\n
                      $(this).text('Read Less');\n
                      $('#myText').removeClass('hide');\n
                  }\n
              });\n
              var toggle1 = document.getElementsByClassName('toggle1');\n
              var content1 = document.getElementById('content-new');\n
              var i;\n
              for (i = 0; i < toggle1.length; i++) {\n
                  toggle1[i].addEventListener("click", function() { \n
                    //content1.className += ' open';              \n
                    if ($('#myButton').hasClass('SeeMore2')) {\n
                      $('#myButton').text('Read Less');\n
                      $('#myButton').removeClass('SeeMore2');\n
                      $('#myText').removeClass('hide');}\n
                    else {\n
                      if ($('#myText').hasClass('hide')) {\n
               $('#myButton').text('Read More'); \n
                      }\n
                      else {\n
                        $('#myButton').text('Read Less');\n
                      }\n
                    }\n
                  });\n
              }\n
              </script>\n
              <style>\n
                  .wrapper-article, p {\n
                  line-height: 1.4;\n
                  font-size: 14px;\n
                  font-family: AsapRegular, arial;\n
                  text-align: left;\n
              }\n
              .contnrRightBx h2 {\n
                  padding-left: 0px;\n
                  margin: 30px 0 12px 0;\n
                  width: 100%;\n
                  height: auto;\n
                  display: table;\n
              }\n
              ol {\n
                  margin: 0px 20px;\n
                  padding: 0;\n
              }\n
              .article-customstyle .wrapper-article li, li {\n
                  margin: 5px 0 6px 0;\n
                  font-family: AsapRegular, arial;\n
                  font-size: 14px;\n
                  line-height: 18px;\n
              }\n
              a:hover {\n
                  color: #C60;\n
              }\n
              a#myButton {\n
                  border-style: solid;\n
                  border-width: 1px 1px 1px 1px;\n
                  text-decoration: none;\n
                  padding: 4px;\n
                  border-color: #000000;\n
                  text-align: center;\n
                  margin: 0 auto;\n
              }\n
              .myButton-main {\n
                  text-align: center;\n
                  width: 100%;\n
                  float: left;\n
                  margin: 30px 0 12px 0;\n
              }\n
              a, a:visited {\n
                  color: #F70;\n
              }\n
              </style>\n
              <style>\n
              .slick-prev{\n
                  background:url("/bundles/realfruit/images/prev.png")!important;\n
              }\n
              .slick-next{\n
                  background:url("/bundles/realfruit/images/next.png")!important;\n
              }\n
              section.sbLnk {\n
                  display: none;\n
                  padding-top: 0px;\n
              }\n
              .sbLnk {\n
                  width: 100%;\n
                  border-bottom: 0px solid #e1e1e1;\n
                  height: 45px;\n
                  position: absolute;\n
                  margin-top: 219px;\n
              }\n
              .mainMdbx > div {\n
                  width: calc(50% - 10px) !important;\n
                  margin-bottom: 20px!important;\n
              }\n
              .fruit-juice-content{\n
                  width: calc(50% - 10px);\n
                  margin-bottom: 20px;\n
                  float: left;\n
              }\n
              </style>\n
                  {% endblock %}
              """
            trace: {
              /var/www/html/other-dabur-cms/bundles/RealFruitBundle/templates/fruitJuice/benefits.html.twig:236 {
                twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
                › {#<p class="imgCenter">#}\t<img src="{{benefitsData.image.thumbnail("full-banner")}}" alt="" title=""/>{#</p>#}
              }
              /var/www/html/other-dabur-cms/var/cache/dev/twig/3e/3ead5fb3737ee47fed7ad1f410eafd84.php:366 {
                __TwigTemplate_67847d411d8fb45dee7d17cd712e5f46->block_content($context, array $blocks = []) …
                › echo "\t\t\t\t\t\t\t\t<img src=\"";echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["benefitsData"]) || array_key_exists("benefitsData", $context) ? $context["benefitsData"] : (function () { throw new RuntimeError('Variable "benefitsData" does not exist.', 236, $this->source); })()), "image", [], "any", false, false, true, 236), "thumbnail", ["full-banner"], "method", false, false, true, 236), 236, $this->source), "html", null, true);echo "\" alt=\"\" title=\"\"/>
              }
              /var/www/html/other-dabur-cms/vendor/twig/twig/src/Template.php:171 {
                Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null) …
                › try {    $template->$block($context, $blocks);} catch (Error $e) {
              }
              /var/www/html/other-dabur-cms/var/cache/dev/twig/03/03c6377c4ce3ac9b7901e4b0be263b9e.php:472 {
                __TwigTemplate_345dd3d4116d37abd860ac1efffcd1e6->doDisplay(array $context, array $blocks = []) …
                › echo "           ";$this->displayBlock("content", $context, $blocks);echo "
              }
              /var/www/html/other-dabur-cms/vendor/twig/twig/src/Template.php:394 {
                Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
                › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/html/other-dabur-cms/vendor/twig/twig/src/Template.php:367 {
                Twig\Template->display(array $context, array $blocks = []) …
                › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
              }
              /var/www/html/other-dabur-cms/var/cache/dev/twig/3e/3ead5fb3737ee47fed7ad1f410eafd84.php:56 {
                __TwigTemplate_67847d411d8fb45dee7d17cd712e5f46->doDisplay(array $context, array $blocks = []) …
                › $this->parent = $this->loadTemplate("@RealFruit/includes/layout_inner.html.twig", "@RealFruit/fruitJuice/benefits.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
              /var/www/html/other-dabur-cms/vendor/twig/twig/src/Template.php:394 {
                Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
                › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/html/other-dabur-cms/vendor/twig/twig/src/Template.php:367 {
                Twig\Template->display(array $context, array $blocks = []) …
                › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
              }
              /var/www/html/other-dabur-cms/vendor/twig/twig/src/Template.php:379 {
                Twig\Template->render(array $context) …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /var/www/html/other-dabur-cms/vendor/twig/twig/src/TemplateWrapper.php:38 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /var/www/html/other-dabur-cms/vendor/twig/twig/src/Environment.php:280 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/other-dabur-cms/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/lib/Controller/Controller.php:40 {
                Pimcore\Controller\Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › 
                ›     return parent::render($view, $parameters, $response);}
              }
              /var/www/html/other-dabur-cms/bundles/RealFruitBundle/src/Controller/FruitJuiceController.php:110 {
                RealFruitBundle\Controller\FruitJuiceController->benefitsAction($key, $allFruitJuice, $site) …
                › $benefitsData['readmoredatatab'] = $tabdata;return $this->render('@RealFruit/fruitJuice/benefits.html.twig', ['site'=>$site,'allFruitJuice'=>$allFruitJuice, 'fruitJuice'=>$fruitJuice, 'benefitsData'=>$benefitsData]); 
              }
              /var/www/html/other-dabur-cms/bundles/RealFruitBundle/src/Controller/FruitJuiceController.php:54 {
                RealFruitBundle\Controller\FruitJuiceController->fruitJuiceDetailsAction(Request $request): Response …
                ›     $key = str_replace('benefits-of-', '', $requestkey);    return $this->benefitsAction($key, $allFruitJuice, $site);}elseif(in_array('history',$requestkeyArray)){
              }
              /var/www/html/other-dabur-cms/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/html/other-dabur-cms/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/html/other-dabur-cms/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/html/other-dabur-cms/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/other-dabur-cms/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/other-dabur-cms/public/index.php:19 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/other-dabur-cms/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Pimcore\Bundle\SeoBundle\EventListener\ResponseExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.548+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    3035 => [
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.498+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
          "params" => [
            1 => "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
            2 => "pimcore"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT * FROM redirects WHERE\n
                        (\n
                            (source = ? AND (`type` = ? OR `type` = ?)) OR\n
                            (source = ? AND `type` = ?) OR\n
                            (source = ? AND `type` = ?)\n
                        ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
            """
          "params" => [
            1 => "/_fragment"
            2 => "path"
            3 => "auto_create"
            4 => "/_fragment?_path=_format=html&_locale=en&_controller=RealFruitBundle%5CController%5CDefaultController%3A%3AheaderAction"
            5 => "path_query"
            6 => "http://realfruitpower.daburuat.com/_fragment?_path=_format=html&_locale=en&_controller=RealFruitBundle%5CController%5CDefaultController%3A%3AheaderAction"
            7 => "entire_uri"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "SeoBundle\EventListener\AutoMetaDataAttachListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Resolved editmode to {editmode}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "editmode" => "false"
          "params" => [
            "param" => false
            "adminRequest" => false
            "user" => false
          ]
        ]
        "channel" => "init"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.500+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.500+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.500+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.500+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Container5Lb79V8\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.500+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.500+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT object_rf_fruitjuice.id as id, object_rf_fruitjuice.type as `type` FROM object_rf_fruitjuice WHERE ( object_rf_fruitjuice.type IN ('object','variant','folder')) AND object_rf_fruitjuice.published = 1 ORDER BY `creationDate` ASC  "
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.501+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM documents_editables WHERE documentId = ?"
          "params" => [
            1 => 120
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.502+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "asset_335"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.502+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "asset_335"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.502+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 335
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.503+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
          "params" => [
            1 => 335
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.504+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 155
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.504+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
          "params" => [
            1 => 155
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.504+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 367
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.504+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
          "params" => [
            1 => 367
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.505+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 372
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.505+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
          "params" => [
            1 => 372
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.505+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 382
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.505+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
          "params" => [
            1 => 382
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.505+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 388
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.506+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
          "params" => [
            1 => 388
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.506+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 396
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.506+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
          "params" => [
            1 => 396
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.506+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 406
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.506+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
          "params" => [
            1 => 406
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.507+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 415
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.507+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
          "params" => [
            1 => 415
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.507+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 427
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.507+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
          "params" => [
            1 => 427
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.507+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 434
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.507+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
          "params" => [
            1 => 434
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.508+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 443
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.508+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
          "params" => [
            1 => 443
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.508+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 452
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.508+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
          "params" => [
            1 => 452
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.508+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 460
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.508+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
          "params" => [
            1 => 460
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.509+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 460
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.509+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_173"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.509+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?)"
          "params" => [
            1 => 1736444688
            2 => "document_173\x01tags\x01"
            3 => "asset_575\x01tags\x01"
            4 => "asset_576\x01tags\x01"
            5 => "asset_577\x01tags\x01"
            6 => "asset_578\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.509+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_173"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.509+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "sites_path_mapping"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.509+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)"
          "params" => [
            1 => 1736444688
            2 => "system\x01tags\x01"
            3 => "resource\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.509+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "sites_path_mapping"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.509+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "site_id_6"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.510+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "site_id_6"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.510+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_196"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.510+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)"
          "params" => [
            1 => 1736444688
            2 => "document_196\x01tags\x01"
            3 => "asset_843\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.510+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_196"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.510+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_199"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.511+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)"
          "params" => [
            1 => 1736444688
            2 => "document_199\x01tags\x01"
            3 => "asset_843\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.511+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_199"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.511+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_70"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.511+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)"
          "params" => [
            1 => 1736444688
            2 => "document_70\x01tags\x01"
            3 => "asset_843\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.511+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_70"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.511+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_68"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.511+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?)"
          "params" => [
            1 => 1736444688
            2 => "document_68\x01tags\x01"
            3 => "asset_746\x01tags\x01"
            4 => "asset_747\x01tags\x01"
            5 => "asset_1079\x01tags\x01"
            6 => "asset_1080\x01tags\x01"
            7 => "asset_1081\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.511+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_68"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.512+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_69"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.512+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_69\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.512+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_69"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.512+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_60"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.512+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_60\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.512+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_60"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.512+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_203"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.512+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_203\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.512+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_203"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.513+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_204"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.513+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_204\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.513+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_204"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.513+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_67"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.513+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)"
          "params" => [
            1 => 1736444688
            2 => "document_67\x01tags\x01"
            3 => "asset_784\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.513+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_67"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.513+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_62"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.513+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)"
          "params" => [
            1 => 1736444688
            2 => "document_62\x01tags\x01"
            3 => "asset_789\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.513+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_62"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.514+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_61"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.514+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_61\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.514+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_61"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.514+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_66"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.514+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "document_66\x01tags\x01"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.514+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_66"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.514+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "asset_252"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.514+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "asset_252"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.514+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 252
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.515+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
          "params" => [
            1 => 252
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.515+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "asset_251"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.515+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "asset_251"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.515+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 251
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.515+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
          "params" => [
            1 => 251
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.516+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "asset_1429"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.516+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "asset_1429"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.516+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 1429
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.516+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
          "params" => [
            1 => 1429
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.516+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1736444688
            2 => "asset_249"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.516+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "asset_249"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.516+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT customSettings FROM assets WHERE id = ?"
          "params" => [
            1 => 249
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.516+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
          "params" => [
            1 => 249
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.517+00:00"
        "message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3808
            #message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
            #code: 0
            #file: "/var/www/html/other-dabur-cms/vendor/symfony/validator/ValidatorBuilder.php"
            #line: 252
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/other-dabur-cms/vendor/symfony/validator/ValidatorBuilder.php:252 {
                Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
                › {    trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:4465 {
                Container5Lb79V8\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);$instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));$instance->addMethodMapping('loadValidatorMetadata');
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:3585 {
                Container5Lb79V8\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
                › {    $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1014 {
                Container5Lb79V8\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:3842 {
                Container5Lb79V8\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:1858 {
                Container5Lb79V8\App_KernelDevDebugContainer::Container5Lb79V8\{closure} …
                › $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [#[\Closure(name: 'messenger.listener.stop_worker_on_stop_exception_listener', class: 'Symfony\\Component\\Messenger\\EventListener\\StopWorkerOnCustomStopExceptionListener')] fn () => ($container->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ??= new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()), 'onWorkerRunning'], 0);$instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
              }
              /var/www/html/other-dabur-cms/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/html/other-dabur-cms/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/html/other-dabur-cms/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/HttpKernel.php:214 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/HttpKernel.php:202 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/www/html/other-dabur-cms/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/html/other-dabur-cms/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php:78 {
                Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render(Symfony\Component\HttpKernel\Controller\ControllerReference|string $uri, Request $request, array $options = []): Response …
                › try {    return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Fragment/FragmentHandler.php:83 {
                Symfony\Component\HttpKernel\Fragment\FragmentHandler->render(Symfony\Component\HttpKernel\Controller\ControllerReference|string $uri, string $renderer = 'inline', array $options = []): ?string …
                › 
                ›     return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php:47 {
                Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render(Symfony\Component\HttpKernel\Controller\ControllerReference|string $uri, string $renderer = 'inline', array $options = []): ?string …
                › 
                ›     return parent::render($uri, $renderer, $options);}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php:44 {
                Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment(Symfony\Component\HttpKernel\Controller\ControllerReference|string $uri, array $options = []): string …
                › 
                ›     return $this->handler->render($uri, $strategy, $options);}
              }
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/lib/Templating/Renderer/ActionRenderer.php:51 {
                Pimcore\Templating\Renderer\ActionRenderer->render(mixed $uri, array $options = []): string …
                › 
                ›     return $this->httpKernelRuntime->renderFragment($uri, $options);}
              }
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/lib/Templating/Renderer/IncludeRenderer.php:127 {
                Pimcore\Templating\Renderer\IncludeRenderer->renderAction(PageSnippet $include, array $params): string …
                › {    return $this->actionRenderer->render($include, $params);}
              }
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/lib/Templating/Renderer/IncludeRenderer.php:108 {
                Pimcore\Templating\Renderer\IncludeRenderer->render(mixed $include, array $params = [], bool $editmode = false, bool $cacheEnabled = true): string …
                › if ($include instanceof PageSnippet && $include->isPublished()) {    $content = $this->renderAction($include, $params);}
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Inc.php:45 {
                Pimcore\Twig\Extension\Templating\Inc->__invoke(Pimcore\Model\Document\PageSnippet|string|int $include, array $params = [], bool $cacheEnabled = true, ?bool $editmode = null): string …
                › 
                ›     return $this->includeRenderer->render($include, $params, $editmode, $cacheEnabled);}
              }
              /var/www/html/other-dabur-cms/var/cache/dev/twig/3e/3ead5fb3737ee47fed7ad1f410eafd84.php:78 {
                __TwigTemplate_67847d411d8fb45dee7d17cd712e5f46->block_content($context, array $blocks = []) …
                › echo "\t";echo $this->env->getFunction('pimcore_inc')->getCallable()("/RealFruit/snippet/header");echo " 
              }
              /var/www/html/other-dabur-cms/vendor/twig/twig/src/Template.php:171 {
                Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null) …
                › try {    $template->$block($context, $blocks);} catch (Error $e) {
              }
              /var/www/html/other-dabur-cms/var/cache/dev/twig/03/03c6377c4ce3ac9b7901e4b0be263b9e.php:472 {
                __TwigTemplate_345dd3d4116d37abd860ac1efffcd1e6->doDisplay(array $context, array $blocks = []) …
                › echo "           ";$this->displayBlock("content", $context, $blocks);echo "
              }
              /var/www/html/other-dabur-cms/vendor/twig/twig/src/Template.php:394 {
                Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
                › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/html/other-dabur-cms/vendor/twig/twig/src/Template.php:367 {
                Twig\Template->display(array $context, array $blocks = []) …
                › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
              }
              /var/www/html/other-dabur-cms/var/cache/dev/twig/3e/3ead5fb3737ee47fed7ad1f410eafd84.php:56 {
                __TwigTemplate_67847d411d8fb45dee7d17cd712e5f46->doDisplay(array $context, array $blocks = []) …
                › $this->parent = $this->loadTemplate("@RealFruit/includes/layout_inner.html.twig", "@RealFruit/fruitJuice/benefits.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
              /var/www/html/other-dabur-cms/vendor/twig/twig/src/Template.php:394 {
                Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
                › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/html/other-dabur-cms/vendor/twig/twig/src/Template.php:367 {
                Twig\Template->display(array $context, array $blocks = []) …
                › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
              }
              /var/www/html/other-dabur-cms/vendor/twig/twig/src/Template.php:379 {
                Twig\Template->render(array $context) …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /var/www/html/other-dabur-cms/vendor/twig/twig/src/TemplateWrapper.php:38 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /var/www/html/other-dabur-cms/vendor/twig/twig/src/Environment.php:280 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/other-dabur-cms/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/other-dabur-cms/vendor/pimcore/pimcore/lib/Controller/Controller.php:40 {
                Pimcore\Controller\Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › 
                ›     return parent::render($view, $parameters, $response);}
              }
              /var/www/html/other-dabur-cms/bundles/RealFruitBundle/src/Controller/FruitJuiceController.php:110 {
                RealFruitBundle\Controller\FruitJuiceController->benefitsAction($key, $allFruitJuice, $site) …
                › $benefitsData['readmoredatatab'] = $tabdata;return $this->render('@RealFruit/fruitJuice/benefits.html.twig', ['site'=>$site,'allFruitJuice'=>$allFruitJuice, 'fruitJuice'=>$fruitJuice, 'benefitsData'=>$benefitsData]); 
              }
              /var/www/html/other-dabur-cms/bundles/RealFruitBundle/src/Controller/FruitJuiceController.php:54 {
                RealFruitBundle\Controller\FruitJuiceController->fruitJuiceDetailsAction(Request $request): Response …
                ›     $key = str_replace('benefits-of-', '', $requestkey);    return $this->benefitsAction($key, $allFruitJuice, $site);}elseif(in_array('history',$requestkeyArray)){
              }
              /var/www/html/other-dabur-cms/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/html/other-dabur-cms/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/html/other-dabur-cms/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/html/other-dabur-cms/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/other-dabur-cms/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/other-dabur-cms/public/index.php:19 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/other-dabur-cms/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.519+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    4002 => [
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
          "params" => [
            1 => "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
            2 => "pimcore"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT * FROM redirects WHERE\n
                        (\n
                            (source = ? AND (`type` = ? OR `type` = ?)) OR\n
                            (source = ? AND `type` = ?) OR\n
                            (source = ? AND `type` = ?)\n
                        ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
            """
          "params" => [
            1 => "/fruit-juices/benefits-of-tomato-juice"
            2 => "path"
            3 => "auto_create"
            4 => "/fruit-juices/benefits-of-tomato-juice"
            5 => "path_query"
            6 => "http://realfruitpower.daburuat.com/fruit-juices/benefits-of-tomato-juice"
            7 => "entire_uri"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.522+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "SeoBundle\EventListener\AutoMetaDataAttachListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.523+00:00"
        "message" => "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4170
            #message: "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
            #code: 0
            #file: "/var/www/html/other-dabur-cms/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
            #line: 51
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/other-dabur-cms/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:51 {
                Symfony\Component\Serializer\Mapping\Loader\AttributeLoader->__construct(?Reader $reader = null) …
                › if ($reader) {    trigger_deprecation('symfony/serializer', '6.4', 'Passing a "%s" instance as argument 1 to "%s()" is deprecated, pass null or omit the parameter instead.', get_debug_type($reader), __METHOD__);}
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:4150 {
                Container5Lb79V8\App_KernelDevDebugContainer::getSerializer_Mapping_ClassMetadataFactoryService($container) …
                › {    return $container->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')))]));}
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:4135 {
                Container5Lb79V8\App_KernelDevDebugContainer::getSerializer2Service($container) …
                › $c = ($container->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? self::getTranslatorInterfaceService($container));$d = ($container->privates['serializer.mapping.class_metadata_factory'] ?? self::getSerializer_Mapping_ClassMetadataFactoryService($container));}
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/getErrorControllerService.php:29 {
                Container5Lb79V8\getErrorControllerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($container->services['http_kernel'] ?? self::getHttpKernelService($container)), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($container->privates['serializer'] ?? self::getSerializer2Service($container)), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($container->privates['twig'] ?? self::getTwigService($container)), ($container->privates['error_handler.error_renderer.html'] ?? $container->load('getErrorHandler_ErrorRenderer_HtmlService')), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));}
              }
              /var/www/html/other-dabur-cms/var/cache/dev/Container5Lb79V8/App_KernelDevDebugContainer.php:979 {
                Container5Lb79V8\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /var/www/html/other-dabur-cms/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/html/other-dabur-cms/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/html/other-dabur-cms/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/html/other-dabur-cms/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/html/other-dabur-cms/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/html/other-dabur-cms/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/other-dabur-cms/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/other-dabur-cms/public/index.php:19 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/other-dabur-cms/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.523+00:00"
        "message" => "Resolved editmode to {editmode}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "editmode" => "false"
          "params" => [
            "param" => false
            "adminRequest" => false
            "user" => false
          ]
        ]
        "channel" => "init"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.523+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.523+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.523+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.523+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.523+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.523+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.523+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.523+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.523+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.523+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Container5Lb79V8\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.523+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1736444688
        "timestamp_rfc3339" => "2025-01-09T17:44:48.545+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    2 => 1
    3035 => 0
    4002 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#475 …}
}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8"
accept-encoding
"gzip, deflate, br"
amp-cache-transform
"google;v="1..8""
connection
"keep-alive"
from
"googlebot(at)googlebot.com"
host
"realfruitpower.daburuat.com"
user-agent
"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.204 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
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
"Thu, 09 Jan 2025 17:44:48 GMT"
vary
"Accept"
x-debug-exception
"Impossible%20to%20invoke%20a%20method%20%28%22thumbnail%22%29%20on%20a%20null%20variable."
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2Fother-dabur-cms%2Fbundles%2FRealFruitBundle%2Ftemplates%2FfruitJuice%2Fbenefits.html.twig:236"
x-debug-token
"d6b493"

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_DEBUG
"1"
APP_ENV
"dev"
PIMCORE_DEV_MODE
"true"

Defined as regular env variables

Key Value
CONTEXT_DOCUMENT_ROOT
"/var/www/html/other-dabur-cms/public"
CONTEXT_PREFIX
""
DOCTRINE_DEPRECATIONS
"trigger"
DOCUMENT_ROOT
"/var/www/html/other-dabur-cms/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_AMP_CACHE_TRANSFORM
"google;v="1..8""
HTTP_CONNECTION
"keep-alive"
HTTP_FROM
"googlebot(at)googlebot.com"
HTTP_HOST
"realfruitpower.daburuat.com"
HTTP_USER_AGENT
"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.204 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATIC_PAGE_URI
"/%home"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/fruit-juices/benefits-of-tomato-juice"
REMOTE_ADDR
"66.249.66.66"
REMOTE_PORT
"42904"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1736444688
REQUEST_TIME_FLOAT
1736444688.4612
REQUEST_URI
"/fruit-juices/benefits-of-tomato-juice"
SCRIPT_FILENAME
"/var/www/html/other-dabur-cms/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"164.52.194.53"
SERVER_ADMIN
"raj.aryan@syncrasytech.com"
SERVER_NAME
"realfruitpower.daburuat.com"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.58 (Ubuntu) Server at realfruitpower.daburuat.com Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.58 (Ubuntu)"
SHELL_VERBOSITY
3
STATIC_PAGE_URI
"/%home"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,PIMCORE_DEV_MODE"

Parent Request

Return to parent request (token = 421225)

Key Value
_controller
"RealFruitBundle\Controller\FruitJuiceController::fruitJuiceDetailsAction"
_editmode
false
_event_controller
RealFruitBundle\Controller\FruitJuiceController {#1993
  #container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#1991 …}
}
_pimcore_context
"default"
_pimcore_frontend_request
true
_remove_csp_headers
true
_route
"fruit_key"
_route_params
[
  "key" => "benefits-of-tomato-juice"
]
_site
Pimcore\Model\Site {#1832
  #dao: null
  #id: 6
  #domains: [
    "realfruitpower.daburuat.com"
  ]
  #rootId: 59
  #rootDocument: Pimcore\Model\Document\Page {#1841 …}
  #rootPath: null
  #mainDomain: "www.realfruitpower.daburuat.com"
  #errorDocument: ""
  #localizedErrorDocuments: [
    "en" => ""
  ]
  #redirectToMainDomain: false
  #creationDate: 1715254223
  #modificationDate: 1732280727
  -activeDispatchingEvents: []
  id: 6
  domains: [
    "realfruitpower.daburuat.com"
  ]
  rootId: 59
  rootDocument: Pimcore\Model\Document\Page {#1841 …}
  rootPath: null
  mainDomain: "www.realfruitpower.daburuat.com"
  errorDocument: ""
  localizedErrorDocuments: [
    "en" => ""
  ]
  redirectToMainDomain: false
  creationDate: 1715254223
  modificationDate: 1732280727
}
_site_path
"/RealFruit/fruit-juices/benefits-of-tomato-juice"
_stopwatch_token
"9eced4"
contentDocument
Pimcore\Model\Document\Page {#2065
  #dao: null
  #dependencies: null
  #__dataVersionTimestamp: 1718790495
  #path: "/RealFruit/"
  #properties: [
    "navigation_name" => Pimcore\Model\Property {#2059
      #dao: null
      #name: "navigation_name"
      #data: "fruit-juices"
      #type: "text"
      #ctype: "document"
      #cpath: null
      #cid: 205
      #inheritable: false
      #inherited: false
      name: "navigation_name"
      data: "fruit-juices"
      type: "text"
      ctype: "document"
      cpath: null
      cid: 205
      inheritable: false
      inherited: false
    }
  ]
  #id: 205
  #creationDate: 1717158679
  #modificationDate: 1718790495
  #versionCount: 66
  #userOwner: 2
  #locked: null
  #userModification: 2
  #parentId: 59
  #parent: null
  #_fulldump: false
  #dirtyFields: []
  -activeDispatchingEvents: []
  #fullPathCache: null
  #type: "page"
  #key: "fruit-juices"
  #index: 33
  #published: true
  #children: []
  #siblings: []
  #controller: "RealFruitBundle\Controller\FruitJuiceController::fruitJuiceAction"
  #template: "@RealFruit/fruitJuice/fruit-juice.html.twig"
  #editables: null
  #versions: null
  #contentMainDocumentId: &2 null
  #contentMasterDocumentId: &2 null
  #supportsContentMain: true
  #missingRequiredEditable: null
  #staticGeneratorEnabled: false
  #staticGeneratorLifetime: null
  #inheritedEditables: []
  #scheduledTasks: null
  #title: "16 Fruit Juices: Health & Nutritional Benefits of Fruit Juices"
  #description: "Fruit Juices can take you a step closer to your goal of living healthy. Read on to find out why and how you can benefit from drinking fruit juices. Take advantage of the many fruit juice benefits today!"
  #prettyUrl: null
  dependencies: null
  __dataVersionTimestamp: 1718790495
  path: "/RealFruit/"
  properties: [
    "navigation_name" => Pimcore\Model\Property {#2059}
  ]
  id: 205
  creationDate: 1717158679
  modificationDate: 1718790495
  versionCount: 66
  userOwner: 2
  locked: null
  userModification: 2
  parentId: 59
  parent: null
  _fulldump: false
  dirtyFields: []
  fullPathCache: null
  type: "page"
  key: "fruit-juices"
  index: 33
  published: true
  children: []
  siblings: []
  controller: "RealFruitBundle\Controller\FruitJuiceController::fruitJuiceAction"
  template: "@RealFruit/fruitJuice/fruit-juice.html.twig"
  editables: null
  versions: null
  contentMainDocumentId: null
  contentMasterDocumentId: null
  supportsContentMain: true
  missingRequiredEditable: null
  staticGeneratorEnabled: false
  staticGeneratorLifetime: null
  inheritedEditables: []
  scheduledTasks: null
  title: "16 Fruit Juices: Health & Nutritional Benefits of Fruit Juices"
  description: "Fruit Juices can take you a step closer to your goal of living healthy. Read on to find out why and how you can benefit from drinking fruit juices. Take advantage of the many fruit juice benefits today!"
  prettyUrl: null
}
key
"benefits-of-tomato-juice"