| exception |
Twig\Error\SyntaxError {#2277
#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
"""
trace: {
/home/rsystpro/domains/rsystproject.com/public_html/templates/front/base.html.twig:57 {
Twig\Lexer->lexExpression(): void …
›
› <body {{ stimulus_controller('front--main', {})|stimulus_controller{'front--navbar', {}) }}>
›
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Lexer.php:311 {
Twig\Lexer->lexVar(): void …
› } else {
› $this->lexExpression();
› }
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Lexer.php:205 {
Twig\Lexer->tokenize(Source $source): TokenStream …
› case self::STATE_VAR:
› $this->lexVar();
› break;
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Environment.php:504 {
Twig\Environment->tokenize(Source $source): TokenStream …
›
› return $this->lexer->tokenize($source);
› }
arguments: {
$source: Twig\Source {#1858 …}
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Environment.php:551 {
Twig\Environment->compileSource(Source $source): string …
› try {
› return $this->compile($this->parse($this->tokenize($source)));
› } catch (Error $e) {
arguments: {
$source: Twig\Source {#1858 …}
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Environment.php:381 {
Twig\Environment->loadTemplate(string $cls, string $name, ?int $index = null): Template …
› $source = $this->getLoader()->getSourceContext($name);
› $content = $this->compileSource($source);
› $this->cache->write($key, $content);
arguments: {
$source: Twig\Source {#1858 …}
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Template.php:306 {
Twig\Template->loadTemplate($template, $templateName = null, $line = null, $index = null): TemplateWrapper …
›
› return $this->env->loadTemplate($class, $template, $index);
› } catch (Error $e) {
arguments: {
$cls: "__TwigTemplate_351ba658b2ba97227edd5ba2cc4a67da"
$name: "front/base.html.twig"
$index: null
}
}
/home/rsystpro/domains/rsystproject.com/public_html/var/cache/dev/twig/22/22eabdaabf203bd45289c81fcc1d0c4d.php:57 {
__TwigTemplate_e5659b65c63a8034503ac6c58ad527de->doDisplay(array $context, array $blocks = []): iterable …
›
› $this->parent = $this->loadTemplate("front/base.html.twig", "front/product.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
arguments: {
$template: "front/base.html.twig"
$templateName: "front/product.html.twig"
$line: 1
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Template.php:393 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …7]
$blocks: [ …6]
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Template.php:349 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …7]
$blocks: [ …6]
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Template.php:364 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …1]
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/TemplateWrapper.php:35 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …1]
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Environment.php:306 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …1]
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "front/product.html.twig"
$context: [ …1]
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "front/product.html.twig"
$block: null
$parameters: [ …1]
$method: "render"
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "front/product.html.twig"
$block: null
$parameters: [ …1]
$response: null
$method: "render"
}
}
/home/rsystpro/domains/rsystproject.com/public_html/src/Controller/Front/MainController.php:193 {
App\Controller\Front\MainController->paramConverter(string $param, ContextService $contextService, CategoryRepository $categoryRepository, FrontProductRepository $frontProductRepository, FrontProductService $frontProductService, UrlGeneratorInterface $urlGeneratorInterface, Request $request): Response …
› return $this->render('front/product.html.twig', [
› 'frontProduct' => $frontProduct,
› ]);
arguments: {
$view: "front/product.html.twig"
$parameters: [ …1]
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$param: "CP610035"
$contextService: App\Services\Front\ContextService {#714 …}
$categoryRepository: App\Repository\CategoryRepository {#220 …}
$frontProductRepository: App\Repository\Front\FrontProductRepository {#206 …}
$frontProductService: App\Services\Front\FrontProductService {#196 …}
$urlGeneratorInterface: Symfony\Bundle\FrameworkBundle\Routing\Router {#688 …}
$request: Symfony\Component\HttpFoundation\Request {#17 …}
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
$type: 1
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
$type: 1
$catch: true
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/rsystpro/domains/rsystproject.com/public_html/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
}
}
}
} |
| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#807
-records: [
"" => [
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.387-05: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
trace: {
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/error-handler/DebugClassLoader.php:292 {
Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
› // no-op
› } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {
› include $file;
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/debug-bundle/DebugBundle.php:38 {
› // will buffer it, and release it at the end of the script.
› VarDumper::setHandler(function ($var, ?string $label = null) use ($container) {
› $dumper = $container->get('data_collector.dump');
}
}
}
]
"channel" => "php"
]
]
17 => [
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.392-05:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "front_param_converter"
"route_parameters" => [
"_route" => "front_param_converter"
"_controller" => "App\Controller\Front\MainController::paramConverter"
"_locale" => "en"
"param" => "CP610035"
]
"request_uri" => "https://www.rsystprojectwebsite.com/CP610035/"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.393-05:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 2
]
"channel" => "security"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.393-05:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "App\Security\UserAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.393-05:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "App\Security\UserAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.393-05:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.393-05:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.393-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.393-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.393-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.393-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Event\LocaleSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.393-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.393-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.393-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.393-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.393-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.393-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.393-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Event\Front\CustomerContextSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.394-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.394-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.402-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.402-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.402-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerAHrxAJ9\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.402-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.407-05:00"
"message" => "User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Entity\Front\Customer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#124
#message: "User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Entity\Front\Customer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 337
#severity: E_USER_DEPRECATED
trace: {
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/error-handler/DebugClassLoader.php:337 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php:1213 {
Doctrine\ORM\Mapping\ClassMetadataInfo->validateAssociations() …
› if (
› ! class_exists($mapping['targetEntity'])
› && ! interface_exists($mapping['targetEntity'])
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:285 {
Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata($class, $parent) …
› $class->validateIdentifier();
› $class->validateAssociations();
› $class->validateLifecycleCallbacks($this->getReflectionService());
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:264 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $this->validateRuntimeMetadata($class, $parent);
› }
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/home/rsystpro/domains/rsystproject.com/public_html/src/Services/Front/ContextService.php:39 {
App\Services\Front\ContextService->getLanguage(): Language …
›
› $repository = $this->em->getRepository(Language::class);
›
}
/home/rsystpro/domains/rsystproject.com/public_html/src/Controller/Front/MainController.php:172 {
App\Controller\Front\MainController->paramConverter(string $param, ContextService $contextService, CategoryRepository $categoryRepository, FrontProductRepository $frontProductRepository, FrontProductService $frontProductService, UrlGeneratorInterface $urlGeneratorInterface, Request $request): Response …
›
› $language = $contextService->getLanguage();
›
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$param: "CP610035"
$contextService: App\Services\Front\ContextService {#714 …}
$categoryRepository: App\Repository\CategoryRepository {#220 …}
$frontProductRepository: App\Repository\Front\FrontProductRepository {#206 …}
$frontProductService: App\Services\Front\FrontProductService {#196 …}
$urlGeneratorInterface: Symfony\Bundle\FrameworkBundle\Routing\Router {#688 …}
$request: Symfony\Component\HttpFoundation\Request {#17 …}
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
$type: 1
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
$type: 1
$catch: true
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/rsystpro/domains/rsystproject.com/public_html/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.409-05:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"use_savepoints" => true
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "localhost"
"port" => 3306
"user" => "rsystpro_restockAppDB"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => [
"collation" => "utf8mb4_unicode_ci"
]
"dbname" => "rsystpro_restockAppDB"
"serverVersion" => "10.6.15-MariaDB"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.410-05:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.iso_code AS iso_code_3, t0.display_name AS display_name_4, t0.is_active AS is_active_5 FROM language t0 WHERE t0.id = ?"
"params" => [
1 => "2"
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.424-05:00"
"message" => "User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#845
#message: "User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 337
#severity: E_USER_DEPRECATED
trace: {
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/error-handler/DebugClassLoader.php:337 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php:1213 {
Doctrine\ORM\Mapping\ClassMetadataInfo->validateAssociations() …
› if (
› ! class_exists($mapping['targetEntity'])
› && ! interface_exists($mapping['targetEntity'])
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:285 {
Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata($class, $parent) …
› $class->validateIdentifier();
› $class->validateAssociations();
› $class->validateLifecycleCallbacks($this->getReflectionService());
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:264 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $this->validateRuntimeMetadata($class, $parent);
› }
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/orm/src/Query/SqlWalker.php:831 {
Doctrine\ORM\Query\SqlWalker->walkSelectClause($selectClause) …
›
› $targetClass = $this->em->getClassMetadata($assoc['targetEntity']);
› $isIdentifier = (isset($assoc['id']) && $assoc['id'] === true);
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/orm/src/Query/SqlWalker.php:583 {
Doctrine\ORM\Query\SqlWalker->createSqlForFinalizer(SelectStatement $AST): string …
› {
› $sql = $this->walkSelectClause($AST->selectClause)
› . $this->walkFromClause($AST->fromClause)
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/orm/src/Query/SqlOutputWalker.php:18 {
Doctrine\ORM\Query\SqlOutputWalker->getFinalizer($AST): SqlFinalizer …
› case $AST instanceof AST\SelectStatement:
› return new SingleSelectSqlFinalizer($this->createSqlForFinalizer($AST));
›
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/orm/src/Query/Parser.php:404 {
Doctrine\ORM\Query\Parser->parse() …
› if ($outputWalker instanceof OutputWalker) {
› $finalizer = $outputWalker->getFinalizer($AST);
› $this->parserResult->setSqlFinalizer($finalizer);
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/orm/src/Query.php:279 {
Doctrine\ORM\Query->parse(): ParserResult …
›
› $this->parserResult = $parser->parse();
›
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/orm/src/Query.php:865 {
Doctrine\ORM\Query->getSqlExecutor(): AbstractSqlExecutor …
› {
› return $this->parse()->prepareSqlExecutor($this);
› }
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/orm/src/Query.php:291 {
Doctrine\ORM\Query->_doExecute() …
› {
› $executor = $this->getSqlExecutor();
›
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/orm/src/AbstractQuery.php:1218 {
Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
›
› $stmt = $this->_doExecute();
›
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/orm/src/AbstractQuery.php:1172 {
Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
›
› return $this->executeIgnoreQueryCache($parameters, $hydrationMode);
› }
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/doctrine/orm/src/AbstractQuery.php:959 {
Doctrine\ORM\AbstractQuery->getOneOrNullResult($hydrationMode = null) …
› try {
› $result = $this->execute(null, $hydrationMode);
› } catch (NoResultException $e) {
}
/home/rsystpro/domains/rsystproject.com/public_html/src/Repository/CategoryRepository.php:92 {
App\Repository\CategoryRepository->findMainCategoryByName($categoryName, Language $language): Category …
› ->getQuery()
› ->getOneOrNullResult()
› ;
}
/home/rsystpro/domains/rsystproject.com/public_html/src/Controller/Front/MainController.php:175 {
App\Controller\Front\MainController->paramConverter(string $param, ContextService $contextService, CategoryRepository $categoryRepository, FrontProductRepository $frontProductRepository, FrontProductService $frontProductService, UrlGeneratorInterface $urlGeneratorInterface, Request $request): Response …
› // Is it a parent category?
› $category = $categoryRepository->findMainCategoryByName($param, $language);
›
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$param: "CP610035"
$contextService: App\Services\Front\ContextService {#714 …}
$categoryRepository: App\Repository\CategoryRepository {#220 …}
$frontProductRepository: App\Repository\Front\FrontProductRepository {#206 …}
$frontProductService: App\Services\Front\FrontProductService {#196 …}
$urlGeneratorInterface: Symfony\Bundle\FrameworkBundle\Routing\Router {#688 …}
$request: Symfony\Component\HttpFoundation\Request {#17 …}
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
$type: 1
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
$type: 1
$catch: true
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/rsystpro/domains/rsystproject.com/public_html/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.424-05:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.is_main AS is_main_2, c0_.generic_value AS generic_value_3, c0_.high_value_threshold AS high_value_threshold_4, c0_.is_updated AS is_updated_5, c0_.is_active AS is_active_6, c0_.can_have_cp AS can_have_cp_7, c0_.slug AS slug_8, c0_.is_public AS is_public_9, c0_.generic_high_value AS generic_high_value_10, c0_.newsletter_default_footer_image AS newsletter_default_footer_image_11, c0_.newsletter_default_footer_image_price_drop AS newsletter_default_footer_image_price_drop_12, c0_.google_id AS google_id_13, c0_.max_quantity_same_lot_item AS max_quantity_same_lot_item_14, c0_.parent_id AS parent_id_15, c0_.scan_category_group_id AS scan_category_group_id_16 FROM category c0_ INNER JOIN category_lang c1_ ON c0_.id = c1_.category_id AND (c1_.language_id = ?) WHERE c1_.slug = ? AND c0_.parent_id IS NULL AND c0_.is_active = 1 AND c0_.is_public = 1"
"params" => [
1 => 2
2 => "CP610035"
]
"types" => [
1 => 1
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1765798888
"timestamp_rfc3339" => "2025-12-15T06:41:28.433-05:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.sku AS sku_3, t0.price AS price_4, t0.images AS images_5, t0.msrp AS msrp_6, t0.discount AS discount_7, t0.total_units AS total_units_8, t0.package_units AS package_units_9, t0.package_format AS package_format_10, t0.is_cp AS is_cp_11, t0.manifest AS manifest_12, t0.weight AS weight_13, t0.description AS description_14, t0.sale_price AS sale_price_15, t0.cost_price AS cost_price_16, t0.calculated_price AS calculated_price_17, t0.quantity_on_hand AS quantity_on_hand_18, t0.quantity_pending AS quantity_pending_19, t0.quantity_available AS quantity_available_20, t0.track_inventory AS track_inventory_21, t0.sort_order AS sort_order_22, t0.is_visible AS is_visible_23, t0.is_allow_purchase AS is_allow_purchase_24, t0.product_availability AS product_availability_25, t0.minimum_purchase_quantity AS minimum_purchase_quantity_26, t0.maximum_purchase_quantity AS maximum_purchase_quantity_27, t0.has_free_shipping AS has_free_shipping_28, t0.fixed_shipping_price AS fixed_shipping_price_29, t0.width AS width_30, t0.height AS height_31, t0.depth AS depth_32, t0.brand AS brand_33, t0.warranty AS warranty_34, t0.show_product_condition AS show_product_condition_35, t0.code AS code_36, t0.tax_group AS tax_group_37, t0.tax_provider_code AS tax_provider_code_38, t0.search_keywords AS search_keywords_39, t0.page_title AS page_title_40, t0.meta_keywords AS meta_keywords_41, t0.meta_description AS meta_description_42, t0.slug AS slug_43, t0.cost_per_unit AS cost_per_unit_44, t0.is_overstock_lot AS is_overstock_lot_45, t0.is_add_on_lot AS is_add_on_lot_46, t0.is_price_drop AS is_price_drop_47, t0.price_dropped_at AS price_dropped_at_48, t0.published_at AS published_at_49, t0.note AS note_50, t0.is_listing_done AS is_listing_done_51, t0.package_sizes AS package_sizes_52, t0.is_truckload AS is_truckload_53, t0.search_terms AS search_terms_54, t0.created_at AS created_at_55, t0.updated_at AS updated_at_56, t0.supplier_id AS supplier_id_57, t0.warehouse_id AS warehouse_id_58, t0.product_condition_id AS product_condition_id_59, t0.category_id AS category_id_60, t61.id AS id_62, t61.msrp AS msrp_63, t61.price AS price_64, t61.nb_pallets AS nb_pallets_65, t61.nb_gaylords AS nb_gaylords_66, t61.nb_boxes AS nb_boxes_67, t61.number AS number_68, t61.manifest AS manifest_69, t61.manifest_html AS manifest_html_70, t61.is_listing_done AS is_listing_done_71, t61.is_deleted AS is_deleted_72, t61.created_by_id AS created_by_id_73, t61.related_front_product_id AS related_front_product_id_74, t75.id AS id_76, t75.is_basic_step_done AS is_basic_step_done_77, t75.is_image_step_done AS is_image_step_done_78, t75.is_shipping_step_done AS is_shipping_step_done_79, t75.is_marketing_step_done AS is_marketing_step_done_80, t75.front_product_id AS front_product_id_81, t0.created_by_id AS created_by_id_82, t0.published_by_id AS published_by_id_83, t0.created_by_customer_id AS created_by_customer_id_84, t0.original_lot_id AS original_lot_id_85 FROM front_product t0 LEFT JOIN truckload t61 ON t61.related_front_product_id = t0.id LEFT JOIN front_product_listing_progress t75 ON t75.front_product_id = t0.id WHERE t0.sku = ? ORDER BY t0.id DESC LIMIT 1"
"params" => [
1 => "CP610035"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.795-05:00"
"message" => "Uncaught PHP Exception Twig\Error\SyntaxError: "Unclosed "{"." at base.html.twig line 57"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Twig\Error\SyntaxError {#2277
#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
"""
trace: {
/home/rsystpro/domains/rsystproject.com/public_html/templates/front/base.html.twig:57 {
Twig\Lexer->lexExpression(): void …
›
› <body {{ stimulus_controller('front--main', {})|stimulus_controller{'front--navbar', {}) }}>
›
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Lexer.php:311 {
Twig\Lexer->lexVar(): void …
› } else {
› $this->lexExpression();
› }
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Lexer.php:205 {
Twig\Lexer->tokenize(Source $source): TokenStream …
› case self::STATE_VAR:
› $this->lexVar();
› break;
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Environment.php:504 {
Twig\Environment->tokenize(Source $source): TokenStream …
›
› return $this->lexer->tokenize($source);
› }
arguments: {
$source: Twig\Source {#1858 …}
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Environment.php:551 {
Twig\Environment->compileSource(Source $source): string …
› try {
› return $this->compile($this->parse($this->tokenize($source)));
› } catch (Error $e) {
arguments: {
$source: Twig\Source {#1858 …}
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Environment.php:381 {
Twig\Environment->loadTemplate(string $cls, string $name, ?int $index = null): Template …
› $source = $this->getLoader()->getSourceContext($name);
› $content = $this->compileSource($source);
› $this->cache->write($key, $content);
arguments: {
$source: Twig\Source {#1858 …}
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Template.php:306 {
Twig\Template->loadTemplate($template, $templateName = null, $line = null, $index = null): TemplateWrapper …
›
› return $this->env->loadTemplate($class, $template, $index);
› } catch (Error $e) {
arguments: {
$cls: "__TwigTemplate_351ba658b2ba97227edd5ba2cc4a67da"
$name: "front/base.html.twig"
$index: null
}
}
/home/rsystpro/domains/rsystproject.com/public_html/var/cache/dev/twig/22/22eabdaabf203bd45289c81fcc1d0c4d.php:57 {
__TwigTemplate_e5659b65c63a8034503ac6c58ad527de->doDisplay(array $context, array $blocks = []): iterable …
›
› $this->parent = $this->loadTemplate("front/base.html.twig", "front/product.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
arguments: {
$template: "front/base.html.twig"
$templateName: "front/product.html.twig"
$line: 1
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Template.php:393 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …7]
$blocks: [ …6]
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Template.php:349 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …7]
$blocks: [ …6]
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Template.php:364 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …1]
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/TemplateWrapper.php:35 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …1]
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/twig/twig/src/Environment.php:306 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …1]
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "front/product.html.twig"
$context: [ …1]
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "front/product.html.twig"
$block: null
$parameters: [ …1]
$method: "render"
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "front/product.html.twig"
$block: null
$parameters: [ …1]
$response: null
$method: "render"
}
}
/home/rsystpro/domains/rsystproject.com/public_html/src/Controller/Front/MainController.php:193 {
App\Controller\Front\MainController->paramConverter(string $param, ContextService $contextService, CategoryRepository $categoryRepository, FrontProductRepository $frontProductRepository, FrontProductService $frontProductService, UrlGeneratorInterface $urlGeneratorInterface, Request $request): Response …
› return $this->render('front/product.html.twig', [
› 'frontProduct' => $frontProduct,
› ]);
arguments: {
$view: "front/product.html.twig"
$parameters: [ …1]
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$param: "CP610035"
$contextService: App\Services\Front\ContextService {#714 …}
$categoryRepository: App\Repository\CategoryRepository {#220 …}
$frontProductRepository: App\Repository\Front\FrontProductRepository {#206 …}
$frontProductService: App\Services\Front\FrontProductService {#196 …}
$urlGeneratorInterface: Symfony\Bundle\FrameworkBundle\Routing\Router {#688 …}
$request: Symfony\Component\HttpFoundation\Request {#17 …}
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
$type: 1
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
$type: 1
$catch: true
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
}
}
/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/rsystpro/domains/rsystproject.com/public_html/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/rsystpro/domains/rsystproject.com/public_html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.836-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.836-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.837-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.837-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.837-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.837-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.837-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.837-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.837-05:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.844-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.844-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.844-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.844-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.844-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.844-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.844-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.844-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.844-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.844-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.844-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.844-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.844-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.844-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.844-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.844-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.844-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
2468 => [
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.796-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.796-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.796-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.796-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Event\LocaleSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.796-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.796-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.796-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.796-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.796-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.796-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.796-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Event\Front\CustomerContextSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.797-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.797-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.797-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.797-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.797-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerAHrxAJ9\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.797-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.836-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.836-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.836-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.836-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.836-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.836-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.836-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.836-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.836-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.836-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.836-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.836-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.836-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.836-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.836-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.836-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1765798899
"timestamp_rfc3339" => "2025-12-15T06:41:39.836-05:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
"" => 0
17 => 1
2468 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#806 …}
} |