ErrorController
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "error_controller" |
| _stopwatch_token | "c06dc0" |
| exception | Twig\Error\SyntaxError {#2235 #message: "Unclosed "{"." #code: 0 #file: "/home/rsystpro/domains/rsystproject.com/public_html/templates/front/base.html.twig" #line: 57 -lineno: 57 -name: "front/base.html.twig" -rawMessage: "Unclosed "{"." -sourcePath: "/home/rsystpro/domains/rsystproject.com/public_html/templates/front/base.html.twig" -sourceCode: """ <!DOCTYPE html>\n <html lang="en">\n \t<head>\n \t\t<meta charset="UTF-8">\n \t\t<meta http-equiv="X-UA-Compatible" content="IE=edge">\n \t\t<meta name="viewport" content="width=device-width, initial-scale=1.0">\n \n \t\t<link rel="icon" type="image/x-icon" href="/front/favicon.jpg">\n \n \t\t<link rel="canonical" href="{{app.request.uri|default}}">\n \n \t\t{% block gtm_microdata_tags %}{% endblock %}\n \t\t\n \t\t<!-- Google Tag Manager -->\n \t\t<script>\n \t\t\t// dataLayer = [{\n \t\t\t// \t'page_language': "{{ app.request.locale }}",\n \t\t\t// \t'user_id': "{{ app.user ? app.user.id : ''}}"\n \t\t\t// }];\n \n \t\t\t// (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n \t\t\t// new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n \t\t\t// j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n \t\t\t// 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n \t\t\t// })(window,document,'script','dataLayer','GTM-PW8D4CH');\n \t\t</script>\n \t\t<!-- End Google Tag Manager -->\n \t\t\n \t\t{# SEO Properties #}\n \t\t<meta property="og:site_name" content="Restock Canada"> {% block properties %}{% endblock %}\n \n \t\t<title>\n \t\t\t{%- block title -%}\n \t\t\t\t{{ title|default( getHomepageMetaTitle() ) }}\n \t\t\t{%- endblock -%}\n \t\t</title>\n \n \t\t<meta name="description" content="\n \t\t\t{%- block metaDescription -%}\n \t\t\t\t{{ getHomepageMetaDescription() }}\n \t\t\t{%- endblock -%}\n \t\t">\n \t\t<meta name="keywords" content="\n \t\t\t{%- block metaKeywords -%}\n \t\t\t\tRestock Canada, Restock, Restockcrc, Restock CRC, Wholesale, Liquidation, Lots, Wholesale lots, Overstock, Pallets Returns, Open Box, Returns, Electronics lot, Computers lots, Small Appliances lots, deals online, Pallets of Returns, Truckloads purchase, truckloads returns\n \t\t\t{%- endblock -%}\t\t\n \t\t">\n \n \t\t{# CSS #}\n \t\t<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">\n \t\t{{ encore_entry_link_tags('front')}}\n \n \t\t{# JS #}\n \t\t{{ encore_entry_script_tags('front') }}\n \t</head>\n \n \t<body {{ stimulus_controller('front--main', {})|stimulus_controller{'front--navbar', {}) }}>\n \n \t\t<!-- Google Tag Manager (noscript) -->\n \t\t<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PW8D4CH"\n \t\theight="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>\n \t\t<!-- End Google Tag Manager (noscript) -->\n \n \t\t{% include "front/navbar/top_bar.html.twig" %}\n \n \t\t<div id="main" class="container">\n \t\t\t<div id="header" class="container-md">\n \n \t\t\t\t<h1 class="d-none">{{ getHomepageMetaTitle() }}</h1>\n \n \t\t\t\t<div class="row h-100">\n \t\t\t\t\t<div class="col-md-6 d-flex justify-content-center justify-content-md-start h-100">\n \t\t\t\t\t\t<div id="header-logo" class="align-self-center">\n \t\t\t\t\t\t\t<a href="{{path('front_homepage')}}">\n \t\t\t\t\t\t\t\t<img src="{{asset('front/logo_restock.jpg')}}" class="" alt="Restock Logo">\n \t\t\t\t\t\t\t</a>\n \t\t\t\t\t\t</div>\n \t\t\t\t\t</div>\n \n \t\t\t\t\t<div class="col-md-6 d-none d-sm-flex justify-content-end h-100">\n \t\t\t\t\t\t<div id="desktop-header-search" class="w-75 align-self-center"\n \t\t\t\t\t\t\t{{ stimulus_controller('front--search', { \n \t\t\t\t\t\t\t\tsearchEndPoint: path('front_search') ,\n \t\t\t\t\t\t\t\tshowAllResultsEndPoint: url('front_search_show')\n \t\t\t\t\t\t\t}) }}\t\n \t\t\t\t\t\t\t{{ stimulus_action('front--search', 'submit', 'submit') }}\t\t\t\t\t\n \t\t\t\t\t\t>\n \t\t\t\t\t\t\t<form>\n \t\t\t\t\t\t\t\t<input class="form-control me-2" type="search" placeholder="{{ 'Search'|trans }}" aria-label="Search" data-front--search-target="searchInput" data-action='front--search#updateSearch'>\n \t\t\t\t\t\t\t</form>\n \t\t\t\t\t\t\t<div id="desktop-header-search-result" data-front--search-target="searchResult"></div>\n \t\t\t\t\t\t</div>\n \t\t\t\t\t</div>\n \t\t\t\t</div>\n \t\t\t</div>\n \t\t\t{% include "front/navbar/main_navbar.html.twig" %}\n \n \t\t\t{% block body %}{% endblock %} \n \n \t\t</div>\n \n \t\t<button onclick="topFunction()" id="topButton" title="Go to top">\n \t\t\t<i class="fas fa-caret-square-up me-1"></i>\n \t\t\t{% trans %}\n \t\t\t\tPage Up\n \t\t\t{% endtrans %}\n \t\t</button>\n \n \t\t<footer>\n \t\t\t{% include "front/components/_footer.html.twig" %}\n \t\t</footer>\n \n \n \t\t{% block javascripts %}{% endblock %}\n \n \t\t{# MAILCHIMP #}\n \t\t<script id="mcjs">\n \t\t\t!function (c, h, i, m, p) {\n m = c.createElement(h),\n p = c.getElementsByTagName(h)[0],\n m.async = 1,\n m.src = i,\n p.parentNode.insertBefore(m, p)\n }(document, "script", "https://chimpstatic.com/mcjs-connected/js/users/87aba40fd9037bec0b8720a1b/a8ce29b8ffaf273a0357506df.js");\n \t\t</script>\n \n \t\t{# TOP BUTTON #}\n \t\t<script>\n \t\t\t// Get the button:\n \t\t\tlet topButton = document.getElementById("topButton");\n \n \t\t\t// When the user scrolls down 20px from the top of the document, show the button\n \t\t\twindow.onscroll = function() {scrollFunction()};\n \n \t\t\tfunction scrollFunction() {\n \t\t\t\tif (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {\n \t\t\t\t\ttopButton.style.display = "block";\n \t\t\t\t} else {\n \t\t\t\t\ttopButton.style.display = "none";\n \t\t\t\t}\n \t\t\t}\n \n \t\t\t// When the user clicks on the button, scroll to the top of the document\n \t\t\tfunction topFunction() {\n \t\t\t\tdocument.body.scrollTop = 0; // For Safari\n \t\t\t\tdocument.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera\n \t\t\t}\t\t\n \t\t</script>\n \n \t\t{% block datalayer_custom_events %}{% endblock %}\n \n \t\t{# Render the Google Datalayer Events #}\n \t\t{% for datalayer in app.flashes('datalayer') %}\n \t\t\t{{ datalayer|raw }}\n \t\t{% endfor %}\n \t</body>\n </html>\n """ : { { Twig\Lexer->lexExpression(): void … › › |
| logger | Symfony\Bridge\Monolog\Processor\DebugProcessor {#807 -records: [ "" => [ [ "timestamp" => 1761725886 "timestamp_rfc3339" => "2025-10-29T04:18:06.046-04:00" "message" => "Warning: Zend OPcache API is restricted by "restrict_api" configuration directive" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#796 +count: 15 -severity: E_WARNING : { { Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void … › |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| host | "www.rsystprojectwebsite.com" |
| user-agent | "meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)" |
| x-php-ob-level | "0" |
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 | "Wed, 29 Oct 2025 08:18:13 GMT" |
| vary | "Accept" |
| x-debug-exception | "Unclosed%20%22%7B%22." |
| x-debug-exception-file | "%2Fhome%2Frsystpro%2Fdomains%2Frsystproject.com%2Fpublic_html%2Ftemplates%2Ffront%2Fbase.html.twig:57" |
| x-debug-token | "f9dc85" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 12
Session Metadata
| Key | Value |
|---|---|
| Created | "Wed, 29 Oct 25 04:18:06 -0400" |
| Last used | "Wed, 29 Oct 25 04:18:06 -0400" |
| Lifetime | 0 |
Session Attributes
| Attribute | Value |
|---|---|
| context | [ "language_id" => "2" "country_id" => 4 ] |
Session Usage
12
Usages
Stateless check enabled
| Usage |
|---|
App\Event\LocaleSubscriber:30
[
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/src/Event/LocaleSubscriber.php"
"line" => 30
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelRequest"
"class" => "App\Event\LocaleSubscriber"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/public/index.php"
"line" => 5
"args" => [
"/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
App\Event\LocaleSubscriber:69
[
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/src/Event/LocaleSubscriber.php"
"line" => 69
"function" => "has"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelRequest"
"class" => "App\Event\LocaleSubscriber"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/public/index.php"
"line" => 5
"args" => [
"/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
App\Event\LocaleSubscriber:75
[
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/src/Event/LocaleSubscriber.php"
"line" => 75
"function" => "set"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelRequest"
"class" => "App\Event\LocaleSubscriber"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/public/index.php"
"line" => 5
"args" => [
"/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
App\Event\LocaleSubscriber:80
[
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/src/Event/LocaleSubscriber.php"
"line" => 80
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelRequest"
"class" => "App\Event\LocaleSubscriber"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/public/index.php"
"line" => 5
"args" => [
"/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
App\Event\Front\CustomerContextSubscriber:42
[
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/src/Event/Front/CustomerContextSubscriber.php"
"line" => 42
"function" => "has"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelRequest"
"class" => "App\Event\Front\CustomerContextSubscriber"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/public/index.php"
"line" => 5
"args" => [
"/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
App\Services\Front\ContextService:74
[
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/src/Services/Front/ContextService.php"
"line" => 74
"function" => "has"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/src/Services/Front/ContextService.php"
"line" => 37
"function" => "getSessionContext"
"class" => "App\Services\Front\ContextService"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/src/Controller/Front/MainController.php"
"line" => 172
"function" => "getLanguage"
"class" => "App\Services\Front\ContextService"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 181
"function" => "paramConverter"
"class" => "App\Controller\Front\MainController"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/public/index.php"
"line" => 5
"args" => [
"/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
App\Services\Front\ContextService:75
[
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/src/Services/Front/ContextService.php"
"line" => 75
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/src/Services/Front/ContextService.php"
"line" => 37
"function" => "getSessionContext"
"class" => "App\Services\Front\ContextService"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/src/Controller/Front/MainController.php"
"line" => 172
"function" => "getLanguage"
"class" => "App\Services\Front\ContextService"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 181
"function" => "paramConverter"
"class" => "App\Controller\Front\MainController"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/public/index.php"
"line" => 5
"args" => [
"/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 69
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 169
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 214
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 202
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 117
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 239
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/public/index.php"
"line" => 5
"args" => [
"/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 70
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 169
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 214
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 202
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 117
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 239
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/public/index.php"
"line" => 5
"args" => [
"/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 71
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 169
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 214
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 202
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 117
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 239
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/public/index.php"
"line" => 5
"args" => [
"/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 72
"function" => "all"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 169
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 214
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 202
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 117
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 239
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/public/index.php"
"line" => 5
"args" => [
"/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 73
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 169
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 214
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 202
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 117
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 239
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/rsystpro/domains/rsystproject.com/public_html/public/index.php"
"line" => 5
"args" => [
"/home/rsystpro/domains/rsystproject.com/public_html/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 | "db4667f3dba2df58a59782102c8fecdf" |
| DATABASE_URL | "mysql://rsystpro_restockAppDB:multimedia3587CN@localhost:3306/rsystpro_restockAppDB?serverVersion=10.6.15-MariaDB" |
| MAILER_DSN | "smtp://no-reply@restockapp.ca:7FFlGPF7Wp@box16.domaineinternet.ca:587" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| BASE | "/public" |
| CONTEXT_DOCUMENT_ROOT | "/home/rsystpro/domains/rsystproject.com/public_html/" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/home/rsystpro/domains/rsystproject.com/public_html/" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| H2PUSH | "off" |
| H2_PUSH | "off" |
| H2_PUSHED | "" |
| H2_PUSHED_ON | "" |
| H2_STREAM_ID | "1" |
| H2_STREAM_TAG | "2919392-6246-1" |
| HOME | "/home/rsystpro" |
| HTTP2 | "on" |
| HTTPS | "on" |
| HTTP_ACCEPT | "*/*" |
| HTTP_HOST | "www.rsystprojectwebsite.com" |
| HTTP_USER_AGENT | "meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" |
| PHP_SELF | "/public/index.php" |
| QUERY_STRING | "" |
| REDIRECT_BASE | "/public" |
| REDIRECT_H2PUSH | "off" |
| REDIRECT_H2_PUSH | "off" |
| REDIRECT_H2_PUSHED | "" |
| REDIRECT_H2_PUSHED_ON | "" |
| REDIRECT_H2_STREAM_ID | "1" |
| REDIRECT_H2_STREAM_TAG | "2919392-6246-1" |
| REDIRECT_HTTP2 | "on" |
| REDIRECT_HTTPS | "on" |
| REDIRECT_REDIRECT_H2PUSH | "off" |
| REDIRECT_REDIRECT_H2_PUSH | "off" |
| REDIRECT_REDIRECT_H2_PUSHED | "" |
| REDIRECT_REDIRECT_H2_PUSHED_ON | "" |
| REDIRECT_REDIRECT_H2_STREAM_ID | "1" |
| REDIRECT_REDIRECT_H2_STREAM_TAG | "2919392-6246-1" |
| REDIRECT_REDIRECT_HTTP2 | "on" |
| REDIRECT_REDIRECT_HTTPS | "on" |
| REDIRECT_REDIRECT_SSL_TLS_SNI | "www.rsystprojectwebsite.com" |
| REDIRECT_REDIRECT_STATUS | "200" |
| REDIRECT_REDIRECT_UNIQUE_ID | "aQHNvt29DEDxqLRP3ULlaAABXTg" |
| REDIRECT_SSL_TLS_SNI | "www.rsystprojectwebsite.com" |
| REDIRECT_STATUS | "200" |
| REDIRECT_UNIQUE_ID | "aQHNvt29DEDxqLRP3ULlaAABXTg" |
| REDIRECT_URL | "/public/569612/" |
| REMOTE_ADDR | "57.141.0.55" |
| REMOTE_PORT | "37126" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1761725886 |
| REQUEST_TIME_FLOAT | 1761725886.021 |
| REQUEST_URI | "/569612/" |
| SCRIPT_FILENAME | "/home/rsystpro/domains/rsystproject.com/public_html/public/index.php" |
| SCRIPT_NAME | "/public/index.php" |
| SERVER_ADDR | "51.161.115.150" |
| SERVER_ADMIN | "webmaster@rsystprojectwebsite.com" |
| SERVER_NAME | "www.rsystprojectwebsite.com" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/2.0" |
| SERVER_SIGNATURE | "" |
| SERVER_SOFTWARE | "Apache/2" |
| SSL_TLS_SNI | "www.rsystprojectwebsite.com" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,MAILER_DSN,DATABASE_URL,MESSENGER_TRANSPORT_DSN" |
| UNIQUE_ID | "aQHNvt29DEDxqLRP3ULlaAABXTg" |
| USER | "rsystpro" |
| proxy-nokeepalive | "1" |
Parent Request
Return to parent request (token = 807738)
| Key | Value |
|---|---|
| _controller | "App\Controller\Front\MainController::paramConverter" |
| _firewall_context | "security.firewall.map.context.main" |
| _locale | "en" |
| _remove_csp_headers | true |
| _route | "front_param_converter" |
| _route_params | [ "_locale" => "en" "param" => "569612" ] |
| _security_firewall_run | "_security_main" |
| _stopwatch_token | "f4ad9a" |
| param | "569612" |