ErrorController
Request
GET Parameters
| Key | Value |
|---|---|
| p | "shop/productdetails/5998269/654073660" |
POST Parameters
No POST parameters
Uploaded Files
No files were uploaded
Request Attributes
| Key | Value |
|---|---|
| _controller | "error_controller" |
| _stopwatch_token | "c0ec2d" |
| exception | Twig\Error\RuntimeError {#3616 #message: "Key "productVariant.productvariantid" for sequence/mapping with keys "ej8fVwsm6QFA, Zom10gjPzdED" does not exist." #code: 0 #file: "/home/demodump/anuppu.in/templates/shop/product-details.html.twig" #line: 362 -lineno: 362 -name: "shop/product-details.html.twig" -rawMessage: "Key "productVariant.productvariantid" for sequence/mapping with keys "ej8fVwsm6QFA, Zom10gjPzdED" does not exist." -sourcePath: "/home/demodump/anuppu.in/templates/shop/product-details.html.twig" -sourceCode: """ {% extends 'site-base.html.twig' %}\n \n {% block title %} ANUPPU - {{title}} {% endblock %}\n \n {% block body %}\n \n {%if app.request.attributes.get('_route') == "app_estb_products"%}\n <style>\n .switch {\n position: relative;\n display: inline-block;\n width: 60px;\n height: 34px;\n }\n \n .switch input { \n opacity: 0;\n width: 0;\n height: 0;\n }\n \n .slider {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #ccc;\n -webkit-transition: .4s;\n transition: .4s;\n }\n \n .slider:before {\n position: absolute;\n content: "";\n height: 26px;\n width: 26px;\n left: 4px;\n bottom: 4px;\n background-color: white;\n -webkit-transition: .4s;\n transition: .4s;\n }\n \n input:checked + .slider {\n background-color: #2196F3;\n }\n \n input:focus + .slider {\n box-shadow: 0 0 1px #2196F3;\n }\n \n input:checked + .slider:before {\n -webkit-transform: translateX(26px);\n -ms-transform: translateX(26px);\n transform: translateX(26px);\n }\n \n /* Rounded sliders */\n .slider.round {\n border-radius: 34px;\n }\n \n .slider.round:before {\n border-radius: 50%;\n }\n </style>\n \n {% endif %}\n \n <style>\n \n <!-- product images slide show -->\n \n * {\n box-sizing: border-box;\n }\n \n /* Position the image container (needed to position the left and right arrows) */\n .container {\n position: relative;\n }\n \n /* Hide the images by default */\n .mySlides {\n display: none;\n }\n \n /* Add a pointer when hovering over the thumbnail images */\n .cursor {\n cursor: pointer;\n }\n \n /* Next & previous buttons */\n .prev,\n .next {\n cursor: pointer;\n position: absolute;\n top: 40%;\n width: auto;\n padding: 16px;\n margin-top: -50px;\n color: white;\n font-weight: bold;\n font-size: 20px;\n border-radius: 0 3px 3px 0;\n user-select: none;\n -webkit-user-select: none;\n }\n \n /* Position the "next button" to the right */\n .next {\n right: 0;\n border-radius: 3px 0 0 3px;\n }\n \n /* On hover, add a black background color with a little bit see-through */\n .prev:hover,\n .next:hover {\n background-color: rgba(0, 0, 0, 0.8);\n }\n \n /* Number text (1/3 etc) */\n .numbertext {\n color: #f2f2f2;\n font-size: 12px;\n padding: 8px 12px;\n position: absolute;\n top: 0;\n }\n \n /* Container for image text */\n .caption-container {\n text-align: center;\n background-color: #222;\n padding: 2px 16px;\n color: white;\n }\n \n .row:after {\n content: "";\n display: table;\n clear: both;\n }\n \n /* Six columns side by side */\n .column {\n float: left;\n width: 16.66%;\n }\n \n /* Add a transparency effect for thumnbail images */\n .demo {\n opacity: 0.6;\n }\n \n .active,\n .demo:hover {\n opacity: 1;\n }\n \n </style>\n \n <input type="hidden" id="shopid" value="{{shopid}}" />\n \n <!-- jQuery File -->\n <script src="{{ asset('assets/vendor/site/assets/vendor/jquery/js/jquery-3.7.1.js') }}"></script>\n <section class="section">\n <div class="row" style="padding:10px;">\n <div class="col-lg-6">\n <div class="card">\n <div class="card-body">\n <h5 class="card-title">Shop Product Images</h5>\n <div class="row">\n <!-- Container for the image gallery -->\n <div class="container">\n <!-- Full-width images with number text -->\n \n <!-- Thumbnail images -->\n <!--\n <div class="row">\n <div class="column">\n <img class="demo cursor" src="img_woods.jpg" style="width:100%" onclick="currentSlide(1)" alt="The Woods">\n </div>\n </div>\n -->\n {% if shopProductImagesDetails is defined %}\n {% if shopProductImagesDetails | length > 1 %}\n {% for index, shopProductImagesDetail in shopProductImagesDetails %}\n \n <div class="mySlides">\n <div class="numbertext">{{ index + 1 }} / {{ shopProductImagesDetails | length }}</div>\n {% if index == 0 %}\n <img class="classimage" src="{{ asset('public\\uploads\\product_images') }}\{% if shopProductImagesDetail['productimagename'] is defined %}{{shopProductImagesDetail['productimagename']}}{% endif %}" style="width:100%;" alt="{% if shopProductImagesDetail['productimageid'] is defined %}{{shopProductImagesDetail['productimageid']}}{% endif %}" />\n {% else %}\n <img class="classimage" src="{{ asset('public\\uploads\\shop_product_images') }}\{% if shopProductImagesDetail['productimagename'] is defined %}{{shopProductImagesDetail['productimagename']}}{% endif %}" style="width:100%;" alt="{% if shopProductImagesDetail['productimageid'] is defined %}{{shopProductImagesDetail['productimageid']}}{% endif %}" />\n {% endif %}\n </div>\n \n {% endfor %}\n <!-- Next and previous buttons -->\n <a class="prev" onclick="plusSlides(-1)">❮</a>\n <a class="next" onclick="plusSlides(1)">❯</a>\n \n <!-- Image text -->\n <div class="caption-container">\n <p id="caption"></p>\n </div>\n {% elseif shopProductImagesDetails | length == 1 %}\n <img class="classimage" src="{{ asset('public\\uploads\\product_images') }}\{% if shopProductImagesDetails[0]['productimagename'] is defined %}{{shopProductImagesDetails[0]['productimagename']}}{% endif %}" style="width:100%;" alt="{% if shopProductImagesDetails[0]['productimageid'] is defined %}{{shopProductImagesDetails[0]['productimageid']}}{% endif %}" />\n {% else %}\n No Product Images Added !!!\n {% endif %}\n {% endif %}\n \n \n </div> \n \n \n \n </div>\n </div>\n </div>\n </div>\n <div class="col-lg-6">\n <div class="card">\n <div class="card-body">\n <!--<h5 class="card-title">Switch on the selling products</h5>-->\n <div class="row">\n <table>\n <tr><td style="padding:10px;font-weight:bold;">\n <!-- <label for="productname" class="form-label">Product Name</label> -->\n {{proddetails.shopproductname}}\n \n </td></tr><tr><td style="padding:10px;"><span id="variantnamespan"></span></td></tr>\n {% if discountDetails['productdiscountprice'] is defined and discountDetails['productdiscountprice'] > 0 %}\n <tr><td style="font-size:16px;font-weight:bold;padding-left:10px;">\n <!-- <label for="productprice" class="form-label">Product Price/Unit</label> -->\n <s>Rs. <span id="pricespan">{{discountDetails['productdiscountprice']}}</span></s>\n </td></tr>\n {% endif %}\n \n <tr><td style="padding:0px 10px 10px 10px;font-weight:bold;font-size:26px;">\n <!-- <label for="productprice" class="form-label">Product Price/Unit</label> -->\n Rs. <span id="pricespan">{{prodprice.productprice}}</span>\n </td></tr>\n <tr><td style="padding:10px;">\n <form method="post" action="{{path('app_cart_add_service_to_cart')}}">\n <input type="hidden" name="shopid" id="shopid" value="{{shopid}}" />\n <input type="hidden" name="productid" id="productid" value="{{productid}}" />\n <!--\n <b>Select Appointment Time</b>\n <table>\n <tr><td>\n <input type="hidden" name="shopid" id="shopid" value="{{shopid}}" />\n <input type="hidden" name="productid" id="productid" value="{{productid}}" />\n <input type="date" name="fromDate" class="form-control" placeholder="dd/mm/YYYY" min="{{'now'|date('Y-m-d')}}" />\n </td><td>\n <input type="text" name="fromtime" placeholder="10AM" maxlength="5" style="width:80px;" class="form-control" />\n </td><td>\n <input type="text" name="totime" placeholder="5PM" maxlength="5" style="width:80px;" class="form-control" />\n </td></tr>\n </table>\n -->\n <div style="height:10px;"></div>\n <table style="width:90%">\n \n {% if proddetails.engravetext is defined %}\n {% if proddetails.engravetext == "yes" %}\n <tr><td style="padding:10px;" colspan="4">\n <input type="hidden" name="engravetext" class="form-control" value="{% if engravetext is defined %}{% if engravetext != "" %}{{engravetext}}{%endif%}{%endif%}" placeholder="Enter your text to engrave here !!!" />\n </td></tr>\n {% endif %}\n {% endif %}\n \n {% set prodquantity = 0 %}\n {% if quantity is defined %}\n {% if quantity != "" %}\n {% set prodquantity = quantity %}\n {% endif %}\n {% endif %}\n \n <tr><td style="padding:5px;">\n <input type="number" name="productquantity" value="{% if prodquantity is defined %}{% if prodquantity > 0 %}{{prodquantity}}{%endif%}{%endif%}" class="form-control" style="width:100px;" placeholder="{{prodquantity}}" />\n <input type="hidden" id="variantid" name="variantid" value="{% if productVariants.0.productvariantid is defined %}{{ productVariants.0.productvariantid }}{% endif %}" />\n </td>\n <td style="margin:5px;">\n {% set addtocartstatus = "" %}\n {% if prodprice.productprice is defined %}\n {% if prodprice.productprice > 0 %}\n {% if proddetails.stockout == "1" %}\n {% set addtocartstatus = "disabled" %}\n {% endif %}\n <button class="btn btn-primary" {{addtocartstatus}}>Add to Cart</button>\n {% endif %}\n {% endif %}\n </td>\n <td></td><td></td><td></td>\n </tr>\n </table>\n \n </form>\n </td></tr>\n \n {% if productStockRes is defined %}\n {% if productStockRes | length > 0 %}\n {% if productStockRes[0]['displaytodate'] | date('U') >= 'now' | date('U') %}\n <tr><td style="padding:10px;">\n <b>Limited Stock :</b> {{productStockRes[0]['stockvalue']}}\n </td></tr>\n {% endif %}\n {% endif %}\n {% endif %}\n \n \n {% if proddetails.sku is defined %}\n {% if proddetails.sku != "" %}\n <tr><td style="padding:10px;">\n <b>SKU : </b> {{proddetails.sku}}\n </td></tr>\n {% endif %}\n {% endif %}\n {% if proddetails.isbn is defined %}\n {% if proddetails.isbn != "" %}\n <tr><td style="padding:10px;">\n <b>ISBN : </b> {{proddetails.isbn}}\n </td></tr>\n {% endif %}\n {% endif %}\n {% if shopProductMOQDetails[0]['moq'] is defined %}\n {% if shopProductMOQDetails[0]['moq'] > 1 %}\n <tr><td style="padding:10px;font-weight:bold;" title="Minimum Order Quantity">\n MOQ : {{ shopProductMOQDetails[0]['moq'] }}\n </td></tr>\n {% endif %}\n {% endif %}\n {% if proddetails.stockout == "1" %}\n <tr><td style="color:red;padding:10px;">Out of Stock</td></tr>\n {% endif %}\n <tr><td style="padding:10px;">\n {{proddetails.shopproductdesc}}\n </td></tr>\n </table>\n <br />\n {% set slno = 0 %}\n <hr />\n <h5 class="card-title">Products Variants</h5>\n <div class="row">\n {% set firstvariantid = 0 %}\n {% set firstvariantprice = 0 %}\n {% set firstvariantquantity = 0 %}\n {% if productVariants is defined %}\n {% if productVariants | length > 0 %}\n <table><tr>\n {% set slno = 0 %}\n {% for productVariant in productVariants %}\n {% if slno == 0 %} \n {% set firstvariantid = productVariant.productvariantid %}\n {% set firstvariantprice = productVariant.packagevariantprice %} \n {% set firstvariantname = productVariant.packvariantname %} \n {% if cartVariants['productVariant.productvariantid'] > 0 %}\n {% set firstvariantquantity = cartVariants['productVariant.productvariantid'] %}\n {% endif %}\n {% endif %}\n {% set slno = slno + 1 %}\n <!-- border:solid 1px #d53b3c; -->\n <td style="width:20%;text-align:center;"><span id="span{{slno}}" style="display:block;font-weight:bold;CURSOR: pointer;width:90%;" onClick="return selectVariant(this.id,'{{productVariant.productvariantid}}','{{productVariant.packagevariantprice}}','{{productVariant.packvariantname}}',{{ firstvariantquantity }})">{{productVariant.packvariantname}} <br /> {{productVariant.packagevariantprice}} </span></td>\n {% set modslno = slno % 4 %}\n {% if modslno == 0 %}\n </tr><tr>\n {% endif %}\n {% endfor %}\n </tr></table>\n {% endif %}\n {% endif %}\n </div>\n \n </div>\n </div>\n </div>\n </div>\n </div>\n {% set slno = 0 %}\n <!--\n <div class="row">\n <div class="col-lg-12">\n <div class="card">\n <div class="card-body">\n <h5 class="card-title">Products Variants</h5>\n <div class="row">\n {% set firstvariantid = 0 %}\n {% set firstvariantprice = 0 %}\n {% set firstvariantname = "" %}\n {% if productVariants is defined %}\n {% if productVariants | length > 0 %}\n <table><tr>\n \n {% for productVariant in productVariants %}\n {% if slno == 0 %} {% set firstvariantid = productVariant.productvariantid %} {% set firstvariantprice = productVariant.packagevariantprice %} {% set firstvariantname = productVariant.packvariantname %} {% endif %}\n {% set slno = slno + 1 %}\n \n <td style="width:20%;text-align:center;"><span id="span{{slno}}" style="display:block;font-weight:bold;CURSOR: pointer;width:90%;" onClick="return selectVariant(this.id,'{{productVariant.productvariantid}}','{{productVariant.packagevariantprice}}','{{productVariant.packagevariantprice}}')">{{productVariant.packvariantname}} <br /> {{productVariant.packagevariantprice}} </span></td>\n {% set modslno = slno % 4 %}\n {% if modslno == 0 %}\n </tr><tr>\n {% endif %}\n {% endfor %}\n </tr></table>\n {% endif %}\n {% endif %}\n </div>\n </div>\n </div>\n </div>\n </div>\n -->\n <script type="text/javascript">\n function unbordervariants(totalvariants){\n var count = totalvariants;\n //alert(totalvariants);\n for(i=1;i<=count;i++){\n //alert(i);\n document.getElementById('span'+i).style.border = 'none';\n }\n }\n selectVariant('span1','{{ firstvariantid }}','{{ firstvariantprice }}','{{ firstvariantname }}',{{ firstvariantquantity }});\n function selectVariant(thisval,variantid,variantprice,variantname,variantcartquantity){\n unbordervariants('{{ slno }}');\n //alert(variantprice);\n document.getElementById('pricespan').innerHTML = variantprice;\n document.getElementById('variantnamespan').innerHTML = variantname;\n document.getElementById('productquantity').value = variantcartquantity;\n \n //alert(variantid);\n document.getElementById('variantid').value = variantid;\n document.getElementById(thisval).style.borderWidth = "1px";\n document.getElementById(thisval).style.borderStyle = "solid";\n document.getElementById(thisval).style.borderColor = "green";\n return false;\n } \n </script>\n </section>\n <section class="section">\n <div class="row" style="padding:10px;">\n {% if productspecs | length > 0 %}\n <div class="col-lg-6">\n <div class="card">\n <div class="card-body">\n <h5 class="card-title">Specifications of the Product/Service</h5>\n <div class="row">\n <table>\n {% for productspec in productspecs %}\n <tr><td style="width:20%;"><b>{{productspec.caption}} :</b></td><td> {{productspec.value}} </td></tr>\n {% endfor %}\n </table>\n </div>\n </div>\n </div>\n </div>\n {% endif %}\n {% if serviceavailabletimes | length > 0 %}\n <div class="col-lg-6">\n <div class="card">\n <div class="card-body">\n <h5 class="card-title">Select Available Time of delivery or Service</h5>\n <div class="row">\n <table>\n {% for serviceavailabletime in serviceavailabletimes %}\n <tr><td style="width:20%;"><b>{{serviceavailabletime.day}}</b> :</td><td> {{serviceavailabletime.fromtime}} {% if serviceavailabletime.totime is defined %}{% if serviceavailabletime.totime != "" %}- {{serviceavailabletime.totime}}{% endif %}{% endif %} </td></tr>\n {% endfor %}\n </table>\n </div>\n </div>\n </div>\n </div>\n {% endif %}\n </div>\n </section>\n \n \n <section class="section">\n <div class="row" style="padding:10px;">\n <div class="col-lg-12">\n <div class="card">\n <div class="card-body">\n <h5 class="card-title">Product Reviews</h5>\n <div class="row">\n {% if shopProductsReviewResult is defined %}\n {% if shopProductsReviewResult | length > 0 %}\n <span style="font-size:32px;display: inline-block;width:5px;" onclick="productrating(1);" onmouseover="starmo(this,1);" onmouseleave="starleave();" class="productrating" id="star1">🟉</span>\n <span style="font-size:32px;display: inline-block;width:5px;" onclick="productrating(2);" onmouseover="starmo(this,2);" onmouseleave="starleave();" class="productrating" id="star2">🟉</span>\n <span style="font-size:32px;display: inline-block;width:5px;" onclick="productrating(3);" onmouseover="starmo(this,3);" onmouseleave="starleave();" class="productrating" id="star3">🟉</span>\n <span style="font-size:32px;display: inline-block;width:5px;" onclick="productrating(4);" onmouseover="starmo(this,4);" onmouseleave="starleave();" class="productrating" id="star4">🟉</span>\n <span style="font-size:32px;display: inline-block;width:5px;" onclick="productrating(5);" onmouseover="starmo(this,5);" onmouseleave="starleave();" class="productrating" id="star5">🟉</span> \n <form method="post" action="{{path('app_review_add_review')}}">\n <textarea class="form-control" id="productreview" name="productreview" style="max-width:60%;height:100px;" placeholder="Enter your review here"></textarea>\n <input type="hidden" name="reviewshopid" value="{{shopid}}" />\n <input type="hidden" name="reviewproductid" value="{{productid}}" />\n <input type="hidden" name="productratingid" id="productratingid" value="0" autocomplete="off" />\n \n <button class="btn btn-primary" style="max-width:200px;margin-top:5px;">Submit</button>\n <form>\n {% endif %}\n {% endif %}\n <br /><br />\n {% if shopProductReviewDetails is defined %}\n {% if shopProductReviewDetails | length > 0 %}\n <table style="width:90%;">\n {% for shopProductReviewDetail in shopProductReviewDetails %}\n <tr><td style="font-size:24px;">\n {% if shopProductReviewDetail.productrating is defined %}\n {% if shopProductReviewDetail.productrating > 0 %}\n {% set ratingcount = shopProductReviewDetail.productrating %}\n {% for i in 1..ratingcount %}\n 🟉 \n {% endfor %}\n {% endif %}\n {% endif %}\n </td></tr>\n <tr><td>{{shopProductReviewDetail.orderreview}}</td></tr>\n <!-- <tr><td>👍</td></tr> -->\n <tr><td><hr /></td></tr>\n {% endfor %}\n </table>\n {% else %}\n No Reviews Yet\n {%endif%}\n {%endif%}\n \n </div>\n </div>\n </div>\n </div> \n </div>\n </section>\n \n \n \n \n \n <script type="text/javascript">\n function toggledisplay(thisval,shopid){\n var shopproductid = $("#"+thisval.id).val();\n //console.log(thisval.id);\n //console.log(shopproductid);\n //$("#"+thisval.id).prop('checked', true).trigger("change");\n var display = "";\n if($("#"+thisval.id).prop('checked')) display = '0'; else display = '1';\n //console.log(display);\n //var data = '&shopid='+shopid+'&productid='+productid+'&action=sub';\n var data = 'shopid='+shopid+'&shopproductid='+shopproductid+'&display='+display;\n $.ajax({\n type: 'POST',\n url: "{{ path('app_estb_editproducts') }}",\n data: data,\n //$('#searchproductsform').serialize()\n })\n .done(function (data) {\n //$('#searchresults').html(data);\n //console.log("132-"+data);\n if(data == "1") $("#"+thisval.id).prop('checked', false).trigger("change");\n if(data == "0") $("#"+thisval.id).prop('checked', true).trigger("change");\n })\n .fail(function (jqXHR) {\n console.log(jqXHR.status);\n if(jqXHR.status === 302) {\n console.log("fail if");\n } else {\n console.log("fail else");\n }\n });\n } \n \n \n <!-- Product Images slider -->\n \n let slideIndex = 1;\n showSlides(slideIndex);\n \n // Next/previous controls\n function plusSlides(n) {\n showSlides(slideIndex += n);\n }\n \n // Thumbnail image controls\n function currentSlide(n) {\n showSlides(slideIndex = n);\n }\n \n function showSlides(n) {\n let i;\n let slides = document.getElementsByClassName("mySlides");\n let captionText = document.getElementById("caption");\n if (n > slides.length) {slideIndex = 1}\n if (n < 1) {slideIndex = slides.length}\n for (i = 0; i < slides.length; i++) {\n slides[i].style.display = "none";\n }\n slides[slideIndex-1].style.display = "block";\n } \n \n function productrating(ratingno){\n document.getElementById('productratingid').value = ratingno;\n starleave();\n }\n function starmo(thisval,ratingno){\n var starcount = Number(thisval.id.replace("star",""));\n var targetid = "";\n for(var i = 1;i <= 5; i++){\n targetid = "star"+i;\n console.log(i);\n if(starcount <= i + 1)\n document.getElementById(targetid).style.color = "#000000";\n else\n document.getElementById(targetid).style.color = "#8b7dde";\n }\n }\n function starleave(){\n var productrating = document.getElementById('productratingid').value;\n var targetid = "";\n for(var i = 1;i <= 5; i++){\n targetid = "star"+i;\n if(productrating >= i)\n document.getElementById(targetid).style.color = "#8b7dde";\n else\n document.getElementById(targetid).style.color = "#000000";\n \n }\n }\n </script>\n {% endblock %} """ : { { Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) … › |
| logger | Symfony\Bridge\Monolog\Processor\DebugProcessor {#153 -records: [ 8 => [ [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.808+00:00" "message" => "Matched route "{route}"." "priority" => 200 "priorityName" => "INFO" "context" => [ "route" => "app_shop_product_details" "route_parameters" => [ "_route" => "app_shop_product_details" "_controller" => "App\Controller\ShopController::productdetails" "shopid" => "5998269" "productid" => "654073660" ] "request_uri" => "https://www.anuppu.in/shop/productdetails/5998269/654073660?p=shop%2Fproductdetails%2F5998269%2F654073660" "method" => "GET" ] "channel" => "request" ] [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.817+00:00" "message" => "Checking for authenticator support." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "firewall_name" => "main" "authenticators" => 0 ] "channel" => "security" ] [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.817+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" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.817+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" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.817+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.817+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" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.817+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" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.818+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.818+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" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.818+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" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.818+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" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.818+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" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.818+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" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.818+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "App\EventListener\TimezoneListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.818+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" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.818+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" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.851+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments" ] "channel" => "event" ] [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.851+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" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.851+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" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.851+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller_arguments" "listener" => "Container58ptNPn\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments" ] "channel" => "event" ] [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.851+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" => 1786612066 "timestamp_rfc3339" => "2026-08-13T14:37:46.858+05:30" "message" => "Connecting with parameters {params}" "priority" => 200 "priorityName" => "INFO" "context" => [ "params" => [ "use_savepoints" => true "driver" => "pdo_mysql" "idle_connection_ttl" => 600 "host" => "localhost" "port" => 3306 "user" => "demodump_anuppu" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [] "dbname" => "demodump_anuppu" "serverVersion" => "10.6.20-MariaDB" "charset" => "utf8mb4" ] ] "channel" => "doctrine" ] [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T14:37:46.905+05:30" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "select * from shop where shopid = '5998269'" "params" => [] "types" => [] ] "channel" => "doctrine" ] [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T14:37:46.907+05:30" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "select * from shopproducts where shopid = '5998269' and shopproductid = '654073660'" "params" => [] "types" => [] ] "channel" => "doctrine" ] [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T14:37:46.981+05:30" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "SELECT p0_.id AS id_0, p0_.shopid AS shopid_1, p0_.productid AS productid_2, p0_.productprice AS productprice_3, p0_.markasoffer AS markasoffer_4, p0_.addedtime AS addedtime_5 FROM prodproductprice p0_ WHERE p0_.shopid = ? AND p0_.productid = ? ORDER BY p0_.id DESC LIMIT 1" "params" => [ 1 => "5998269" 2 => "654073660" ] "types" => [ 1 => 2 2 => 2 ] ] "channel" => "doctrine" ] [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T14:37:46.987+05:30" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => """ select * from serviceavailabletimes where shopid = '5998269' and productid = '654073660'\n """ "params" => [] "types" => [] ] "channel" => "doctrine" ] [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T14:37:46.987+05:30" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "select * from productspecs where shopid = '5998269' and productid = '654073660'" "params" => [] "types" => [] ] "channel" => "doctrine" ] [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T14:37:46.988+05:30" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "select * from proddiscountprice where shopid = '5998269' and productid = '654073660' order by id desc limit 0,1" "params" => [] "types" => [] ] "channel" => "doctrine" ] [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T14:37:46.988+05:30" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "select * from cart where establishmentid = '5998269' and productid = '654073660' and userid = ''" "params" => [] "types" => [] ] "channel" => "doctrine" ] [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T14:37:46.989+05:30" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "select * from shopproductimages where productid = '654073660' and productimagevisibility = '0' order by id desc" "params" => [] "types" => [] ] "channel" => "doctrine" ] [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T14:37:46.989+05:30" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "select * from shopproductmoq where productid = '654073660' and shopid = '5998269' order by id desc" "params" => [] "types" => [] ] "channel" => "doctrine" ] [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T14:37:46.990+05:30" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => """ select * from orders\n JOIN orderproducts ON orders.orderid = orderproducts.orderid\n where orders.userid = '' and orders.establishmentid = '5998269' and orderproducts.productid = '654073660' """ "params" => [] "types" => [] ] "channel" => "doctrine" ] [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T14:37:46.997+05:30" "message" => "Executing statement: {sql} (parameters: {params}, types: {types})" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "sql" => "select * from orderreview where productid = '654073660' and shopid = '5998269' and displayreview = '1' order by id desc" "params" => [] "types" => [] ] "channel" => "doctrine" ] [ "timestamp" => 1786612066 "timestamp_rfc3339" => "2026-08-13T09:07:46.998+00:00" "message" => "User Deprecated: Passing $params to Statement::executeQuery() is deprecated. Bind parameters using Statement::bindParam() or Statement::bindValue() instead. (Statement.php:212 called by ShopController.php:385, https://github.com/doctrine/dbal/pull/5556, package doctrine/dbal)" "priority" => 200 "priorityName" => "INFO" "context" => [ "exception" => ErrorException {#885 #message: "User Deprecated: Passing $params to Statement::executeQuery() is deprecated. Bind parameters using Statement::bindParam() or Statement::bindValue() instead. (Statement.php:212 called by ShopController.php:385, https://github.com/doctrine/dbal/pull/5556, package doctrine/dbal)" #code: 0 #file: "/home/demodump/anuppu.in/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php" #line: 210 #severity: E_USER_DEPRECATED : { { Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void … › › |
Request Headers
| Header | Value |
|---|---|
| accept | "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" |
| accept-encoding | "gzip, deflate, br, zstd" |
| accept-language | "en-US,en;q=0.9" |
| cache-control | "no-cache" |
| content-length | "0" |
| host | "www.anuppu.in" |
| pragma | "no-cache" |
| priority | "u=0, i" |
| referer | "https://www.anuppu.in/shop/productdetails/5998269/654073660" |
| sec-fetch-dest | "document" |
| sec-fetch-mode | "navigate" |
| sec-fetch-site | "same-origin" |
| sec-fetch-user | "?1" |
| te | "trailers" |
| upgrade-insecure-requests | "1" |
| user-agent | "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:153.0) Gecko/20100101 Firefox/153.0" |
| x-https | "1" |
| 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, 13 Aug 2026 09:07:47 GMT" |
| vary | "Accept" |
| x-debug-exception | "Key%20%22productVariant.productvariantid%22%20for%20sequence%2Fmapping%20with%20keys%20%22ej8fVwsm6QFA%2C%20Zom10gjPzdED%22%20does%20not%20exist." |
| x-debug-exception-file | "%2Fhome%2Fdemodump%2Fanuppu.in%2Ftemplates%2Fshop%2Fproduct-details.html.twig:362" |
| x-debug-token | "7c5990" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 8
Session Metadata
| Key | Value |
|---|---|
| Created | "Thu, 13 Aug 26 14:37:46 +0530" |
| Last used | "Thu, 13 Aug 26 14:37:46 +0530" |
| Lifetime | 0 |
Session Attributes
No session attributes
Session Usage
8
Usages
Stateless check enabled
| Usage |
|---|
App\Controller\ShopController:287
[
[
"file" => "/home/demodump/anuppu.in/src/Controller/ShopController.php"
"line" => 287
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "productdetails"
"class" => "App\Controller\ShopController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/index.php"
"line" => 8
"args" => [
"/home/demodump/anuppu.in/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Twig\Extension\CoreExtension:1861
[
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Extension/CoreExtension.php"
"line" => 1861
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/var/cache/dev/twig/20/20d05854540049c352fc5be921bb2127.php"
"line" => 191
"function" => "getAttribute"
"class" => "Twig\Extension\CoreExtension"
"type" => "::"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 387
"function" => "doDisplay"
"class" => "__TwigTemplate_dcc4686f75a4c6fbe7c69a99f6e72689"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/var/cache/dev/twig/3f/3f27caa5c40cd735113a65b2373c725a.php"
"line" => 54
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 387
"function" => "doDisplay"
"class" => "__TwigTemplate_9ca0e9e46878829cbde2df1fc643c83a"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 343
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 358
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 35
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Environment.php"
"line" => 320
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 431
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 436
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 250
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/src/Controller/ShopController.php"
"line" => 401
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "productdetails"
"class" => "App\Controller\ShopController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/index.php"
"line" => 8
"args" => [
"/home/demodump/anuppu.in/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
App\Controller\WholecontentController:16
[
[
"file" => "/home/demodump/anuppu.in/src/Controller/WholecontentController.php"
"line" => 16
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "cartCount"
"class" => "App\Controller\WholecontentController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
"line" => 86
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
"line" => 75
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
"type" => "::"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
"line" => 81
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
"line" => 46
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
"line" => 41
"function" => "render"
"class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/var/cache/dev/twig/20/20d05854540049c352fc5be921bb2127.php"
"line" => 288
"function" => "renderFragment"
"class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 387
"function" => "doDisplay"
"class" => "__TwigTemplate_dcc4686f75a4c6fbe7c69a99f6e72689"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/var/cache/dev/twig/3f/3f27caa5c40cd735113a65b2373c725a.php"
"line" => 54
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 387
"function" => "doDisplay"
"class" => "__TwigTemplate_9ca0e9e46878829cbde2df1fc643c83a"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 343
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 358
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 35
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Environment.php"
"line" => 320
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 431
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 436
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 250
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/src/Controller/ShopController.php"
"line" => 401
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "productdetails"
"class" => "App\Controller\ShopController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/index.php"
"line" => 8
"args" => [
"/home/demodump/anuppu.in/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 68
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
"line" => 86
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
"line" => 75
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
"type" => "::"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
"line" => 81
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
"line" => 46
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
"line" => 41
"function" => "render"
"class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/var/cache/dev/twig/20/20d05854540049c352fc5be921bb2127.php"
"line" => 288
"function" => "renderFragment"
"class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 387
"function" => "doDisplay"
"class" => "__TwigTemplate_dcc4686f75a4c6fbe7c69a99f6e72689"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/var/cache/dev/twig/3f/3f27caa5c40cd735113a65b2373c725a.php"
"line" => 54
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 387
"function" => "doDisplay"
"class" => "__TwigTemplate_9ca0e9e46878829cbde2df1fc643c83a"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 343
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 358
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 35
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Environment.php"
"line" => 320
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 431
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 436
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 250
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/src/Controller/ShopController.php"
"line" => 401
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "productdetails"
"class" => "App\Controller\ShopController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/index.php"
"line" => 8
"args" => [
"/home/demodump/anuppu.in/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 69
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
"line" => 86
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
"line" => 75
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
"type" => "::"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
"line" => 81
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
"line" => 46
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
"line" => 41
"function" => "render"
"class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/var/cache/dev/twig/20/20d05854540049c352fc5be921bb2127.php"
"line" => 288
"function" => "renderFragment"
"class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 387
"function" => "doDisplay"
"class" => "__TwigTemplate_dcc4686f75a4c6fbe7c69a99f6e72689"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/var/cache/dev/twig/3f/3f27caa5c40cd735113a65b2373c725a.php"
"line" => 54
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 387
"function" => "doDisplay"
"class" => "__TwigTemplate_9ca0e9e46878829cbde2df1fc643c83a"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 343
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 358
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 35
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Environment.php"
"line" => 320
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 431
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 436
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 250
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/src/Controller/ShopController.php"
"line" => 401
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "productdetails"
"class" => "App\Controller\ShopController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/index.php"
"line" => 8
"args" => [
"/home/demodump/anuppu.in/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 70
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
"line" => 86
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
"line" => 75
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
"type" => "::"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
"line" => 81
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
"line" => 46
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
"line" => 41
"function" => "render"
"class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/var/cache/dev/twig/20/20d05854540049c352fc5be921bb2127.php"
"line" => 288
"function" => "renderFragment"
"class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 387
"function" => "doDisplay"
"class" => "__TwigTemplate_dcc4686f75a4c6fbe7c69a99f6e72689"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/var/cache/dev/twig/3f/3f27caa5c40cd735113a65b2373c725a.php"
"line" => 54
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 387
"function" => "doDisplay"
"class" => "__TwigTemplate_9ca0e9e46878829cbde2df1fc643c83a"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 343
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 358
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 35
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Environment.php"
"line" => 320
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 431
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 436
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 250
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/src/Controller/ShopController.php"
"line" => 401
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "productdetails"
"class" => "App\Controller\ShopController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/index.php"
"line" => 8
"args" => [
"/home/demodump/anuppu.in/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 71
"function" => "all"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
"line" => 86
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
"line" => 75
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
"type" => "::"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
"line" => 81
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
"line" => 46
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
"line" => 41
"function" => "render"
"class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/var/cache/dev/twig/20/20d05854540049c352fc5be921bb2127.php"
"line" => 288
"function" => "renderFragment"
"class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 387
"function" => "doDisplay"
"class" => "__TwigTemplate_dcc4686f75a4c6fbe7c69a99f6e72689"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/var/cache/dev/twig/3f/3f27caa5c40cd735113a65b2373c725a.php"
"line" => 54
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 387
"function" => "doDisplay"
"class" => "__TwigTemplate_9ca0e9e46878829cbde2df1fc643c83a"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 343
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 358
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 35
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Environment.php"
"line" => 320
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 431
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 436
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 250
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/src/Controller/ShopController.php"
"line" => 401
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "productdetails"
"class" => "App\Controller\ShopController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/index.php"
"line" => 8
"args" => [
"/home/demodump/anuppu.in/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 72
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
"line" => 86
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
"line" => 75
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
"type" => "::"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
"line" => 81
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
"line" => 46
"function" => "render"
"class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
"line" => 41
"function" => "render"
"class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/var/cache/dev/twig/20/20d05854540049c352fc5be921bb2127.php"
"line" => 288
"function" => "renderFragment"
"class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 387
"function" => "doDisplay"
"class" => "__TwigTemplate_dcc4686f75a4c6fbe7c69a99f6e72689"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/var/cache/dev/twig/3f/3f27caa5c40cd735113a65b2373c725a.php"
"line" => 54
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 387
"function" => "doDisplay"
"class" => "__TwigTemplate_9ca0e9e46878829cbde2df1fc643c83a"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 343
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Template.php"
"line" => 358
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 35
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/twig/twig/src/Environment.php"
"line" => 320
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 431
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 436
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 250
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/src/Controller/ShopController.php"
"line" => 401
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "productdetails"
"class" => "App\Controller\ShopController"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/demodump/anuppu.in/index.php"
"line" => 8
"args" => [
"/home/demodump/anuppu.in/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_ENV | "dev" |
| APP_SECRET | "2aca4d7f27ffd7e8285102568b1d1a2f" |
| DATABASE_URL | "mysql://demodump_anuppu:TKa9rZhtG@localhost:3306/demodump_anuppu?serverVersion=10.6.20-MariaDB&charset=utf8mb4" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| CONTENT_LENGTH | "0" |
| CONTEXT_DOCUMENT_ROOT | "/home/demodump/anuppu.in" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/home/demodump/anuppu.in" |
| H2PUSH | "off" |
| H2_PUSH | "off" |
| H2_PUSHED | "" |
| H2_PUSHED_ON | "" |
| H2_STREAM_ID | "3" |
| H2_STREAM_TAG | "3573477-674-3" |
| HTTP2 | "on" |
| HTTPS | "on" |
| HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" |
| HTTP_ACCEPT_ENCODING | "gzip, deflate, br, zstd" |
| HTTP_ACCEPT_LANGUAGE | "en-US,en;q=0.9" |
| HTTP_CACHE_CONTROL | "no-cache" |
| HTTP_HOST | "www.anuppu.in" |
| HTTP_PRAGMA | "no-cache" |
| HTTP_PRIORITY | "u=0, i" |
| HTTP_REFERER | "https://www.anuppu.in/shop/productdetails/5998269/654073660" |
| HTTP_SEC_FETCH_DEST | "document" |
| HTTP_SEC_FETCH_MODE | "navigate" |
| HTTP_SEC_FETCH_SITE | "same-origin" |
| HTTP_SEC_FETCH_USER | "?1" |
| HTTP_TE | "trailers" |
| HTTP_UPGRADE_INSECURE_REQUESTS | "1" |
| HTTP_USER_AGENT | "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:153.0) Gecko/20100101 Firefox/153.0" |
| HTTP_X_HTTPS | "1" |
| PATH | "/usr/local/bin:/usr/bin:/bin" |
| PHP_SELF | "/index.php" |
| PWD | "/" |
| QUERY_STRING | "p=shop/productdetails/5998269/654073660" |
| REDIRECT_H2PUSH | "off" |
| REDIRECT_H2_PUSH | "off" |
| REDIRECT_H2_PUSHED | "" |
| REDIRECT_H2_PUSHED_ON | "" |
| REDIRECT_H2_STREAM_ID | "3" |
| REDIRECT_H2_STREAM_TAG | "3573477-674-3" |
| REDIRECT_HTTP2 | "on" |
| REDIRECT_HTTPS | "on" |
| REDIRECT_QUERY_STRING | "p=shop/productdetails/5998269/654073660" |
| REDIRECT_SCRIPT_URI | "https://www.anuppu.in/shop/productdetails/5998269/654073660" |
| REDIRECT_SCRIPT_URL | "/shop/productdetails/5998269/654073660" |
| REDIRECT_SSL_TLS_SNI | "www.anuppu.in" |
| REDIRECT_STATUS | "200" |
| REDIRECT_UNIQUE_ID | "an2JYg9RWesdQo6OmQ8o2QABwxQ" |
| REDIRECT_URL | "/shop/productdetails/5998269/654073660" |
| REMOTE_ADDR | "122.167.98.137" |
| REMOTE_PORT | "25184" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1786612066 |
| REQUEST_TIME_FLOAT | 1786612066.5864 |
| REQUEST_URI | "/shop/productdetails/5998269/654073660" |
| SCRIPT_FILENAME | "/home/demodump/anuppu.in/index.php" |
| SCRIPT_NAME | "/index.php" |
| SCRIPT_URI | "https://www.anuppu.in/shop/productdetails/5998269/654073660" |
| SCRIPT_URL | "/shop/productdetails/5998269/654073660" |
| SERVER_ADDR | "103.14.122.124" |
| SERVER_ADMIN | "webmaster@anuppu.in.demodump.in" |
| SERVER_NAME | "www.anuppu.in" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/2.0" |
| SERVER_SIGNATURE | "" |
| SERVER_SOFTWARE | "Apache" |
| SSL_TLS_SNI | "www.anuppu.in" |
| SYMFONY_DOTENV_PATH | "/home/demodump/anuppu.in/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN" |
| TEMP | "/tmp" |
| TMP | "/tmp" |
| TMPDIR | "/tmp" |
| UNIQUE_ID | "an2JYg9RWesdQo6OmQ8o2QABwxQ" |
Parent Request
Return to parent request (token = 6e6c40)
| Key | Value |
|---|---|
| _controller | "App\Controller\ShopController::productdetails" |
| _firewall_context | "security.firewall.map.context.main" |
| _remove_csp_headers | true |
| _route | "app_shop_product_details" |
| _route_params | [ "shopid" => "5998269" "productid" => "654073660" ] |
| _security_firewall_run | "_security_main" |
| _stopwatch_token | "ba3313" |
| productid | "654073660" |
| shopid | "5998269" |