PageController :: showAction
Request
GET Parameters
No GET parameters
POST Parameters
No POST parameters
Uploaded Files
No files were uploaded
Request Attributes
Key | Value |
---|---|
_cache | Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache {#790 -expires: "+2 days" -maxage: null -smaxage: null -public: true -mustRevalidate: null -vary: null -lastModified: "pageTranslation.getTranslatable().getUpdatedAt()" -etag: "pageTranslation.getLocale() ~ pageTranslation.getId() ~ pageTranslation.getTranslatable().getUpdatedAt().getTimestamp()" -maxStale: null -staleWhileRevalidate: null -staleIfError: null } |
_controller | "App\Controller\Content\App\PageController::showAction" |
_converters | [ Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter {#747 -name: "translation" -class: "App\Entity\Content\PageTranslation" -options: [ "repository_method" => "findOneBySlug" "mapping" => [ "_locale" => "locale" "slug" => "slug" ] "map_method_signature" => true ] -isOptional: false -converter: null } ] |
_firewall_context | "security.firewall.map.context.main" |
_locale | "sr" |
_route | "mdl_public_page_show" |
_route_params | [ "_locale" => "sr" "slug" => "kontakt" ] |
_security_firewall_run | "_security_main" |
_stopwatch_token | "bceab8" |
pageTranslation | App\Entity\Content\PageTranslation {#807 #id: 4 -title: "Kontakt" #slug: "kontakt" -content: """ <p><div class="map bottom-space" id="map_canvas"></div>\n <div id="routing_container"></div>\n <script>\n /* map */\n initialize();\n codeAddress("Cara Dušana br. 1, 21000 Novi Sad, Srbija");\n \n /* map geocoder service */\n var geocoder;\n var map;\n function initialize() {\n geocoder = new google.maps.Geocoder();\n var latlng = new google.maps.LatLng(52.749, 10.875);\n var myOptions = {\n zoom: 8,\n center: latlng,\n mapTypeId: google.maps.MapTypeId.ROADMAP,\n disableDefaultUI: true,\n scrollwheel: false,\n navigationControl: false,\n mapTypeControl: false,\n scaleControl: false,\n draggable: true,\n styles: [{}]\n };\n map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);\n }\n \n function codeAddress(selval) {\n var address = selval;\n geocoder.geocode({\n 'address': address\n }, function (results, status) {\n if (status == google.maps.GeocoderStatus.OK) {\n map.setCenter(results[0].geometry.location);\n //map.setZoom(12);\n var marker = new google.maps.Marker({\n title: 'OPTIMA DOO',\n map: map,\n icon: '/assets/static/marker.png',\n position: results[0].geometry.location,\n animation: google.maps.Animation.DROP,\n });\n var contentString = '<center><b>OPTIMA DOO</b><br/>Cara Dušana br. 1<br/>21000 Novi Sad<br/></center>';\n var infowindow = new google.maps.InfoWindow({\n content: contentString\n });\n google.maps.event.addListener(marker, 'click', function () {\n infowindow.open(map, marker);\n });\n if (results[0].geometry.viewport)\n map.fitBounds(results[0].geometry.viewport);\n } else {\n alert("Geocode was not successful for the following reason: " + status);\n }\n });\n }\n </script></p>\n <div class="container">\n <div class="row">\n <div class="col-md-12 mt-3 mb-3">\n <h3 class="text-uppercase"><img src="/assets/static/ico-contact.png" /> CONTACT</h3>\n </div>\n <div class="col-md-5">\n <h4>OPTIMA DOO</h4>\n <p>Cara Dušana br. 1 <br />21000 Novi Sad <br />telefon: 021/6622-111, 6623-621, 6612-442, 6613-199 <br />email: <a class="color-black" href="mailto:optima@eunet.rs">optima@eunet.rs</a> | <a class="color-black" href="mailto:optimadoo@sbb.rs">optimadoo@sbb.rs</a> <br /><a class="color-black" href="http://www.optima.rs">www.optima.rs</a></p>\n </div>\n <div class="col-md-7"><form name="mdl_public_bundle_contact" method="post" action="/contact/verify">\n <div class="row">\n <div class="col-5">\n <div class="form-group"><input type="text" id="mdl_public_bundle_contact_name" name="mdl_public_bundle_contact[name]" required="required" placeholder="Vaše ime" class="form-control" /></div>\n <div class="form-group"><input type="email" id="mdl_public_bundle_contact_email" name="mdl_public_bundle_contact[email]" required="required" placeholder="Email" class="form-control" /></div>\n <div class="form-group"><input type="text" id="mdl_public_bundle_contact_title" name="mdl_public_bundle_contact[title]" required="required" placeholder="Naslov poruke" class="form-control" /></div>\n </div>\n <div class="col-7">\n <div class="form-group"><textarea id="mdl_public_bundle_contact_message" name="mdl_public_bundle_contact[message]" required="required" placeholder="Poruka" rows="6" class="form-control"></textarea></div>\n \n <button class="btn btn-primary btn-sm float-right btn-arrow" type="submit">\n Pošalji\n <span class="icon fa fa-angle-right"></span>\n </button>\n </div>\n </div>\n <input type="hidden" id="mdl_public_bundle_contact__token" name="mdl_public_bundle_contact[_token]" value="0fa128b.xt7TRcVVKuXSyOQ0E69sqHoMDpzRCtvNBt28c3ayXoY.q7DiFZwjfK2FsdwBIt8qwB1EN96gJ4KYRJnyIBH8Du-0nIAa9B5esqKb1A" />\n <script src="https://www.google.com/recaptcha/api.js?render=6LejYb4UAAAAAADT_tlfUQfKxKfjtKNhC75vY7ge"></script>\n <script>\n grecaptcha.ready(function() {\n grecaptcha.execute('6LejYb4UAAAAAADT_tlfUQfKxKfjtKNhC75vY7ge', {action: 'homepage'}).then(function(token) {\n // ...\n });\n });\n \n // $('#comment_form').submit(function() {\n // // we stoped it\n // event.preventDefault();\n // var email = $('#email').val();\n // var comment = $("#comment").val();\n // // needs for recaptacha ready\n // grecaptcha.ready(function() {\n // // do request for recaptcha token\n // // response is promise with passed token\n // grecaptcha.execute('put your site key here', {action: 'create_comment'}).then(function(token) {\n // // add token to form\n // $('#comment_form').prepend('<input type="hidden" name="g-recaptcha-response" value="' + token + '">');\n // $.post("form.php",{email: email, comment: comment, token: token}, function(result) {\n // console.log(result);\n // if(result.success) {\n // alert('Thanks for posting comment.')\n // } else {\n // alert('You are spammer ! Get the @$%K out.')\n // }\n // });\n // });;\n // });\n // });\n </script></div>\n </div>\n </div> """ -pageTop: null -pageBottom: null #locale: "sr" #seo: Doctrine\ORM\PersistentCollection {#666 …} #translatable: Proxies\__CG__\App\Entity\Content\Page {#923 …} #media: Doctrine\ORM\PersistentCollection {#867 …} } |
slug | "kontakt" |
translation | App\Entity\Content\PageTranslation {#807 #id: 4 -title: "Kontakt" #slug: "kontakt" -content: """ <p><div class="map bottom-space" id="map_canvas"></div>\n <div id="routing_container"></div>\n <script>\n /* map */\n initialize();\n codeAddress("Cara Dušana br. 1, 21000 Novi Sad, Srbija");\n \n /* map geocoder service */\n var geocoder;\n var map;\n function initialize() {\n geocoder = new google.maps.Geocoder();\n var latlng = new google.maps.LatLng(52.749, 10.875);\n var myOptions = {\n zoom: 8,\n center: latlng,\n mapTypeId: google.maps.MapTypeId.ROADMAP,\n disableDefaultUI: true,\n scrollwheel: false,\n navigationControl: false,\n mapTypeControl: false,\n scaleControl: false,\n draggable: true,\n styles: [{}]\n };\n map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);\n }\n \n function codeAddress(selval) {\n var address = selval;\n geocoder.geocode({\n 'address': address\n }, function (results, status) {\n if (status == google.maps.GeocoderStatus.OK) {\n map.setCenter(results[0].geometry.location);\n //map.setZoom(12);\n var marker = new google.maps.Marker({\n title: 'OPTIMA DOO',\n map: map,\n icon: '/assets/static/marker.png',\n position: results[0].geometry.location,\n animation: google.maps.Animation.DROP,\n });\n var contentString = '<center><b>OPTIMA DOO</b><br/>Cara Dušana br. 1<br/>21000 Novi Sad<br/></center>';\n var infowindow = new google.maps.InfoWindow({\n content: contentString\n });\n google.maps.event.addListener(marker, 'click', function () {\n infowindow.open(map, marker);\n });\n if (results[0].geometry.viewport)\n map.fitBounds(results[0].geometry.viewport);\n } else {\n alert("Geocode was not successful for the following reason: " + status);\n }\n });\n }\n </script></p>\n <div class="container">\n <div class="row">\n <div class="col-md-12 mt-3 mb-3">\n <h3 class="text-uppercase"><img src="/assets/static/ico-contact.png" /> CONTACT</h3>\n </div>\n <div class="col-md-5">\n <h4>OPTIMA DOO</h4>\n <p>Cara Dušana br. 1 <br />21000 Novi Sad <br />telefon: 021/6622-111, 6623-621, 6612-442, 6613-199 <br />email: <a class="color-black" href="mailto:optima@eunet.rs">optima@eunet.rs</a> | <a class="color-black" href="mailto:optimadoo@sbb.rs">optimadoo@sbb.rs</a> <br /><a class="color-black" href="http://www.optima.rs">www.optima.rs</a></p>\n </div>\n <div class="col-md-7"><form name="mdl_public_bundle_contact" method="post" action="/contact/verify">\n <div class="row">\n <div class="col-5">\n <div class="form-group"><input type="text" id="mdl_public_bundle_contact_name" name="mdl_public_bundle_contact[name]" required="required" placeholder="Vaše ime" class="form-control" /></div>\n <div class="form-group"><input type="email" id="mdl_public_bundle_contact_email" name="mdl_public_bundle_contact[email]" required="required" placeholder="Email" class="form-control" /></div>\n <div class="form-group"><input type="text" id="mdl_public_bundle_contact_title" name="mdl_public_bundle_contact[title]" required="required" placeholder="Naslov poruke" class="form-control" /></div>\n </div>\n <div class="col-7">\n <div class="form-group"><textarea id="mdl_public_bundle_contact_message" name="mdl_public_bundle_contact[message]" required="required" placeholder="Poruka" rows="6" class="form-control"></textarea></div>\n \n <button class="btn btn-primary btn-sm float-right btn-arrow" type="submit">\n Pošalji\n <span class="icon fa fa-angle-right"></span>\n </button>\n </div>\n </div>\n <input type="hidden" id="mdl_public_bundle_contact__token" name="mdl_public_bundle_contact[_token]" value="0fa128b.xt7TRcVVKuXSyOQ0E69sqHoMDpzRCtvNBt28c3ayXoY.q7DiFZwjfK2FsdwBIt8qwB1EN96gJ4KYRJnyIBH8Du-0nIAa9B5esqKb1A" />\n <script src="https://www.google.com/recaptcha/api.js?render=6LejYb4UAAAAAADT_tlfUQfKxKfjtKNhC75vY7ge"></script>\n <script>\n grecaptcha.ready(function() {\n grecaptcha.execute('6LejYb4UAAAAAADT_tlfUQfKxKfjtKNhC75vY7ge', {action: 'homepage'}).then(function(token) {\n // ...\n });\n });\n \n // $('#comment_form').submit(function() {\n // // we stoped it\n // event.preventDefault();\n // var email = $('#email').val();\n // var comment = $("#comment").val();\n // // needs for recaptacha ready\n // grecaptcha.ready(function() {\n // // do request for recaptcha token\n // // response is promise with passed token\n // grecaptcha.execute('put your site key here', {action: 'create_comment'}).then(function(token) {\n // // add token to form\n // $('#comment_form').prepend('<input type="hidden" name="g-recaptcha-response" value="' + token + '">');\n // $.post("form.php",{email: email, comment: comment, token: token}, function(result) {\n // console.log(result);\n // if(result.success) {\n // alert('Thanks for posting comment.')\n // } else {\n // alert('You are spammer ! Get the @$%K out.')\n // }\n // });\n // });;\n // });\n // });\n </script></div>\n </div>\n </div> """ -pageTop: null -pageBottom: null #locale: "sr" #seo: Doctrine\ORM\PersistentCollection {#666 …} #translatable: Proxies\__CG__\App\Entity\Content\Page {#923 …} #media: Doctrine\ORM\PersistentCollection {#867 …} } |
Request Headers
Header | Value |
---|---|
accept | "*/*" |
accept-encoding | "gzip, br, zstd, deflate" |
content-length | "" |
content-type | "" |
host | "staging.optima.rs" |
user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
x-php-ob-level | "1" |
Request Content
Request content not available (it was retrieved as a resource).
Response
Response Headers
Header | Value |
---|---|
cache-control | "public" |
content-type | "text/html; charset=UTF-8" |
date | "Thu, 03 Apr 2025 06:44:01 GMT" |
etag | ""df9bd7b61d617c1b97cc7c4d3b77196cf37c808d337c244ddc9b2bbe0140d545"" |
expires | "Sat, 05 Apr 2025 06:44:01 GMT" |
last-modified | "Sat, 23 Feb 2019 11:51:53 GMT" |
x-debug-token | "62cd7a" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 12
Session Metadata
Key | Value |
---|---|
Created | "Thu, 03 Apr 25 06:43:59 +0000" |
Last used | "Thu, 03 Apr 25 06:43:59 +0000" |
Lifetime | 0 |
Session Attributes
Attribute | Value |
---|---|
_csrf/https-mdl_public_bundle_contact | "mn1PYvVHWy851pFhgH9Bq-YUBDNSgNPirBS_1KtWpS0" |
Session Usage
12
Usages
Stateless check enabled
Usage |
---|
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:98
[ [ "file" => "/var/www/rs.optima.staging/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php" "line" => 98 "function" => "start" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/security-csrf/CsrfTokenManager.php" "line" => 72 "function" => "hasToken" "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php" "line" => 78 "function" => "getToken" "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/form/ResolvedFormType.php" "line" => 167 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php" "line" => 111 "function" => "finishView" "class" => "Symfony\Component\Form\ResolvedFormType" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/form/ResolvedFormType.php" "line" => 160 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php" "line" => 111 "function" => "finishView" "class" => "Symfony\Component\Form\ResolvedFormType" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/form/Form.php" "line" => 1070 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Controller/App/App/PublicController.php" "line" => 151 "function" => "createView" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "contactFormAction" "class" => "App\Controller\App\App\PublicController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 83 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 53 "function" => "getWidget" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "function" => "replaceWithWidget" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 37 "function" => "preg_replace_callback" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 90 "function" => "compile" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Controller/Content/App/PageController.php" "line" => 89 "function" => "widgetize" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "showAction" "class" => "App\Controller\Content\App\PageController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/public/index.php" "line" => 25 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[ [ "file" => "/var/www/rs.optima.staging/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php" "line" => 101 "function" => "has" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/security-csrf/CsrfTokenManager.php" "line" => 72 "function" => "hasToken" "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php" "line" => 78 "function" => "getToken" "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/form/ResolvedFormType.php" "line" => 167 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php" "line" => 111 "function" => "finishView" "class" => "Symfony\Component\Form\ResolvedFormType" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/form/ResolvedFormType.php" "line" => 160 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php" "line" => 111 "function" => "finishView" "class" => "Symfony\Component\Form\ResolvedFormType" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/form/Form.php" "line" => 1070 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Controller/App/App/PublicController.php" "line" => 151 "function" => "createView" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "contactFormAction" "class" => "App\Controller\App\App\PublicController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 83 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 53 "function" => "getWidget" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "function" => "replaceWithWidget" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 37 "function" => "preg_replace_callback" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 90 "function" => "compile" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Controller/Content/App/PageController.php" "line" => 89 "function" => "widgetize" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "showAction" "class" => "App\Controller\Content\App\PageController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/public/index.php" "line" => 25 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:88
[ [ "file" => "/var/www/rs.optima.staging/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php" "line" => 88 "function" => "set" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/security-csrf/CsrfTokenManager.php" "line" => 77 "function" => "setToken" "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php" "line" => 78 "function" => "getToken" "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/form/ResolvedFormType.php" "line" => 167 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php" "line" => 111 "function" => "finishView" "class" => "Symfony\Component\Form\ResolvedFormType" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/form/ResolvedFormType.php" "line" => 160 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php" "line" => 111 "function" => "finishView" "class" => "Symfony\Component\Form\ResolvedFormType" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/form/Form.php" "line" => 1070 "function" => "finishView" "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Controller/App/App/PublicController.php" "line" => 151 "function" => "createView" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "contactFormAction" "class" => "App\Controller\App\App\PublicController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 83 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 53 "function" => "getWidget" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "function" => "replaceWithWidget" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 37 "function" => "preg_replace_callback" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 90 "function" => "compile" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Controller/Content/App/PageController.php" "line" => 89 "function" => "widgetize" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "showAction" "class" => "App\Controller\Content\App\PageController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/public/index.php" "line" => 25 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[ [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 72 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 161 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 108 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 117 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 154 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 196 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 184 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 83 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 53 "function" => "getWidget" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "function" => "replaceWithWidget" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 37 "function" => "preg_replace_callback" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 90 "function" => "compile" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Controller/Content/App/PageController.php" "line" => 89 "function" => "widgetize" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "showAction" "class" => "App\Controller\Content\App\PageController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/public/index.php" "line" => 25 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[ [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 73 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 161 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 108 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 117 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 154 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 196 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 184 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 83 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 53 "function" => "getWidget" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "function" => "replaceWithWidget" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 37 "function" => "preg_replace_callback" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 90 "function" => "compile" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Controller/Content/App/PageController.php" "line" => 89 "function" => "widgetize" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "showAction" "class" => "App\Controller\Content\App\PageController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/public/index.php" "line" => 25 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[ [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 74 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 161 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 108 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 117 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 154 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 196 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 184 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 83 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 53 "function" => "getWidget" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "function" => "replaceWithWidget" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 37 "function" => "preg_replace_callback" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 90 "function" => "compile" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Controller/Content/App/PageController.php" "line" => 89 "function" => "widgetize" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "showAction" "class" => "App\Controller\Content\App\PageController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/public/index.php" "line" => 25 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[ [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 75 "function" => "all" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 161 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 108 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 117 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 154 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 196 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 184 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 83 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 53 "function" => "getWidget" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "function" => "replaceWithWidget" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 37 "function" => "preg_replace_callback" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 90 "function" => "compile" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Controller/Content/App/PageController.php" "line" => 89 "function" => "widgetize" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "showAction" "class" => "App\Controller\Content\App\PageController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/public/index.php" "line" => 25 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[ [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 76 "function" => "getFlashBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 161 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 108 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 117 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 154 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 196 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 184 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 83 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 53 "function" => "getWidget" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "function" => "replaceWithWidget" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 37 "function" => "preg_replace_callback" ] [ "file" => "/var/www/rs.optima.staging/src/Service/Content/Widgetizer.php" "line" => 90 "function" => "compile" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Controller/Content/App/PageController.php" "line" => 89 "function" => "widgetize" "class" => "App\Service\Content\Widgetizer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "showAction" "class" => "App\Controller\Content\App\PageController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/public/index.php" "line" => 25 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
/var/www/rs.optima.staging/vendor/twig/twig/src/Extension/CoreExtension.php:1607
[ [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Extension/CoreExtension.php" "line" => 1607 "function" => "get" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/var/cache/dev/twig/73/73aff07633d3903b02d89b0ae8bee0d1.php" "line" => 57 "function" => "twig_get_attribute" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Template.php" "line" => 394 "function" => "doDisplay" "class" => "__TwigTemplate_0ac30d3d2b279ae1ba3b90a23e18de8b" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Template.php" "line" => 367 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Template.php" "line" => 379 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/TemplateWrapper.php" "line" => 40 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Environment.php" "line" => 277 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/framework-bundle/Controller/AbstractController.php" "line" => 258 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/framework-bundle/Controller/AbstractController.php" "line" => 266 "function" => "renderView" "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Controller/Content/App/PageController.php" "line" => 88 "function" => "render" "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "showAction" "class" => "App\Controller\Content\App\PageController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/public/index.php" "line" => 25 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Bridge\Twig\AppVariable:168
[ [ "file" => "/var/www/rs.optima.staging/vendor/symfony/twig-bridge/AppVariable.php" "line" => 168 "function" => "getFlashBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Extension/CoreExtension.php" "line" => 1607 "function" => "getFlashes" "class" => "Symfony\Bridge\Twig\AppVariable" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/var/cache/dev/twig/55/5515085807843ff64e73349595394d24.php" "line" => 181 "function" => "twig_get_attribute" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Template.php" "line" => 394 "function" => "doDisplay" "class" => "__TwigTemplate_a519b1c08052349bbbaccd21c7b66324" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Template.php" "line" => 367 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/var/cache/dev/twig/73/73aff07633d3903b02d89b0ae8bee0d1.php" "line" => 60 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Template.php" "line" => 394 "function" => "doDisplay" "class" => "__TwigTemplate_0ac30d3d2b279ae1ba3b90a23e18de8b" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Template.php" "line" => 367 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Template.php" "line" => 379 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/TemplateWrapper.php" "line" => 40 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Environment.php" "line" => 277 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/framework-bundle/Controller/AbstractController.php" "line" => 258 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/framework-bundle/Controller/AbstractController.php" "line" => 266 "function" => "renderView" "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Controller/Content/App/PageController.php" "line" => 88 "function" => "render" "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "showAction" "class" => "App\Controller\Content\App\PageController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/public/index.php" "line" => 25 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[ [ "file" => "/var/www/rs.optima.staging/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php" "line" => 44 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/framework-bundle/Controller/AbstractController.php" "line" => 410 "function" => "getToken" "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Controller/ECommerce/App/InvoiceController.php" "line" => 124 "function" => "getUser" "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "unPaidAction" "class" => "App\Controller\ECommerce\App\InvoiceController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Fragment/FragmentHandler.php" "line" => 85 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php" "line" => 49 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php" "line" => 46 "function" => "render" "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/var/cache/dev/twig/55/5515085807843ff64e73349595394d24.php" "line" => 255 "function" => "renderFragment" "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Template.php" "line" => 394 "function" => "doDisplay" "class" => "__TwigTemplate_a519b1c08052349bbbaccd21c7b66324" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Template.php" "line" => 367 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/var/cache/dev/twig/73/73aff07633d3903b02d89b0ae8bee0d1.php" "line" => 60 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Template.php" "line" => 394 "function" => "doDisplay" "class" => "__TwigTemplate_0ac30d3d2b279ae1ba3b90a23e18de8b" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Template.php" "line" => 367 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Template.php" "line" => 379 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/TemplateWrapper.php" "line" => 40 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Environment.php" "line" => 277 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/framework-bundle/Controller/AbstractController.php" "line" => 258 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/framework-bundle/Controller/AbstractController.php" "line" => 266 "function" => "renderView" "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Controller/Content/App/PageController.php" "line" => 88 "function" => "render" "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "showAction" "class" => "App\Controller\Content\App\PageController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/public/index.php" "line" => 25 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
App\Controller\ECommerce\App\IndividualOrderController:356
[ [ "file" => "/var/www/rs.optima.staging/src/Controller/ECommerce/App/IndividualOrderController.php" "line" => 356 "function" => "get" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "smallWidgetAction" "class" => "App\Controller\ECommerce\App\IndividualOrderController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php" "line" => 86 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php" "line" => 80 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler" "type" => "::" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Fragment/FragmentHandler.php" "line" => 85 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php" "line" => 49 "function" => "render" "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php" "line" => 46 "function" => "render" "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/var/cache/dev/twig/55/5515085807843ff64e73349595394d24.php" "line" => 411 "function" => "renderFragment" "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Template.php" "line" => 394 "function" => "doDisplay" "class" => "__TwigTemplate_a519b1c08052349bbbaccd21c7b66324" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Template.php" "line" => 367 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/var/cache/dev/twig/73/73aff07633d3903b02d89b0ae8bee0d1.php" "line" => 60 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Template.php" "line" => 394 "function" => "doDisplay" "class" => "__TwigTemplate_0ac30d3d2b279ae1ba3b90a23e18de8b" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Template.php" "line" => 367 "function" => "displayWithErrorHandling" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Template.php" "line" => 379 "function" => "display" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/TemplateWrapper.php" "line" => 40 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/twig/twig/src/Environment.php" "line" => 277 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/framework-bundle/Controller/AbstractController.php" "line" => 258 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/framework-bundle/Controller/AbstractController.php" "line" => 266 "function" => "renderView" "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/src/Controller/Content/App/PageController.php" "line" => 88 "function" => "render" "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "showAction" "class" => "App\Controller\Content\App\PageController" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/rs.optima.staging/public/index.php" "line" => 25 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
Key | Value |
---|---|
APP_COLOR | "blue" |
APP_COUNTRY | "ba" |
APP_CURRENCY | "BAM" |
APP_DEFAULT_CURRENCY | "RSD" |
APP_EMAIL | "prodaja@optima.rs" |
APP_ENV | "dev" |
APP_LOCALE | "sr" |
APP_LOCALES | "sr|en" |
APP_NAME | "Optima d.o.o" |
APP_SECRET | "b1f709a7e9e547886a5047feffac3550" |
APP_URL | "optima.rs" |
COMPANY_ADDRESS | "Cara Dušana br. 1, 21000 Novi Sad" |
COMPANY_CITY | "Novi Sad" |
COMPANY_EMAIL | "optima@eunet.rs" |
COMPANY_PHONE | "+381 21/6622-111, 021/6623-621" |
CONSIGNMENT_QR_CODE | "CONSIGNMENT_QR_CODE_" |
CORS_ALLOW_ORIGIN | "*" |
DATABASE_CRM_URL | "sqlsrv://SA:Optima02!@89.216.30.10:1435/optimaORM?charset=UTF-8&MultipleActiveResultSets=0&TrustServerCertificate=yes&Encrypt=no" |
DATABASE_CRM_WEB_URL | "sqlsrv://SA:Optima02!@89.216.30.10:1435/optimaORM?charset=UTF-8&MultipleActiveResultSets=0&TrustServerCertificate=yes&Encrypt=no" |
DATABASE_URL | "sqlsrv://SA:Optima02!@89.216.30.10:1435/optima?charset=UTF-8&MultipleActiveResultSets=0&TrustServerCertificate=yes&Encrypt=yes" |
DELIVERY_TIME | "12:00:00" |
ELASTICSEARCH_HOST | "search.optima.rs" |
ELASTICSEARCH_PASSWORD | "MSJglQMw2b1aKOpXNhKG" |
ELASTICSEARCH_PORT | "9211" |
ELASTICSEARCH_SCHEME | "http" |
ELASTICSEARCH_URL | "http://search.optima.rs:9211/" |
ELASTICSEARCH_USERNAME | "elastic" |
JWT_PASSPHRASE | "8b9b1f63c637c0f963692bd106c400f7" |
JWT_PUBLIC_KEY | "%kernel.project_dir%/config/jwt/public.pem" |
JWT_SECRET_KEY | "%kernel.project_dir%/config/jwt/private.pem" |
MAILER_URL | "smtp://smtp.mailtrap.io:2525?encryption=tls&auth_mode=login&username=543228fb481bd893c&password=68662d5bff10c6" |
OAUTH2_ENCRYPTION_KEY | "e4281d001a14366737a632003790b5f3" |
REDIS_URL | "redis://localhost:6379" |
ROLLBAR_TOKEN | "5f8ad1a483c043a2a2019ea5dbad7b0e" |
WKHTMLTOIMAGE_PATH | "/usr/local/bin/wkhtmltoimage" |
WKHTMLTOPDF_PATH | "/usr/local/bin/wkhtmltopdf" |
Defined as regular env variables
Key | Value |
---|---|
APP_DEBUG | "1" |
CONTENT_LENGTH | "" |
CONTENT_TYPE | "" |
DOCUMENT_ROOT | "/var/www/rs.optima.staging/public" |
DOCUMENT_URI | "/index.php" |
FCGI_ROLE | "RESPONDER" |
GATEWAY_INTERFACE | "CGI/1.1" |
HOME | "/var/www" |
HTTPS | "on" |
HTTP_ACCEPT | "*/*" |
HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" |
HTTP_HOST | "staging.optima.rs" |
HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
PHP_SELF | "/index.php" |
QUERY_STRING | "" |
REDIRECT_STATUS | "200" |
REMOTE_ADDR | "3.145.40.79" |
REMOTE_PORT | "40799" |
REMOTE_USER | "" |
REQUEST_METHOD | "GET" |
REQUEST_SCHEME | "https" |
REQUEST_TIME | 1743662637 |
REQUEST_TIME_FLOAT | 1743662637.9436 |
REQUEST_URI | "/sr/kontakt" |
SCRIPT_FILENAME | "/var/www/rs.optima.staging/public/index.php" |
SCRIPT_NAME | "/index.php" |
SERVER_ADDR | "80.211.177.94" |
SERVER_NAME | "staging.optima.rs" |
SERVER_PORT | "443" |
SERVER_PROTOCOL | "HTTP/2.0" |
SERVER_SOFTWARE | "nginx/1.24.0" |
SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,DATABASE_URL,DATABASE_CRM_URL,DATABASE_CRM_WEB_URL,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,ELASTICSEARCH_HOST,ELASTICSEARCH_PORT,ELASTICSEARCH_SCHEME,ELASTICSEARCH_USERNAME,ELASTICSEARCH_PASSWORD,ELASTICSEARCH_URL,MAILER_URL,APP_NAME,APP_URL,APP_EMAIL,APP_LOCALE,APP_LOCALES,APP_COLOR,APP_DEFAULT_CURRENCY,APP_COUNTRY,APP_CURRENCY,COMPANY_EMAIL,COMPANY_ADDRESS,COMPANY_CITY,COMPANY_PHONE,DELIVERY_TIME,CONSIGNMENT_QR_CODE,ROLLBAR_TOKEN,OAUTH2_ENCRYPTION_KEY,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,CORS_ALLOW_ORIGIN,REDIS_URL" |
USER | "www-data" |
Sub Requests 7
PublicController :: googleMapAction (token = e7f153)
Key | Value |
---|---|
_cache | Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache {#1306 -expires: "+2 days" -maxage: null -smaxage: null -public: true -mustRevalidate: null -vary: null -lastModified: null -etag: null -maxStale: null -staleWhileRevalidate: null -staleIfError: null } |
_controller | "App\Controller\App\App\PublicController::googleMapAction" |
_format | "html" |
_locale | "sr" |
_stopwatch_token | "a32553" |
PublicController :: contactFormAction (token = 980f69)
Key | Value |
---|---|
_cache | Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache {#1948 -expires: "+2 days" -maxage: null -smaxage: null -public: true -mustRevalidate: null -vary: null -lastModified: null -etag: null -maxStale: null -staleWhileRevalidate: null -staleIfError: null } |
_controller | "App\Controller\App\App\PublicController::contactFormAction" |
_format | "html" |
_locale | "sr" |
_stopwatch_token | "24c5cf" |
InvoiceController :: unPaidAction (token = 63371a)
Key | Value |
---|---|
_controller | "App\Controller\ECommerce\App\InvoiceController::unPaidAction" |
_format | "html" |
_locale | "sr" |
_stopwatch_token | "d00ee8" |
ProductController :: filterByNameAction (token = b2877c)
Key | Value |
---|---|
_cache | Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache {#3272 -expires: "+2 days" -maxage: null -smaxage: null -public: true -mustRevalidate: null -vary: null -lastModified: null -etag: null -maxStale: null -staleWhileRevalidate: null -staleIfError: null } |
_controller | "App\Controller\ECommerce\App\ProductController::filterByNameAction" |
_format | "html" |
_locale | "sr" |
_stopwatch_token | "46ac1f" |
CountdownController :: countdownAction (token = c25922)
Key | Value |
---|---|
_controller | "App\Controller\ECommerce\App\CountdownController::countdownAction" |
_format | "html" |
_locale | "sr" |
_stopwatch_token | "d13d8c" |
IndividualOrderController :: smallWidgetAction (token = 8d55e1)
Key | Value |
---|---|
_controller | "App\Controller\ECommerce\App\IndividualOrderController::smallWidgetAction" |
_format | "html" |
_locale | "sr" |
_stopwatch_token | "a8854b" |
WorkingHoursController :: workingHoursWidgetAction (token = de44f0)
Key | Value |
---|---|
_controller | "App\Controller\ECommerce\App\WorkingHoursController::workingHoursWidgetAction" |
_format | "html" |
_locale | "sr" |
_stopwatch_token | "0d873d" |