| logger |
Symfony\Bridge\Monolog\Logger {#157
#name: "request"
#handlers: [
Monolog\Handler\StreamHandler {#155
#stream: stream resource @9
timed_out: false
blocked: true
eof: false
wrapper_type: "plainfile"
stream_type: "STDIO"
mode: "a"
unread_bytes: 0
seekable: true
uri: "/home/grafikstageio/public_html/var/logs/dev.log"
options: []
}
#url: "/home/grafikstageio/public_html/var/logs/dev.log"
-errorMessage: null
#filePermission: null
#useLocking: false
-dirCreated: true
#level: 100
#bubble: true
#formatter: Monolog\Formatter\LineFormatter {#547 …}
#processors: [
Monolog\Processor\PsrLogMessageProcessor {#154}
]
}
Symfony\Bridge\Monolog\Handler\ConsoleHandler {#156
-output: null
-verbosityLevelMap: [
16 => 400
32 => 300
64 => 250
128 => 200
256 => 100
]
-consoleFormaterOptions: []
#level: 100
#bubble: true
#formatter: null
#processors: []
}
]
#processors: [
Symfony\Bridge\Monolog\Processor\DebugProcessor {#336
-records: [
"000000001e64cb11000000000c86db84" => [
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#16
#message: "User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php"
#line: 16
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:16 {
include …
›
› @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', DebugClassLoader::class, \Symfony\Component\ErrorHandler\DebugClassLoader::class), E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/vendor/composer/ClassLoader.php:444 {
Composer\Autoload\includeFile($file) …
› {
› include $file;
› }
}
/home/grafikstageio/public_html/vendor/composer/ClassLoader.php:322 {
Composer\Autoload\ClassLoader->loadClass($class) …
› if ($file = $this->findFile($class)) {
› includeFile($file);
›
}
Composer\Autoload\ClassLoader->loadClass() {}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Debug/Debug.php:62 {
Symfony\Component\Debug\Debug::enable($errorReportingLevel = E_ALL, $displayErrors = true) …
›
› DebugClassLoader::enable();
› }
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Bootstrap.php:335 {
Pimcore\Bootstrap::kernel() …
› if ($debug) {
› Debug::enable(PIMCORE_PHP_ERROR_REPORTING);
› @ini_set('display_errors', 'On');
}
/home/grafikstageio/public_html/web/app.php:31 {
› /** @var \Pimcore\Kernel $kernel */
› $kernel = \Pimcore\Bootstrap::kernel();
›
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#340
#message: "User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php:14 {
include_once …
›
› @trigger_error('The '.FilesystemLoader::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:553 {
Container84jF0cd\appAppKernelDevDebugContainer->Container84jF0cd\{closure} …
› include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php';
› include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:159 {
Symfony\Component\DependencyInjection\Container->set($id, $service) …
› unset($this->privates['service_container']);
› $initialize();
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:517 {
Symfony\Component\HttpKernel\Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Kernel.php:183 {
Pimcore\Kernel->initializeContainer() …
› {
› parent::initializeContainer();
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:136 {
Symfony\Component\HttpKernel\Kernel->boot() …
› // init container
› $this->initializeContainer();
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Kernel.php:162 {
Pimcore\Kernel->boot() …
›
› parent::boot();
› }
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Bootstrap.php:355 {
Pimcore\Bootstrap::kernel() …
› \Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/home/grafikstageio/public_html/web/app.php:31 {
› /** @var \Pimcore\Kernel $kernel */
› $kernel = \Pimcore\Bootstrap::kernel();
›
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#166
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Cache.php:58 {
Pimcore\Cache::init() …
› ->get('event_dispatcher')
› ->dispatch(CoreCacheEvents::INIT, new Event());
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Kernel.php:192 {
Pimcore\Kernel->initializeContainer() …
› \Pimcore::initLogger();
› \Pimcore\Cache::init();
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:136 {
Symfony\Component\HttpKernel\Kernel->boot() …
› // init container
› $this->initializeContainer();
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Kernel.php:162 {
Pimcore\Kernel->boot() …
›
› parent::boot();
› }
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Bootstrap.php:355 {
Pimcore\Bootstrap::kernel() …
› \Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/home/grafikstageio/public_html/web/app.php:31 {
› /** @var \Pimcore\Kernel $kernel */
› $kernel = \Pimcore\Bootstrap::kernel();
›
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "pimcore.templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#106
#message: "User Deprecated: The "pimcore.templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0."
#code: 0
#file: "/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getPimcore_Templating_Engine_PhpService.php"
#line: 9
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getPimcore_Templating_Engine_PhpService.php:9 {
require …
›
› @trigger_error('The "pimcore.templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:885 {
Container84jF0cd\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
› {
› $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:1710 {
Container84jF0cd\appAppKernelDevDebugContainer->Container84jF0cd\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
› }, 1 => 'handleRequest'], 11);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\PhpEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#105
#message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\PhpEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.PhpEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:128 {
spl_autoload_call($class_name) …
› */
› class PhpEngine extends BasePhpEngine
› {
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:28 {
spl_autoload_call($class_name) …
› */
› class TimedPhpEngine extends PhpEngine
› {
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getPimcore_Templating_Engine_PhpService.php:17 {
require …
›
› $this->services['pimcore.templating.engine.php'] = $instance = new \Pimcore\Templating\TimedPhpEngine(($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
› 'Pimcore\\Templating\\Helper\\Action' => ['services', 'pimcore.templating.view_helper.action', 'getPimcore_Templating_ViewHelper_ActionService', false],
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:885 {
Container84jF0cd\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
› {
› $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:1710 {
Container84jF0cd\appAppKernelDevDebugContainer->Container84jF0cd\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
› }, 1 => 'handleRequest'], 11);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#104
#message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/EngineInterface.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/EngineInterface.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.EngineInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:29 {
spl_autoload_call($class_name) …
› */
› class PhpEngine extends BasePhpEngine implements EngineInterface
› {
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:128 {
spl_autoload_call($class_name) …
› */
› class PhpEngine extends BasePhpEngine
› {
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:28 {
spl_autoload_call($class_name) …
› */
› class TimedPhpEngine extends PhpEngine
› {
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getPimcore_Templating_Engine_PhpService.php:17 {
require …
›
› $this->services['pimcore.templating.engine.php'] = $instance = new \Pimcore\Templating\TimedPhpEngine(($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
› 'Pimcore\\Templating\\Helper\\Action' => ['services', 'pimcore.templating.view_helper.action', 'getPimcore_Templating_ViewHelper_ActionService', false],
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:885 {
Container84jF0cd\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
› {
› $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:1710 {
Container84jF0cd\appAppKernelDevDebugContainer->Container84jF0cd\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
› }, 1 => 'handleRequest'], 11);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#102
#message: "User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0."
#code: 0
#file: "/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplating_NameParserService.php"
#line: 9
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplating_NameParserService.php:9 {
require …
›
› @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getPimcore_Templating_Engine_PhpService.php:17 {
require …
›
› $this->services['pimcore.templating.engine.php'] = $instance = new \Pimcore\Templating\TimedPhpEngine(($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
› 'Pimcore\\Templating\\Helper\\Action' => ['services', 'pimcore.templating.view_helper.action', 'getPimcore_Templating_ViewHelper_ActionService', false],
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:885 {
Container84jF0cd\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
› {
› $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:1710 {
Container84jF0cd\appAppKernelDevDebugContainer->Container84jF0cd\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
› }, 1 => 'handleRequest'], 11);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#101
#message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplating_NameParserService.php:11 {
require …
›
› return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getPimcore_Templating_Engine_PhpService.php:17 {
require …
›
› $this->services['pimcore.templating.engine.php'] = $instance = new \Pimcore\Templating\TimedPhpEngine(($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
› 'Pimcore\\Templating\\Helper\\Action' => ['services', 'pimcore.templating.view_helper.action', 'getPimcore_Templating_ViewHelper_ActionService', false],
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:885 {
Container84jF0cd\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
› {
› $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:1710 {
Container84jF0cd\appAppKernelDevDebugContainer->Container84jF0cd\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
› }, 1 => 'handleRequest'], 11);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#98
#message: "User Deprecated: The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0."
#code: 0
#file: "/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplating_LoaderService.php"
#line: 9
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplating_LoaderService.php:9 {
require …
›
› @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getPimcore_Templating_Engine_PhpService.php:85 {
require …
› 'templating.helper.translator' => '?',
› ]), ($this->services['templating.loader'] ?? $this->load('getTemplating_LoaderService.php')), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->load('getTemplating_GlobalsService.php'));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:885 {
Container84jF0cd\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
› {
› $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:1710 {
Container84jF0cd\appAppKernelDevDebugContainer->Container84jF0cd\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
› }, 1 => 'handleRequest'], 11);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#97
#message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/FilesystemLoader.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/FilesystemLoader.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.FilesystemLoader::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplating_LoaderService.php:11 {
require …
›
› return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getPimcore_Templating_Engine_PhpService.php:85 {
require …
› 'templating.helper.translator' => '?',
› ]), ($this->services['templating.loader'] ?? $this->load('getTemplating_LoaderService.php')), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->load('getTemplating_GlobalsService.php'));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:885 {
Container84jF0cd\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
› {
› $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:1710 {
Container84jF0cd\appAppKernelDevDebugContainer->Container84jF0cd\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
› }, 1 => 'handleRequest'], 11);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#95
#message: "User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0."
#code: 0
#file: "/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplating_LocatorService.php"
#line: 9
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplating_LocatorService.php:9 {
require …
›
› @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplating_LoaderService.php:11 {
require …
›
› return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getPimcore_Templating_Engine_PhpService.php:85 {
require …
› 'templating.helper.translator' => '?',
› ]), ($this->services['templating.loader'] ?? $this->load('getTemplating_LoaderService.php')), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->load('getTemplating_GlobalsService.php'));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:885 {
Container84jF0cd\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
› {
› $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:1710 {
Container84jF0cd\appAppKernelDevDebugContainer->Container84jF0cd\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
› }, 1 => 'handleRequest'], 11);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#94
#message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplating_LocatorService.php:11 {
require …
›
› return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->load('getFileLocatorService.php')), $this->targetDir.'');
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplating_LoaderService.php:11 {
require …
›
› return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getPimcore_Templating_Engine_PhpService.php:85 {
require …
› 'templating.helper.translator' => '?',
› ]), ($this->services['templating.loader'] ?? $this->load('getTemplating_LoaderService.php')), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->load('getTemplating_GlobalsService.php'));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:885 {
Container84jF0cd\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
› {
› $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:1710 {
Container84jF0cd\appAppKernelDevDebugContainer->Container84jF0cd\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
› }, 1 => 'handleRequest'], 11);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#91
#message: "User Deprecated: The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0."
#code: 0
#file: "/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplating_GlobalsService.php"
#line: 9
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplating_GlobalsService.php:9 {
require …
›
› @trigger_error('The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getPimcore_Templating_Engine_PhpService.php:85 {
require …
› 'templating.helper.translator' => '?',
› ]), ($this->services['templating.loader'] ?? $this->load('getTemplating_LoaderService.php')), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->load('getTemplating_GlobalsService.php'));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:885 {
Container84jF0cd\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
› {
› $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:1710 {
Container84jF0cd\appAppKernelDevDebugContainer->Container84jF0cd\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
› }, 1 => 'handleRequest'], 11);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#90
#message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/GlobalVariables.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/GlobalVariables.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.GlobalVariables::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/GlobalVariables.php:20 {
spl_autoload_call($class_name) …
›
› class GlobalVariables extends BaseGlobalVariables
› {
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplating_GlobalsService.php:11 {
require …
›
› return new \Pimcore\Templating\GlobalVariables($this);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getPimcore_Templating_Engine_PhpService.php:85 {
require …
› 'templating.helper.translator' => '?',
› ]), ($this->services['templating.loader'] ?? $this->load('getTemplating_LoaderService.php')), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->load('getTemplating_GlobalsService.php'));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:885 {
Container84jF0cd\appAppKernelDevDebugContainer->getCsrfProtectionListenerService() …
› {
› $this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener([], ($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:1710 {
Container84jF0cd\appAppKernelDevDebugContainer->Container84jF0cd\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->services['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
› }, 1 => 'handleRequest'], 11);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#390
#message: "User Deprecated: The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0."
#code: 0
#file: "/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplatingService.php"
#line: 9
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplatingService.php:9 {
require …
›
› @trigger_error('The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:3137 {
Container84jF0cd\appAppKernelDevDebugContainer->getTargetingListenerService() …
›
› $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] = $instance = new \Pimcore\Targeting\EventListener\TargetingListener($d, $b, $a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), new \Pimcore\Targeting\Code\TargetingCodeGenerator($c, ($this->services['templating'] ?? $this->load('getTemplatingService.php'))));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:1671 {
Container84jF0cd\appAppKernelDevDebugContainer->Container84jF0cd\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
› }, 1 => 'onKernelRequest'], 7);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#391
#message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.DelegatingEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplatingService.php:11 {
require …
›
› $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:3137 {
Container84jF0cd\appAppKernelDevDebugContainer->getTargetingListenerService() …
›
› $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] = $instance = new \Pimcore\Targeting\EventListener\TargetingListener($d, $b, $a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), new \Pimcore\Targeting\Code\TargetingCodeGenerator($c, ($this->services['templating'] ?? $this->load('getTemplatingService.php'))));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:1671 {
Container84jF0cd\appAppKernelDevDebugContainer->Container84jF0cd\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
› }, 1 => 'onKernelRequest'], 7);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "pimcore.templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#393
#message: "User Deprecated: The "pimcore.templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0."
#code: 0
#file: "/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getPimcore_Templating_Engine_TwigService.php"
#line: 9
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getPimcore_Templating_Engine_TwigService.php:9 {
require …
›
› @trigger_error('The "pimcore.templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplatingService.php:14 {
require …
› $instance->addEngine(($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
› $instance->addEngine(($this->services['pimcore.templating.engine.twig'] ?? $this->load('getPimcore_Templating_Engine_TwigService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:3137 {
Container84jF0cd\appAppKernelDevDebugContainer->getTargetingListenerService() …
›
› $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] = $instance = new \Pimcore\Targeting\EventListener\TargetingListener($d, $b, $a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), new \Pimcore\Targeting\Code\TargetingCodeGenerator($c, ($this->services['templating'] ?? $this->load('getTemplatingService.php'))));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:1671 {
Container84jF0cd\appAppKernelDevDebugContainer->Container84jF0cd\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
› }, 1 => 'onKernelRequest'], 7);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#394
#message: "User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getPimcore_Templating_Engine_TwigService.php:11 {
require …
›
› return $this->services['pimcore.templating.engine.twig'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplatingService.php:14 {
require …
› $instance->addEngine(($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
› $instance->addEngine(($this->services['pimcore.templating.engine.twig'] ?? $this->load('getPimcore_Templating_Engine_TwigService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:3137 {
Container84jF0cd\appAppKernelDevDebugContainer->getTargetingListenerService() …
›
› $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] = $instance = new \Pimcore\Targeting\EventListener\TargetingListener($d, $b, $a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), new \Pimcore\Targeting\Code\TargetingCodeGenerator($c, ($this->services['templating'] ?? $this->load('getTemplatingService.php'))));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:1671 {
Container84jF0cd\appAppKernelDevDebugContainer->Container84jF0cd\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
› }, 1 => 'onKernelRequest'], 7);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#395
#message: "User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getPimcore_Templating_Engine_TwigService.php:11 {
require …
›
› return $this->services['pimcore.templating.engine.twig'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplatingService.php:14 {
require …
› $instance->addEngine(($this->services['pimcore.templating.engine.php'] ?? $this->load('getPimcore_Templating_Engine_PhpService.php')));
› $instance->addEngine(($this->services['pimcore.templating.engine.twig'] ?? $this->load('getPimcore_Templating_Engine_TwigService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:3137 {
Container84jF0cd\appAppKernelDevDebugContainer->getTargetingListenerService() …
›
› $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] = $instance = new \Pimcore\Targeting\EventListener\TargetingListener($d, $b, $a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), new \Pimcore\Targeting\Code\TargetingCodeGenerator($c, ($this->services['templating'] ?? $this->load('getTemplatingService.php'))));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:1671 {
Container84jF0cd\appAppKernelDevDebugContainer->Container84jF0cd\{closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
› }, 1 => 'onKernelRequest'], 7);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"site_domain_f0e27590c05b3d [...]"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "site_domain_f0e27590c05b3dd632720673c049b404"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT * FROM redirects WHERE\n
(\n
(source = :sourcePath AND (`type` = :typePath OR `type` = :typeAuto)) OR\n
(source = :sourcePathQuery AND `type` = :typePathQuery) OR\n
(source = :sourceEntireUri AND `type` = :typeEntireUri)\n
) AND active = 1 AND regex IS NULL AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite = '4' AND priority = 99 ORDER BY `priority` DESC
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sourcePath" => "/properties/va/leesburg/ca [...]"
"sourcePathQuery" => "/properties/va/leesburg/ca [...]"
"sourceEntireUri" => "https://vm-commercial.graf [...]"
"typePath" => "path"
"typePathQuery" => "path_query"
"typeEntireUri" => "entire_uri"
"typeAuto" => "auto_create"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"system_route_redirect"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "system_route_redirect"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/properties/va/leesburg/catoctin-corner/contact/".""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents WHERE path = :path AND `key` = :key"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "contact"
"path" => "/home-commercial/propertie [...]"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"prettyUrl" => "/home-commercial/propertie [...]"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT documents.id FROM documents\n
LEFT JOIN documents_page ON documents.id = documents_page.id\n
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"/home-commercial/%"
"/properties/va/leesburg/ca [...]"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents WHERE path = :path AND `key` = :key"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "contact"
"path" => "/home-commercial/propertie [...]"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"prettyUrl" => "/home-commercial/propertie [...]"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT documents.id FROM documents\n
LEFT JOIN documents_page ON documents.id = documents_page.id\n
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"/home-commercial/%"
"/properties/va/leesburg/ca [...]"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents WHERE path = :path AND `key` = :key"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "catoctin-corner"
"path" => "/home-commercial/propertie [...]"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"prettyUrl" => "/home-commercial/propertie [...]"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT documents.id FROM documents\n
LEFT JOIN documents_page ON documents.id = documents_page.id\n
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"/home-commercial/%"
"/properties/va/leesburg/ca [...]"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents WHERE path = :path AND `key` = :key"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "leesburg"
"path" => "/home-commercial/properties/va/"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"prettyUrl" => "/home-commercial/propertie [...]"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT documents.id FROM documents\n
LEFT JOIN documents_page ON documents.id = documents_page.id\n
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"/home-commercial/%"
"/properties/va/leesburg"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents WHERE path = :path AND `key` = :key"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "va"
"path" => "/home-commercial/properties/"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"prettyUrl" => "/home-commercial/properties/va"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT documents.id FROM documents\n
LEFT JOIN documents_page ON documents.id = documents_page.id\n
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"/home-commercial/%"
"/properties/va"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents WHERE path = :path AND `key` = :key"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "properties"
"path" => "/home-commercial/"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"prettyUrl" => "/home-commercial/properties"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT documents.id FROM documents\n
LEFT JOIN documents_page ON documents.id = documents_page.id\n
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"/home-commercial/%"
"/properties"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents WHERE path = :path AND `key` = :key"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "home-commercial"
"path" => "/"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_154"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_154"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "SELECT * FROM object_url_slugs WHERE slug = '/home-commercial/properties/va/leesburg/catoctin-corner/contact' AND siteId = '0'"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Pimcore\Routing\Element\Router was not able to match, message "No routes found for "/properties/va/leesburg/catoctin-corner/contact".""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"site_id_2"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "site_id_2"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"site_id_3"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "site_id_3"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"site_id_4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "site_id_4"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "Doctrine\Common\Inflector\Inflector::camelize" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2900
#message: "User Deprecated: The "Doctrine\Common\Inflector\Inflector::camelize" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php"
#line: 102
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php:102 {
Doctrine\Common\Inflector\Inflector::camelize(string $word): string …
› {
› @trigger_error(sprintf('The "%s" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.', __METHOD__), E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Controller/Config/ConfigNormalizer.php:168 {
Pimcore\Controller\Config\ConfigNormalizer->normalizeActionName(string $action = null): string …
›
› return Inflector::camelize($action);
› }
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Controller/Config/ConfigNormalizer.php:73 {
Pimcore\Controller\Config\ConfigNormalizer->formatControllerReference(string $bundle = null, string $controller = null, string $action = null): string …
› {
› $action = $this->normalizeActionName($action);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:293 {
Pimcore\Routing\Staticroute\Router->processRouteParams(array $routeParams) …
› $controllerParams['controller'],
› $controllerParams['action']
› );
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:257 {
Pimcore\Routing\Staticroute\Router->doMatch($pathinfo) …
›
› $routeParams = $this->processRouteParams($routeParams);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:223 {
Pimcore\Routing\Staticroute\Router->matchRequest(Request $request) …
› {
› return $this->doMatch($request->getPathInfo());
› }
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:188 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch($pathinfo, Request $request = null) …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:158 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request) …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:112 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(GetResponseEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "CommProperties S_C_P Contact"
"route_parameters" => [
"bundle" => "AppBundle"
"state" => "va"
"city" => "leesburg"
"property" => "catoctin-corner"
"controller" => "@AppBundle\Controller\CommercialController"
"action" => "PropertyContact"
"pimcore_request_source" => "staticroute"
"_route" => "CommProperties S_C_P Contact"
"_controller" => "AppBundle\Controller\CommercialController:propertyContactAction"
]
"request_uri" => "https://vm-commercial.grafik-stage.io/properties/va/leesburg/catoctin-corner/contact"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1775392613
"message" => "Resolved pimcore context for path {path} to {context}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"path" => "/properties/va/leesburg/catoctin-corner/contact"
"context" => "default"
]
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents WHERE path = :path AND `key` = :key"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "contact"
"path" => "/home-commercial/propertie [...]"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"prettyUrl" => "/home-commercial/propertie [...]"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT documents.id FROM documents\n
LEFT JOIN documents_page ON documents.id = documents_page.id\n
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"/home-commercial/%"
"/properties/va/leesburg/ca [...]"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents WHERE path = :path AND `key` = :key"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "catoctin-corner"
"path" => "/home-commercial/propertie [...]"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"prettyUrl" => "/home-commercial/propertie [...]"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT documents.id FROM documents\n
LEFT JOIN documents_page ON documents.id = documents_page.id\n
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"/home-commercial/%"
"/properties/va/leesburg/ca [...]"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents WHERE path = :path AND `key` = :key"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "leesburg"
"path" => "/home-commercial/properties/va/"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"prettyUrl" => "/home-commercial/propertie [...]"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT documents.id FROM documents\n
LEFT JOIN documents_page ON documents.id = documents_page.id\n
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"/home-commercial/%"
"/properties/va/leesburg"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents WHERE path = :path AND `key` = :key"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "va"
"path" => "/home-commercial/properties/"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"prettyUrl" => "/home-commercial/properties/va"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT documents.id FROM documents\n
LEFT JOIN documents_page ON documents.id = documents_page.id\n
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"/home-commercial/%"
"/properties/va"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents WHERE path = :path AND `key` = :key"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "properties"
"path" => "/home-commercial/"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"prettyUrl" => "/home-commercial/properties"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT documents.id FROM documents\n
LEFT JOIN documents_page ON documents.id = documents_page.id\n
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"/home-commercial/%"
"/properties"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_properties_154"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_154"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Resolved editmode to {editmode}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"editmode" => "false"
"params" => [
"param" => false
"adminRequest" => false
"user" => false
]
]
"channel" => "init"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FrontendRoutingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\TemplateControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "SELECT o_id FROM objects WHERE o_path = :path AND `o_key` = :key"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "catoctin-corner"
"path" => "/_DATA/COMMERCIAL/PROPERTIES/"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125660"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125660"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "SELECT name FROM classes WHERE id = ?"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"68"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125669"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125669"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Unable to generate a URL for the named route "CommProperties S_C_P" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Route for name 'CommProperties S_C_P' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4306
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:584 {
AppBundle\Controller\CommercialController->GetPropertySubnav($property) …
› \t'city' => $property->getSearch_slug_city(),
› \t'property' => $property->getKey()
› ] );
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:871 {
AppBundle\Controller\CommercialController->PropertyContactAction(Request $request) …
› // Configure the property nav template...
› $this->view->propertynav = $this->GetPropertySubnav( $property );
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125694"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125694"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125729"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125729"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P Contact' not found': Unable to generate a URL for the named route "CommProperties S_C_P Contact" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P Contact' not found': Route for name 'CommProperties S_C_P Contact' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4304
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:629 {
AppBundle\Controller\CommercialController->GetPropertySubnav($property) …
› \t'city' => $property->getSearch_slug_city(),
› \t'property' => $property->getKey()
› ] ),
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:871 {
AppBundle\Controller\CommercialController->PropertyContactAction(Request $request) …
› // Configure the property nav template...
› $this->view->propertynav = $this->GetPropertySubnav( $property );
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateReference class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4390
#message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateReference class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateReference.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateReference.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateReference::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php:61 {
Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser->parse($name) …
›
› $template = new TemplateReference($matches[1], $matches[2], $matches[3], $matches[4], $matches[5]);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:113 {
Symfony\Component\Templating\PhpEngine->supports($name) …
› {
› $template = $this->parser->parse($name);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/DelegatingEngine.php:96 {
Symfony\Component\Templating\DelegatingEngine->getEngine($name) …
› foreach ($this->engines as $engine) {
› if ($engine->supports($name)) {
› return $engine;
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:44 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->getEngine($name) …
›
› return parent::getEngine($name);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/DelegatingEngine.php:62 {
Symfony\Component\Templating\DelegatingEngine->exists($name) …
› {
› return $this->getEngine($name)->exists($name);
› }
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/Templating/LegacyTemplateGuesser.php:68 {
Pimcore\Bundle\CoreBundle\Templating\LegacyTemplateGuesser->guessTemplateName($controller, Request $request, $engine = 'twig') …
›
› if ($this->templateEngine->exists($templateReference)) {
› return $templateReference;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/TemplateControllerListener.php:107 {
Pimcore\Bundle\CoreBundle\EventListener\TemplateControllerListener->onKernelView(GetResponseForControllerResultEvent $event) …
› $template->setOwner($controller);
› $templateReference = $guesser->guessTemplateName($controller, $request, $engine);
› $template->setTemplate($templateReference);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Loading the file "views/Commercial/propertyContact.html.php" from the global resource directory "/home/grafikstageio/public_html/app/Resources" is deprecated since Symfony 4.4 and will be removed in 5.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4294
#message: "User Deprecated: Loading the file "views/Commercial/propertyContact.html.php" from the global resource directory "/home/grafikstageio/public_html/app/Resources" is deprecated since Symfony 4.4 and will be removed in 5.0."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php"
#line: 84
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php:84 {
Symfony\Component\HttpKernel\Config\FileLocator->locate($file, $currentPath = null, $first = true) …
› if ($deprecation) {
› @trigger_error($deprecation, E_USER_DEPRECATED);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php:83 {
Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator->locate($template, $currentPath = null, $first = true) …
› try {
› return $this->cacheHits[$key] = $this->locator->locate($template->getPath(), $currentPath);
› } catch (\InvalidArgumentException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/FilesystemLoader.php:43 {
Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader->load(TemplateReferenceInterface $template) …
› try {
› $file = $this->locator->locate($template);
› } catch (\InvalidArgumentException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:504 {
Symfony\Component\Templating\PhpEngine->load($name) …
›
› $storage = $this->loader->load($template);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:100 {
Symfony\Component\Templating\PhpEngine->exists($name) …
› try {
› $this->load($name);
› } catch (\InvalidArgumentException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/DelegatingEngine.php:62 {
Symfony\Component\Templating\DelegatingEngine->exists($name) …
› {
› return $this->getEngine($name)->exists($name);
› }
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/Templating/LegacyTemplateGuesser.php:117 {
Pimcore\Bundle\CoreBundle\Templating\LegacyTemplateGuesser->guessTemplateName($controller, Request $request, $engine = 'twig') …
›
› if ($this->templateEngine->exists($legacyTemplateReference->getLogicalName())) {
› return $legacyTemplateReference;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/TemplateControllerListener.php:107 {
Pimcore\Bundle\CoreBundle\EventListener\TemplateControllerListener->onKernelView(GetResponseForControllerResultEvent $event) …
› $template->setOwner($controller);
› $templateReference = $guesser->guessTemplateName($controller, $request, $engine);
› $template->setTemplate($templateReference);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"website_config_en_site_4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "website_config_en_site_4"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Loading the file "views/Includes/commercial-header.html.php" from the global resource directory "/home/grafikstageio/public_html/app/Resources" is deprecated since Symfony 4.4 and will be removed in 5.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4671
#message: "User Deprecated: Loading the file "views/Includes/commercial-header.html.php" from the global resource directory "/home/grafikstageio/public_html/app/Resources" is deprecated since Symfony 4.4 and will be removed in 5.0."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php"
#line: 84
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php:84 {
Symfony\Component\HttpKernel\Config\FileLocator->locate($file, $currentPath = null, $first = true) …
› if ($deprecation) {
› @trigger_error($deprecation, E_USER_DEPRECATED);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php:83 {
Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator->locate($template, $currentPath = null, $first = true) …
› try {
› return $this->cacheHits[$key] = $this->locator->locate($template->getPath(), $currentPath);
› } catch (\InvalidArgumentException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/FilesystemLoader.php:43 {
Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader->load(TemplateReferenceInterface $template) …
› try {
› $file = $this->locator->locate($template);
› } catch (\InvalidArgumentException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:504 {
Symfony\Component\Templating\PhpEngine->load($name) …
›
› $storage = $this->loader->load($template);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:68 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› {
› $storage = $this->load($name);
› $key = hash('sha256', serialize($storage));
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "templating.helper.actions" service is deprecated since Symfony 4.3 and will be removed in 5.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4667
#message: "User Deprecated: The "templating.helper.actions" service is deprecated since Symfony 4.3 and will be removed in 5.0."
#code: 0
#file: "/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplating_Helper_ActionsService.php"
#line: 9
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplating_Helper_ActionsService.php:9 {
require …
›
› @trigger_error('The "templating.helper.actions" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:54 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->get($name) …
› if (\is_string($this->helpers[$name])) {
› $this->helpers[$name] = $this->container->get($this->helpers[$name]);
› $this->helpers[$name]->setCharset($this->charset);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:178 {
Symfony\Component\Templating\PhpEngine->offsetGet($name) …
› {
› return $this->get($name);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:3 {
require …
›
› echo $view[ 'actions' ]->render(
› \tnew \Symfony\Component\HttpKernel\Controller\ControllerReference(
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4666
#message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.ActionsHelper::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTemplating_Helper_ActionsService.php:11 {
require …
›
› return $this->privates['templating.helper.actions'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper(($this->privates['fragment.handler'] ?? $this->load('getFragment_HandlerService.php')));
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:450 {
Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:54 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->get($name) …
› if (\is_string($this->helpers[$name])) {
› $this->helpers[$name] = $this->container->get($this->helpers[$name]);
› $this->helpers[$name]->setCharset($this->charset);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:178 {
Symfony\Component\Templating\PhpEngine->offsetGet($name) …
› {
› return $this->get($name);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:3 {
require …
›
› echo $view[ 'actions' ]->render(
› \tnew \Symfony\Component\HttpKernel\Controller\ControllerReference(
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Loading the file "views/Includes/commercial-header-propertynav.html.php" from the global resource directory "/home/grafikstageio/public_html/app/Resources" is deprecated since Symfony 4.4 and will be removed in 5.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6019
#message: "User Deprecated: Loading the file "views/Includes/commercial-header-propertynav.html.php" from the global resource directory "/home/grafikstageio/public_html/app/Resources" is deprecated since Symfony 4.4 and will be removed in 5.0."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php"
#line: 84
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php:84 {
Symfony\Component\HttpKernel\Config\FileLocator->locate($file, $currentPath = null, $first = true) …
› if ($deprecation) {
› @trigger_error($deprecation, E_USER_DEPRECATED);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php:83 {
Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator->locate($template, $currentPath = null, $first = true) …
› try {
› return $this->cacheHits[$key] = $this->locator->locate($template->getPath(), $currentPath);
› } catch (\InvalidArgumentException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/FilesystemLoader.php:43 {
Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader->load(TemplateReferenceInterface $template) …
› try {
› $file = $this->locator->locate($template);
› } catch (\InvalidArgumentException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:504 {
Symfony\Component\Templating\PhpEngine->load($name) …
›
› $storage = $this->loader->load($template);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:68 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› {
› $storage = $this->load($name);
› $key = hash('sha256', serialize($storage));
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:64 {
require …
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Loading the file "views/Areas/commercialcontactform/view.html.php" from the global resource directory "/home/grafikstageio/public_html/app/Resources" is deprecated since Symfony 4.4 and will be removed in 5.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6490
#message: "User Deprecated: Loading the file "views/Areas/commercialcontactform/view.html.php" from the global resource directory "/home/grafikstageio/public_html/app/Resources" is deprecated since Symfony 4.4 and will be removed in 5.0."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php"
#line: 84
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php:84 {
Symfony\Component\HttpKernel\Config\FileLocator->locate($file, $currentPath = null, $first = true) …
› if ($deprecation) {
› @trigger_error($deprecation, E_USER_DEPRECATED);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php:83 {
Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator->locate($template, $currentPath = null, $first = true) …
› try {
› return $this->cacheHits[$key] = $this->locator->locate($template->getPath(), $currentPath);
› } catch (\InvalidArgumentException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/FilesystemLoader.php:43 {
Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader->load(TemplateReferenceInterface $template) …
› try {
› $file = $this->locator->locate($template);
› } catch (\InvalidArgumentException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:504 {
Symfony\Component\Templating\PhpEngine->load($name) …
›
› $storage = $this->loader->load($template);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:68 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› {
› $storage = $this->load($name);
› $key = hash('sha256', serialize($storage));
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:71 {
require …
› <div id="theme-area-<?= $this->{ $Component }[ 'AreaIndex' ] ?>" class="theme-area <?= $this->{ $Component }[ 'AreaID' ] ?>">
› \t<?= $this->template( ':Areas:'.$Component.'/view.html.php', $this->{ $Component } ) ?>
› </div>
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Notice: Undefined variable: id"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#6494
+count: 1
-severity: 8
-file: "/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
-line: 1
-trace: [
[
"file" => "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php"
"line" => 147
"args" => [
"/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
]
"function" => "require"
]
]
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Notice: Undefined variable: class"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Notice: Undefined variable: id"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#6495
+count: 1
-severity: 8
-file: "/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
-line: 8
-trace: [
[
"file" => "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php"
"line" => 147
"args" => [
"/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
]
"function" => "require"
]
]
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Notice: Undefined variable: id"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#6496
+count: 1
-severity: 8
-file: "/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
-line: 13
-trace: [
[
"file" => "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php"
"line" => 147
"args" => [
"/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
]
"function" => "require"
]
]
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Notice: Undefined variable: id"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#6497
+count: 1
-severity: 8
-file: "/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
-line: 18
-trace: [
[
"file" => "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php"
"line" => 147
"args" => [
"/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
]
"function" => "require"
]
]
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6499
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Asset.php:890 {
Pimcore\Model\Asset->getFullPath() …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::ASSET_PATH, $event);
› $path = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php:19 {
require …
› section.theme-area.commercialcontactform#<?= $id ?> .background-image-wrapper {
› \tbackground-image: url('<?= $ContactObject->getMainHeroImage()->getFullPath() ?>');
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:71 {
require …
› <div id="theme-area-<?= $this->{ $Component }[ 'AreaIndex' ] ?>" class="theme-area <?= $this->{ $Component }[ 'AreaID' ] ?>">
› \t<?= $this->template( ':Areas:'.$Component.'/view.html.php', $this->{ $Component } ) ?>
› </div>
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Notice: Undefined variable: id"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#6498
+count: 1
-severity: 8
-file: "/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
-line: 23
-trace: [
[
"file" => "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php"
"line" => 147
"args" => [
"/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
]
"function" => "require"
]
]
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Notice: Undefined variable: id"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#6502
+count: 1
-severity: 8
-file: "/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
-line: 28
-trace: [
[
"file" => "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php"
"line" => 147
"args" => [
"/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
]
"function" => "require"
]
]
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Notice: Undefined variable: id"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#6503
+count: 1
-severity: 8
-file: "/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
-line: 33
-trace: [
[
"file" => "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php"
"line" => 147
"args" => [
"/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
]
"function" => "require"
]
]
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Notice: Undefined variable: id"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#6504
+count: 1
-severity: 8
-file: "/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
-line: 38
-trace: [
[
"file" => "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php"
"line" => 147
"args" => [
"/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
]
"function" => "require"
]
]
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Notice: Undefined variable: id"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#6505
+count: 1
-severity: 8
-file: "/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
-line: 43
-trace: [
[
"file" => "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php"
"line" => 147
"args" => [
"/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
]
"function" => "require"
]
]
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Notice: Undefined variable: id"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#6506
+count: 1
-severity: 8
-file: "/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
-line: 48
-trace: [
[
"file" => "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php"
"line" => 147
"args" => [
"/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
]
"function" => "require"
]
]
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "SELECT name FROM classes WHERE id = ?"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"69"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Notice: Undefined variable: RequestResponse"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#6575
+count: 1
-severity: 8
-file: "/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
-line: 88
-trace: [
[
"file" => "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php"
"line" => 147
"args" => [
"/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
]
"function" => "require"
]
]
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Notice: Undefined variable: id"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#6576
+count: 1
-severity: 8
-file: "/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
-line: 94
-trace: [
[
"file" => "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php"
"line" => 147
"args" => [
"/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
]
"function" => "require"
]
]
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Notice: Undefined variable: select_options"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#6577
+count: 1
-severity: 8
-file: "/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
-line: 138
-trace: [
[
"file" => "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php"
"line" => 147
"args" => [
"/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
]
"function" => "require"
]
]
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.view"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\TemplateControllerListener::onKernelView"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.view"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener::onKernelView"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.view"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ControllerViewModelListener::onKernelView"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.view"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener::onKernelView"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#300
#message: "User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4."
#code: 0
#file: "/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTwig_ExceptionListenerService.php"
#line: 9
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTwig_ExceptionListenerService.php:9 {
require …
›
› @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:1395 {
Container84jF0cd\appAppKernelDevDebugContainer->Container84jF0cd\{closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
› }, 1 => 'logKernelException'], 0);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#256
#message: "User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:25 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "ErrorListener" instead.', ExceptionListener::class), E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTwig_ExceptionListenerService.php:11 {
require …
›
› return $this->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($this->services['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:1395 {
Container84jF0cd\appAppKernelDevDebugContainer->Container84jF0cd\{closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
› }, 1 => 'logKernelException'], 0);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6599
#message: "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php:57 {
Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
› {
› @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/FrontendRoutingListener.php:142 {
Pimcore\Bundle\CoreBundle\EventListener\Frontend\FrontendRoutingListener->onKernelException(GetResponseForExceptionEvent $event) …
› // in case routing didn't find a matching route, check for redirects without override
› $exception = $event->getException();
› if ($exception instanceof NotFoundHttpException) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6604
#message: "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php:57 {
Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
› {
› @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:45 {
Symfony\Component\HttpKernel\EventListener\ExceptionListener->logKernelException(GetResponseForExceptionEvent $event) …
› {
› $e = FlattenException::createFromThrowable($event->getException());
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6606
#message: "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php:57 {
Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
› {
› @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:47 {
Symfony\Component\HttpKernel\EventListener\ExceptionListener->logKernelException(GetResponseForExceptionEvent $event) …
›
› $this->logException($event->getException(), sprintf('Uncaught PHP Exception %s: "%s" at %s line %s', $e->getClass(), $e->getMessage(), $e->getFile(), $e->getLine()));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Uncaught PHP Exception ErrorException: "Warning: Invalid argument supplied for foreach()" at /home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php line 138"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => ErrorException {#6578
#message: "Warning: Invalid argument supplied for foreach()"
#code: 0
#file: "/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php"
#line: 138
#severity: E_WARNING
trace: {
/home/grafikstageio/public_html/app/Resources/views/Areas/commercialcontactform/view.html.php:138 {
require …
› <option value="" disabled selected>Select location...</option>
› <?php foreach( $select_options as $select_option ) : ?>
› \t<option value="<?= $select_option ?>"><?= $select_option ?></option>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:71 {
require …
› <div id="theme-area-<?= $this->{ $Component }[ 'AreaIndex' ] ?>" class="theme-area <?= $this->{ $Component }[ 'AreaID' ] ?>">
› \t<?= $this->template( ':Areas:'.$Component.'/view.html.php', $this->{ $Component } ) ?>
› </div>
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6610
#message: "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php:57 {
Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
› {
› @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/ResponseExceptionListener.php:84 {
Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› {
› $exception = $event->getException();
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6612
#message: "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php:57 {
Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
› {
› @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/BruteforceProtectionListener.php:75 {
Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener->onKernelException(GetResponseForExceptionEvent $event) …
› // handle brute force exception and return a plaintext response
› $e = $event->getException();
› if ($e instanceof BruteforceProtectionException) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6615
#message: "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php:57 {
Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
› {
› @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/AdminExceptionListener.php:53 {
Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› $request = $event->getRequest();
› $ex = $event->getException();
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6618
#message: "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php:57 {
Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
› {
› @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:56 {
Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
›
› $exception = $event->getException();
› $request = $this->duplicateRequest($exception, $event->getRequest());
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FrontendRoutingListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7528
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleTagManagerListener.php:177 {
Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener->generateCode(string $eventName, string $template, array $blockNames, array $data): string …
›
› $this->eventDispatcher->dispatch($eventName, $event);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleTagManagerListener.php:136 {
Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener->onKernelResponse(FilterResponseEvent $event) …
› [
› 'containerId' => $containerId
› ]
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7531
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleTagManagerListener.php:177 {
Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener->generateCode(string $eventName, string $template, array $blockNames, array $data): string …
›
› $this->eventDispatcher->dispatch($eventName, $event);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleTagManagerListener.php:145 {
Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener->onKernelResponse(FilterResponseEvent $event) …
› [
› 'containerId' => $containerId
› ]
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7557
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/FullPageCacheListener.php:436 {
Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener->responseCanBeCached(Response $response): bool …
› $event = new CacheResponseEvent($response, $cache);
› $this->eventDispatcher->dispatch(FullPageCacheEvents::CACHE_RESPONSE, $event);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/FullPageCacheListener.php:365 {
Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$this->responseCanBeCached($response)) {
› $this->disable('Response can\'t be cached');
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:191 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:245 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "TrustedCookieResponseListener_c7f9b85::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"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" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\TagManagerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\CookiePolicyNoticeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Analytics\Piwik\EventListener\TrackingCodeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Targeting\EventListener\TargetingListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Targeting\EventListener\ToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"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"
]
]
"000000001e64d921000000000c86db84" => [
[
"timestamp" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FrontendRoutingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\TemplateControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "QueryBuilder instance was normalized to string."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"query" => "SELECT object_68.o_id as o_id, `object_68`.`o_type` FROM `object_68` WHERE ((o_path = ? AND object_68.o_type IN ('object','folder')) AND object_68.o_published = 1)"
"params" => [
"/_DATA/COMMERCIAL/PROPERTIES/"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT object_68.o_id as o_id, `object_68`.`o_type` FROM `object_68` WHERE ((o_path = ? AND object_68.o_type IN ('object','folder')) AND object_68.o_published = 1)"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"/_DATA/COMMERCIAL/PROPERTIES/"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125641"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125641"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125643"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125643"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125652"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125652"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125653"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125653"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125654"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125654"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125656"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125656"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125657"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125657"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125658"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125658"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125659"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125659"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125679"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125679"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125680"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125680"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125681"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125681"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125682"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125682"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125778"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125778"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125779"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125779"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_125780"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_125780"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"object_126921"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_126921"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Unable to generate a URL for the named route "CommProperties S_C_P" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Route for name 'CommProperties S_C_P' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5545
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:213 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› foreach ( $city_data as $property => $property_data ) {
› \t$property_url = $this->generateUrl( 'CommProperties S_C_P', [ 'state' => $state, 'city' => $city, 'property' => $property, 'site' => $site->getId() ] );
› \t$property_menu .= '<li><a href="'.$property_url.'">'.$property_data.'</a></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Unable to generate a URL for the named route "CommProperties S_C_P" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Route for name 'CommProperties S_C_P' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4822
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:213 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› foreach ( $city_data as $property => $property_data ) {
› \t$property_url = $this->generateUrl( 'CommProperties S_C_P', [ 'state' => $state, 'city' => $city, 'property' => $property, 'site' => $site->getId() ] );
› \t$property_menu .= '<li><a href="'.$property_url.'">'.$property_data.'</a></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Unable to generate a URL for the named route "CommProperties S_C_P" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Route for name 'CommProperties S_C_P' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5592
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:213 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› foreach ( $city_data as $property => $property_data ) {
› \t$property_url = $this->generateUrl( 'CommProperties S_C_P', [ 'state' => $state, 'city' => $city, 'property' => $property, 'site' => $site->getId() ] );
› \t$property_menu .= '<li><a href="'.$property_url.'">'.$property_data.'</a></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Unable to generate a URL for the named route "CommProperties S_C_P" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Route for name 'CommProperties S_C_P' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5596
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:213 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› foreach ( $city_data as $property => $property_data ) {
› \t$property_url = $this->generateUrl( 'CommProperties S_C_P', [ 'state' => $state, 'city' => $city, 'property' => $property, 'site' => $site->getId() ] );
› \t$property_menu .= '<li><a href="'.$property_url.'">'.$property_data.'</a></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Unable to generate a URL for the named route "CommProperties S_C" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Route for name 'CommProperties S_C' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5606
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:217 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if ( !empty( $property_menu ) ) {
› \t$city_url = $this->generateUrl( 'CommProperties S_C', [ 'state' => $state, 'city' => $city, 'site' => $site->getId() ] );
› \t$city_menu .= '<li><a href="'.$city_url.'">'.ucwords( preg_replace( "/[^A-Za-z0-9 ]/", '', $city ) ).'</a><ul>'.$property_menu.'</ul></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Unable to generate a URL for the named route "CommProperties S_C_P" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Route for name 'CommProperties S_C_P' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5607
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:213 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› foreach ( $city_data as $property => $property_data ) {
› \t$property_url = $this->generateUrl( 'CommProperties S_C_P', [ 'state' => $state, 'city' => $city, 'property' => $property, 'site' => $site->getId() ] );
› \t$property_menu .= '<li><a href="'.$property_url.'">'.$property_data.'</a></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Unable to generate a URL for the named route "CommProperties S_C" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Route for name 'CommProperties S_C' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5605
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:217 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if ( !empty( $property_menu ) ) {
› \t$city_url = $this->generateUrl( 'CommProperties S_C', [ 'state' => $state, 'city' => $city, 'site' => $site->getId() ] );
› \t$city_menu .= '<li><a href="'.$city_url.'">'.ucwords( preg_replace( "/[^A-Za-z0-9 ]/", '', $city ) ).'</a><ul>'.$property_menu.'</ul></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Unable to generate a URL for the named route "CommProperties S_C_P" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Route for name 'CommProperties S_C_P' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5610
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:213 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› foreach ( $city_data as $property => $property_data ) {
› \t$property_url = $this->generateUrl( 'CommProperties S_C_P', [ 'state' => $state, 'city' => $city, 'property' => $property, 'site' => $site->getId() ] );
› \t$property_menu .= '<li><a href="'.$property_url.'">'.$property_data.'</a></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Unable to generate a URL for the named route "CommProperties S_C" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Route for name 'CommProperties S_C' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5613
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:217 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if ( !empty( $property_menu ) ) {
› \t$city_url = $this->generateUrl( 'CommProperties S_C', [ 'state' => $state, 'city' => $city, 'site' => $site->getId() ] );
› \t$city_menu .= '<li><a href="'.$city_url.'">'.ucwords( preg_replace( "/[^A-Za-z0-9 ]/", '', $city ) ).'</a><ul>'.$property_menu.'</ul></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Unable to generate a URL for the named route "CommProperties S_C_P" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Route for name 'CommProperties S_C_P' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5616
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:213 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› foreach ( $city_data as $property => $property_data ) {
› \t$property_url = $this->generateUrl( 'CommProperties S_C_P', [ 'state' => $state, 'city' => $city, 'property' => $property, 'site' => $site->getId() ] );
› \t$property_menu .= '<li><a href="'.$property_url.'">'.$property_data.'</a></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Unable to generate a URL for the named route "CommProperties S_C_P" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Route for name 'CommProperties S_C_P' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5619
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:213 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› foreach ( $city_data as $property => $property_data ) {
› \t$property_url = $this->generateUrl( 'CommProperties S_C_P', [ 'state' => $state, 'city' => $city, 'property' => $property, 'site' => $site->getId() ] );
› \t$property_menu .= '<li><a href="'.$property_url.'">'.$property_data.'</a></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Unable to generate a URL for the named route "CommProperties S_C_P" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Route for name 'CommProperties S_C_P' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5622
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:213 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› foreach ( $city_data as $property => $property_data ) {
› \t$property_url = $this->generateUrl( 'CommProperties S_C_P', [ 'state' => $state, 'city' => $city, 'property' => $property, 'site' => $site->getId() ] );
› \t$property_menu .= '<li><a href="'.$property_url.'">'.$property_data.'</a></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Unable to generate a URL for the named route "CommProperties S_C" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Route for name 'CommProperties S_C' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5625
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:217 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if ( !empty( $property_menu ) ) {
› \t$city_url = $this->generateUrl( 'CommProperties S_C', [ 'state' => $state, 'city' => $city, 'site' => $site->getId() ] );
› \t$city_menu .= '<li><a href="'.$city_url.'">'.ucwords( preg_replace( "/[^A-Za-z0-9 ]/", '', $city ) ).'</a><ul>'.$property_menu.'</ul></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Unable to generate a URL for the named route "CommProperties S_C_P" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Route for name 'CommProperties S_C_P' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5628
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:213 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› foreach ( $city_data as $property => $property_data ) {
› \t$property_url = $this->generateUrl( 'CommProperties S_C_P', [ 'state' => $state, 'city' => $city, 'property' => $property, 'site' => $site->getId() ] );
› \t$property_menu .= '<li><a href="'.$property_url.'">'.$property_data.'</a></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Unable to generate a URL for the named route "CommProperties S_C_P" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Route for name 'CommProperties S_C_P' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5631
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:213 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› foreach ( $city_data as $property => $property_data ) {
› \t$property_url = $this->generateUrl( 'CommProperties S_C_P', [ 'state' => $state, 'city' => $city, 'property' => $property, 'site' => $site->getId() ] );
› \t$property_menu .= '<li><a href="'.$property_url.'">'.$property_data.'</a></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Unable to generate a URL for the named route "CommProperties S_C_P" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Route for name 'CommProperties S_C_P' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5634
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:213 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› foreach ( $city_data as $property => $property_data ) {
› \t$property_url = $this->generateUrl( 'CommProperties S_C_P', [ 'state' => $state, 'city' => $city, 'property' => $property, 'site' => $site->getId() ] );
› \t$property_menu .= '<li><a href="'.$property_url.'">'.$property_data.'</a></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Unable to generate a URL for the named route "CommProperties S_C_P" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Route for name 'CommProperties S_C_P' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5637
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:213 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› foreach ( $city_data as $property => $property_data ) {
› \t$property_url = $this->generateUrl( 'CommProperties S_C_P', [ 'state' => $state, 'city' => $city, 'property' => $property, 'site' => $site->getId() ] );
› \t$property_menu .= '<li><a href="'.$property_url.'">'.$property_data.'</a></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Unable to generate a URL for the named route "CommProperties S_C" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Route for name 'CommProperties S_C' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5640
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:217 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if ( !empty( $property_menu ) ) {
› \t$city_url = $this->generateUrl( 'CommProperties S_C', [ 'state' => $state, 'city' => $city, 'site' => $site->getId() ] );
› \t$city_menu .= '<li><a href="'.$city_url.'">'.ucwords( preg_replace( "/[^A-Za-z0-9 ]/", '', $city ) ).'</a><ul>'.$property_menu.'</ul></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Unable to generate a URL for the named route "CommProperties S_C_P" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Route for name 'CommProperties S_C_P' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5643
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:213 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› foreach ( $city_data as $property => $property_data ) {
› \t$property_url = $this->generateUrl( 'CommProperties S_C_P', [ 'state' => $state, 'city' => $city, 'property' => $property, 'site' => $site->getId() ] );
› \t$property_menu .= '<li><a href="'.$property_url.'">'.$property_data.'</a></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Unable to generate a URL for the named route "CommProperties S_C" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Route for name 'CommProperties S_C' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5646
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:217 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if ( !empty( $property_menu ) ) {
› \t$city_url = $this->generateUrl( 'CommProperties S_C', [ 'state' => $state, 'city' => $city, 'site' => $site->getId() ] );
› \t$city_menu .= '<li><a href="'.$city_url.'">'.ucwords( preg_replace( "/[^A-Za-z0-9 ]/", '', $city ) ).'</a><ul>'.$property_menu.'</ul></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Unable to generate a URL for the named route "CommProperties S_C_P" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Route for name 'CommProperties S_C_P' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5649
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:213 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› foreach ( $city_data as $property => $property_data ) {
› \t$property_url = $this->generateUrl( 'CommProperties S_C_P', [ 'state' => $state, 'city' => $city, 'property' => $property, 'site' => $site->getId() ] );
› \t$property_menu .= '<li><a href="'.$property_url.'">'.$property_data.'</a></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Unable to generate a URL for the named route "CommProperties S_C" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Route for name 'CommProperties S_C' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5652
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:217 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if ( !empty( $property_menu ) ) {
› \t$city_url = $this->generateUrl( 'CommProperties S_C', [ 'state' => $state, 'city' => $city, 'site' => $site->getId() ] );
› \t$city_menu .= '<li><a href="'.$city_url.'">'.ucwords( preg_replace( "/[^A-Za-z0-9 ]/", '', $city ) ).'</a><ul>'.$property_menu.'</ul></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Unable to generate a URL for the named route "CommProperties S_C_P" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Route for name 'CommProperties S_C_P' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5655
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:213 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› foreach ( $city_data as $property => $property_data ) {
› \t$property_url = $this->generateUrl( 'CommProperties S_C_P', [ 'state' => $state, 'city' => $city, 'property' => $property, 'site' => $site->getId() ] );
› \t$property_menu .= '<li><a href="'.$property_url.'">'.$property_data.'</a></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Unable to generate a URL for the named route "CommProperties S_C" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Route for name 'CommProperties S_C' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5658
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:217 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if ( !empty( $property_menu ) ) {
› \t$city_url = $this->generateUrl( 'CommProperties S_C', [ 'state' => $state, 'city' => $city, 'site' => $site->getId() ] );
› \t$city_menu .= '<li><a href="'.$city_url.'">'.ucwords( preg_replace( "/[^A-Za-z0-9 ]/", '', $city ) ).'</a><ul>'.$property_menu.'</ul></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Unable to generate a URL for the named route "CommProperties S_C_P" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Route for name 'CommProperties S_C_P' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5661
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:213 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› foreach ( $city_data as $property => $property_data ) {
› \t$property_url = $this->generateUrl( 'CommProperties S_C_P', [ 'state' => $state, 'city' => $city, 'property' => $property, 'site' => $site->getId() ] );
› \t$property_menu .= '<li><a href="'.$property_url.'">'.$property_data.'</a></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Unable to generate a URL for the named route "CommProperties S_C" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Route for name 'CommProperties S_C' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5664
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:217 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if ( !empty( $property_menu ) ) {
› \t$city_url = $this->generateUrl( 'CommProperties S_C', [ 'state' => $state, 'city' => $city, 'site' => $site->getId() ] );
› \t$city_menu .= '<li><a href="'.$city_url.'">'.ucwords( preg_replace( "/[^A-Za-z0-9 ]/", '', $city ) ).'</a><ul>'.$property_menu.'</ul></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S' not found': Unable to generate a URL for the named route "CommProperties S" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S' not found': Route for name 'CommProperties S' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5674
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:222 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if ( !empty( $city_menu ) ) {
› \t$state_url = $this->generateUrl( 'CommProperties S', [ 'state' => $state, 'site' => $site->getId() ] );
› \t$state_menu .= '<li><a href="'.$state_url.'">'.$state_label[ $state ].'</a><ul>'.$city_menu.'</ul></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Unable to generate a URL for the named route "CommProperties S_C_P" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C_P' not found': Route for name 'CommProperties S_C_P' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5675
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:213 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› foreach ( $city_data as $property => $property_data ) {
› \t$property_url = $this->generateUrl( 'CommProperties S_C_P', [ 'state' => $state, 'city' => $city, 'property' => $property, 'site' => $site->getId() ] );
› \t$property_menu .= '<li><a href="'.$property_url.'">'.$property_data.'</a></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Unable to generate a URL for the named route "CommProperties S_C" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S_C' not found': Route for name 'CommProperties S_C' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5673
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:217 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if ( !empty( $property_menu ) ) {
› \t$city_url = $this->generateUrl( 'CommProperties S_C', [ 'state' => $state, 'city' => $city, 'site' => $site->getId() ] );
› \t$city_menu .= '<li><a href="'.$city_url.'">'.ucwords( preg_replace( "/[^A-Za-z0-9 ]/", '', $city ) ).'</a><ul>'.$property_menu.'</ul></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties S' not found': Unable to generate a URL for the named route "CommProperties S" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties S' not found': Route for name 'CommProperties S' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5678
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:222 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if ( !empty( $city_menu ) ) {
› \t$state_url = $this->generateUrl( 'CommProperties S', [ 'state' => $state, 'site' => $site->getId() ] );
› \t$state_menu .= '<li><a href="'.$state_url.'">'.$state_label[ $state ].'</a><ul>'.$city_menu.'</ul></li>';
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'CommProperties' not found': Unable to generate a URL for the named route "CommProperties" as such route does not exist."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was unable to generate route. Reason: 'Route 'CommProperties' not found': Route for name 'CommProperties' was not found"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5736
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Staticroute.php:604 {
Pimcore\Model\Staticroute->assemble(array $urlOptions = [], $reset = false, $encode = true) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::STATICROUTE_PATH, $event);
› $url = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php:189 {
Pimcore\Routing\Staticroute\Router->generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) …
› // assemble the route / url in Staticroute::assemble()
› $url = $route->assemble($parameters, $reset, $encode);
› $port = '';
}
/home/grafikstageio/public_html/vendor/symfony-cmf/routing/src/ChainRouter.php:248 {
Symfony\Cmf\Component\Routing\ChainRouter->generate($name, $parameters = [], $absolute = UrlGeneratorInterface::ABSOLUTE_PATH) …
› try {
› return $router->generate($name, $parameters, $absolute);
› } catch (RouteNotFoundException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:80 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
› {
› return $this->container->get('router')->generate($route, $parameters, $referenceType);
› }
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:241 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› .'<li>'
› \t.'<a href="'.$this->generateUrl( 'CommProperties', [ 'site' => $site->getId() ] ).'">Properties</a>'
› \t.$properties_menu
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "QueryBuilder instance was normalized to string."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"query" => "SELECT `documents`.`id`, `documents`.`type` FROM `documents` WHERE ( (parentId = ?) AND published = 1) ORDER BY `index` ASC"
"params" => [
154
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT `documents`.`id`, `documents`.`type` FROM `documents` WHERE ( (parentId = ?) AND published = 1) ORDER BY `index` ASC"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
154
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_155"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_155"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_156"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_156"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_161"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_161"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_167"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_167"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_169"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_169"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_171"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_171"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_properties_156"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_156"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "QueryBuilder instance was normalized to string."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"query" => "SELECT `documents`.`id`, `documents`.`type` FROM `documents` WHERE ( (parentId = ?) AND published = 1) ORDER BY `index` ASC"
"params" => [
156
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT `documents`.`id`, `documents`.`type` FROM `documents` WHERE ( (parentId = ?) AND published = 1) ORDER BY `index` ASC"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
156
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_157"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_157"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_158"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_158"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_159"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_159"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_160"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_160"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_178"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_178"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_properties_157"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_157"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5746
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:962 {
Pimcore\Model\Document->prepareFrontendPath($path) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::DOCUMENT_PATH, $event);
› $path = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:944 {
Pimcore\Model\Document->getFullPath(bool $force = false) …
›
› $link = $this->prepareFrontendPath($link);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document/Page.php:157 {
Pimcore\Model\Document\Page->getFullPath(bool $force = false) …
› {
› $path = parent::getFullPath($force);
›
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:260 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if( $subpage instanceof \Pimcore\Model\Document\Page ) {
› \t$subnav_menu .= '<li><a href="'.$subpage->getFullPath().'">'.$subpage->getProperty( 'navigation_name' ).'</a></li>';
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_properties_158"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_158"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5752
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:962 {
Pimcore\Model\Document->prepareFrontendPath($path) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::DOCUMENT_PATH, $event);
› $path = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:944 {
Pimcore\Model\Document->getFullPath(bool $force = false) …
›
› $link = $this->prepareFrontendPath($link);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document/Page.php:157 {
Pimcore\Model\Document\Page->getFullPath(bool $force = false) …
› {
› $path = parent::getFullPath($force);
›
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:260 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if( $subpage instanceof \Pimcore\Model\Document\Page ) {
› \t$subnav_menu .= '<li><a href="'.$subpage->getFullPath().'">'.$subpage->getProperty( 'navigation_name' ).'</a></li>';
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_properties_159"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_159"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5768
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:962 {
Pimcore\Model\Document->prepareFrontendPath($path) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::DOCUMENT_PATH, $event);
› $path = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:944 {
Pimcore\Model\Document->getFullPath(bool $force = false) …
›
› $link = $this->prepareFrontendPath($link);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document/Page.php:157 {
Pimcore\Model\Document\Page->getFullPath(bool $force = false) …
› {
› $path = parent::getFullPath($force);
›
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:260 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if( $subpage instanceof \Pimcore\Model\Document\Page ) {
› \t$subnav_menu .= '<li><a href="'.$subpage->getFullPath().'">'.$subpage->getProperty( 'navigation_name' ).'</a></li>';
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_properties_160"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_160"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5784
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:962 {
Pimcore\Model\Document->prepareFrontendPath($path) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::DOCUMENT_PATH, $event);
› $path = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:944 {
Pimcore\Model\Document->getFullPath(bool $force = false) …
›
› $link = $this->prepareFrontendPath($link);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document/Page.php:157 {
Pimcore\Model\Document\Page->getFullPath(bool $force = false) …
› {
› $path = parent::getFullPath($force);
›
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:260 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if( $subpage instanceof \Pimcore\Model\Document\Page ) {
› \t$subnav_menu .= '<li><a href="'.$subpage->getFullPath().'">'.$subpage->getProperty( 'navigation_name' ).'</a></li>';
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_properties_178"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_178"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5800
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:962 {
Pimcore\Model\Document->prepareFrontendPath($path) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::DOCUMENT_PATH, $event);
› $path = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:944 {
Pimcore\Model\Document->getFullPath(bool $force = false) …
›
› $link = $this->prepareFrontendPath($link);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document/Page.php:157 {
Pimcore\Model\Document\Page->getFullPath(bool $force = false) …
› {
› $path = parent::getFullPath($force);
›
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:260 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if( $subpage instanceof \Pimcore\Model\Document\Page ) {
› \t$subnav_menu .= '<li><a href="'.$subpage->getFullPath().'">'.$subpage->getProperty( 'navigation_name' ).'</a></li>';
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5787
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:962 {
Pimcore\Model\Document->prepareFrontendPath($path) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::DOCUMENT_PATH, $event);
› $path = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:944 {
Pimcore\Model\Document->getFullPath(bool $force = false) …
›
› $link = $this->prepareFrontendPath($link);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document/Page.php:157 {
Pimcore\Model\Document\Page->getFullPath(bool $force = false) …
› {
› $path = parent::getFullPath($force);
›
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:270 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if( $page instanceof \Pimcore\Model\Document\Page ) {
› \t$nav_menu .= '<li><a href="'.$page->getFullPath().'">'.$page->getProperty( 'navigation_name' ).'</a>'.$subnav_menu.'</li>';
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_properties_161"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_161"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "QueryBuilder instance was normalized to string."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"query" => "SELECT `documents`.`id`, `documents`.`type` FROM `documents` WHERE ( (parentId = ?) AND published = 1) ORDER BY `index` ASC"
"params" => [
161
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT `documents`.`id`, `documents`.`type` FROM `documents` WHERE ( (parentId = ?) AND published = 1) ORDER BY `index` ASC"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
161
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_162"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_162"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_164"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_164"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_165"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_165"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_163"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_163"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_175"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_175"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_317"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_317"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_properties_162"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_162"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5868
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:962 {
Pimcore\Model\Document->prepareFrontendPath($path) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::DOCUMENT_PATH, $event);
› $path = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:944 {
Pimcore\Model\Document->getFullPath(bool $force = false) …
›
› $link = $this->prepareFrontendPath($link);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document/Page.php:157 {
Pimcore\Model\Document\Page->getFullPath(bool $force = false) …
› {
› $path = parent::getFullPath($force);
›
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:260 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if( $subpage instanceof \Pimcore\Model\Document\Page ) {
› \t$subnav_menu .= '<li><a href="'.$subpage->getFullPath().'">'.$subpage->getProperty( 'navigation_name' ).'</a></li>';
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_properties_164"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_164"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5884
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:962 {
Pimcore\Model\Document->prepareFrontendPath($path) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::DOCUMENT_PATH, $event);
› $path = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:944 {
Pimcore\Model\Document->getFullPath(bool $force = false) …
›
› $link = $this->prepareFrontendPath($link);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document/Page.php:157 {
Pimcore\Model\Document\Page->getFullPath(bool $force = false) …
› {
› $path = parent::getFullPath($force);
›
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:260 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if( $subpage instanceof \Pimcore\Model\Document\Page ) {
› \t$subnav_menu .= '<li><a href="'.$subpage->getFullPath().'">'.$subpage->getProperty( 'navigation_name' ).'</a></li>';
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_properties_165"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_165"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5900
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:962 {
Pimcore\Model\Document->prepareFrontendPath($path) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::DOCUMENT_PATH, $event);
› $path = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:944 {
Pimcore\Model\Document->getFullPath(bool $force = false) …
›
› $link = $this->prepareFrontendPath($link);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document/Page.php:157 {
Pimcore\Model\Document\Page->getFullPath(bool $force = false) …
› {
› $path = parent::getFullPath($force);
›
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:260 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if( $subpage instanceof \Pimcore\Model\Document\Page ) {
› \t$subnav_menu .= '<li><a href="'.$subpage->getFullPath().'">'.$subpage->getProperty( 'navigation_name' ).'</a></li>';
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_properties_163"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_163"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5916
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:962 {
Pimcore\Model\Document->prepareFrontendPath($path) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::DOCUMENT_PATH, $event);
› $path = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:944 {
Pimcore\Model\Document->getFullPath(bool $force = false) …
›
› $link = $this->prepareFrontendPath($link);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document/Page.php:157 {
Pimcore\Model\Document\Page->getFullPath(bool $force = false) …
› {
› $path = parent::getFullPath($force);
›
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:260 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if( $subpage instanceof \Pimcore\Model\Document\Page ) {
› \t$subnav_menu .= '<li><a href="'.$subpage->getFullPath().'">'.$subpage->getProperty( 'navigation_name' ).'</a></li>';
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_properties_175"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_175"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5932
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:962 {
Pimcore\Model\Document->prepareFrontendPath($path) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::DOCUMENT_PATH, $event);
› $path = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:944 {
Pimcore\Model\Document->getFullPath(bool $force = false) …
›
› $link = $this->prepareFrontendPath($link);
›
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:263 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if( $subpage instanceof \Pimcore\Model\Document\Link ) {
› \t$subnav_menu .= '<li><a href="'.$subpage->getFullPath().'" target="'.$subpage->getProperty( 'navigation_target' ).'">'.$subpage->getProperty( 'navigation_name' ).'</a></li>';
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_properties_317"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_317"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5948
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:962 {
Pimcore\Model\Document->prepareFrontendPath($path) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::DOCUMENT_PATH, $event);
› $path = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:944 {
Pimcore\Model\Document->getFullPath(bool $force = false) …
›
› $link = $this->prepareFrontendPath($link);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document/Page.php:157 {
Pimcore\Model\Document\Page->getFullPath(bool $force = false) …
› {
› $path = parent::getFullPath($force);
›
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:260 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if( $subpage instanceof \Pimcore\Model\Document\Page ) {
› \t$subnav_menu .= '<li><a href="'.$subpage->getFullPath().'">'.$subpage->getProperty( 'navigation_name' ).'</a></li>';
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5935
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:962 {
Pimcore\Model\Document->prepareFrontendPath($path) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::DOCUMENT_PATH, $event);
› $path = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:944 {
Pimcore\Model\Document->getFullPath(bool $force = false) …
›
› $link = $this->prepareFrontendPath($link);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document/Page.php:157 {
Pimcore\Model\Document\Page->getFullPath(bool $force = false) …
› {
› $path = parent::getFullPath($force);
›
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:270 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if( $page instanceof \Pimcore\Model\Document\Page ) {
› \t$nav_menu .= '<li><a href="'.$page->getFullPath().'">'.$page->getProperty( 'navigation_name' ).'</a>'.$subnav_menu.'</li>';
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_properties_167"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_167"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "QueryBuilder instance was normalized to string."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"query" => "SELECT `documents`.`id`, `documents`.`type` FROM `documents` WHERE ( (parentId = ?) AND published = 1) ORDER BY `index` ASC"
"params" => [
167
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "SELECT `documents`.`id`, `documents`.`type` FROM `documents` WHERE ( (parentId = ?) AND published = 1) ORDER BY `index` ASC"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
167
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_168"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_168"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_properties_168"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_168"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5972
#message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php"
#line: 148
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› } else {
› @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), E_USER_DEPRECATED);
› $swap = $event;
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:962 {
Pimcore\Model\Document->prepareFrontendPath($path) …
› ]);
› \Pimcore::getEventDispatcher()->dispatch(FrontendEvents::DOCUMENT_PATH, $event);
› $path = $event->getArgument('frontendPath');
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document.php:944 {
Pimcore\Model\Document->getFullPath(bool $force = false) …
›
› $link = $this->prepareFrontendPath($link);
›
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/models/Document/Page.php:157 {
Pimcore\Model\Document\Page->getFullPath(bool $force = false) …
› {
› $path = parent::getFullPath($force);
›
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:270 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› if( $page instanceof \Pimcore\Model\Document\Page ) {
› \t$nav_menu .= '<li><a href="'.$page->getFullPath().'">'.$page->getProperty( 'navigation_name' ).'</a>'.$subnav_menu.'</li>';
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_properties_169"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_169"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => """
SELECT id, \n
(CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data\n
FROM cache WHERE id IN (?)
"""
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
1775392613
[
"document_properties_171"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_171"
]
"channel" => "cache"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5737
#message: "User Deprecated: Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php"
#line: 231
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:231 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->render(string $view, array $parameters = [], Response $response = null): Response …
› if ($this->container->has('templating')) {
› @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:280 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› return $this->render( ':Includes:commercial-header-view.html.php', [
› \t'menu' => $nav_menu
› ] );
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: Loading the file "views/Includes/commercial-header-view.html.php" from the global resource directory "/home/grafikstageio/public_html/app/Resources" is deprecated since Symfony 4.4 and will be removed in 5.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6016
#message: "User Deprecated: Loading the file "views/Includes/commercial-header-view.html.php" from the global resource directory "/home/grafikstageio/public_html/app/Resources" is deprecated since Symfony 4.4 and will be removed in 5.0."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php"
#line: 84
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php:84 {
Symfony\Component\HttpKernel\Config\FileLocator->locate($file, $currentPath = null, $first = true) …
› if ($deprecation) {
› @trigger_error($deprecation, E_USER_DEPRECATED);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php:83 {
Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator->locate($template, $currentPath = null, $first = true) …
› try {
› return $this->cacheHits[$key] = $this->locator->locate($template->getPath(), $currentPath);
› } catch (\InvalidArgumentException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/FilesystemLoader.php:43 {
Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader->load(TemplateReferenceInterface $template) …
› try {
› $file = $this->locator->locate($template);
› } catch (\InvalidArgumentException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:504 {
Symfony\Component\Templating\PhpEngine->load($name) …
›
› $storage = $this->loader->load($template);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:68 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› {
› $storage = $this->load($name);
› $key = hash('sha256', serialize($storage));
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/DelegatingEngine.php:41 {
Symfony\Component\Templating\DelegatingEngine->render($name, array $parameters = []) …
› {
› return $this->getEngine($name)->render($name, $parameters);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:233 {
Symfony\Bundle\FrameworkBundle\Controller\Controller->render(string $view, array $parameters = [], Response $response = null): Response …
›
› $content = $this->container->get('templating')->render($view, $parameters);
› } elseif ($this->container->has('twig')) {
}
/home/grafikstageio/public_html/src/AppBundle/Controller/CommercialController.php:280 {
AppBundle\Controller\CommercialController->CommercialNavigation() …
› return $this->render( ':Includes:commercial-header-view.html.php', [
› \t'menu' => $nav_menu
› ] );
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:85 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:81 {
Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:45 {
Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php:50 {
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper->render($uri, array $options = []) …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/home/grafikstageio/public_html/app/Resources/views/Includes/commercial-header.html.php:5 {
require …
› new \Symfony\Component\HttpKernel\Controller\ControllerReference(
› \t'AppBundle\\Controller\\CommercialController::CommercialNavigation', []
› )
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:197 {
Pimcore\Templating\PhpEngine->template($name, array $parameters = []) …
›
› return $this->render($name, $parameters);
› }
arguments: {
$name: ":Areas:commercialcontactform/view.html.php"
$parameters: [ …11]
}
}
/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php:63 {
require …
› <?php /* GLOBAL COMMERCIAL HEADER */ ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header.html.php' ) ?>
› <?= $this->editmode ? null : $this->template( ':Includes:commercial-header-propertynav.html.php', $this->propertynav ) ?>
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:147 {
Symfony\Component\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› ob_start();
› require $this->evalTemplate;
›
arguments: {
"/home/grafikstageio/public_html/app/Resources/views/Commercial/propertyContact.html.php"
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/PhpEngine.php:169 {
Pimcore\Templating\PhpEngine->evaluate(Storage $template, array $parameters = []) …
› // render the template
› $result = parent::evaluate($template, $parameters);
›
arguments: {
$template: null
$parameters: null
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/Templating/PhpEngine.php:76 {
Symfony\Component\Templating\PhpEngine->render($name, array $parameters = []) …
› // render
› if (false === $content = $this->evaluate($storage, $parameters)) {
› throw new \RuntimeException(sprintf('The template "%s" cannot be rendered.', $this->parser->parse($name)));
arguments: {
$template: Symfony\Component\Templating\Storage\FileStorage {#4292 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/lib/Templating/TimedPhpEngine.php:57 {
Pimcore\Templating\TimedPhpEngine->render($name, array $parameters = []) …
› /** @var TemplateReference $name */
› $ret = parent::render($name, $parameters);
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …7]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php:78 {
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine->renderResponse($view, array $parameters = [], Response $response = null) …
›
› $response->setContent($this->render($view, $parameters));
›
arguments: {
$name: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php:55 {
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine->renderResponse($view, array $parameters = [], Response $response = null) …
› if ($engine instanceof EngineInterface) {
› return $engine->renderResponse($view, $parameters, $response);
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
$response: Symfony\Component\HttpFoundation\Response {#4386 …}
}
}
/home/grafikstageio/public_html/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/LegacyTemplateListener.php:83 {
Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener->onKernelView(KernelEvent $event) …
›
› $event->setResponse($templating->renderResponse($template->getTemplate(), $parameters));
› }
arguments: {
$view: Symfony\Bundle\FrameworkBundle\Templating\TemplateReference {#4389 …}
$parameters: [ …6]
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "SELECT name FROM classes WHERE id = ?"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"76"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "TrustedCookieResponseListener_c7f9b85::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"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" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\TagManagerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\CookiePolicyNoticeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Analytics\Piwik\EventListener\TrackingCodeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Targeting\EventListener\TargetingListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Targeting\EventListener\ToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"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"
]
]
"000000001e64d2c9000000000c86db84" => [
[
"timestamp" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FrontendRoutingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6745
#message: "User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4."
#code: 0
#file: "/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTwig_Controller_ExceptionService.php"
#line: 9
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTwig_Controller_ExceptionService.php:9 {
require …
›
› @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:255 {
Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
› if (isset($this->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
› } elseif (isset($this->methodMap[$id])) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
› {
› return $this->configureController(parent::instantiateController($class), $class);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:122 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController($controller) …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error | \LogicException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:141 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6746
#message: "User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead."
#code: 0
#file: "/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php:23 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', ExceptionController::class, \Symfony\Component\HttpKernel\Controller\ErrorController::class), E_USER_DEPRECATED);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/getTwig_Controller_ExceptionService.php:11 {
require …
›
› return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
›
}
/home/grafikstageio/public_html/var/cache/dev/Container84jF0cd/appAppKernelDevDebugContainer.php:868 {
Container84jF0cd\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:255 {
Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
› if (isset($this->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
› } elseif (isset($this->methodMap[$id])) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
› {
› return $this->configureController(parent::instantiateController($class), $class);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:122 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController($controller) …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error | \LogicException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:141 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\TemplateControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\LegacyTemplateListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The template "@Twig/layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/layout.html.twig" at line 1)."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6838
#message: "User Deprecated: The template "@Twig/layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/layout.html.twig" at line 1)."
#code: 0
#file: "/home/grafikstageio/public_html/var/cache/dev/twig/14/14b1c906e9a335cf7908cf780b38b632f1c8873811ff70e8ed7c0cb5725a92aa.php"
#line: 49
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/var/cache/dev/twig/14/14b1c906e9a335cf7908cf780b38b632f1c8873811ff70e8ed7c0cb5725a92aa.php:49 {
__TwigTemplate_1f2fb140159acb35bd5550d419e9a60b45e84943f1660d479172fd7fac0d695f->doDisplay(array $context, array $blocks = []) …
› $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"@Twig/layout.html.twig\" at line 1).", E_USER_DEPRECATED);
› // line 2
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:407 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:380 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/grafikstageio/public_html/var/cache/dev/twig/c1/c148f063d0a7989cd00c083209cc62c142a610ce8d466cf4a7560b71fe22f9b2.php:52 {
__TwigTemplate_7d59e92f8f25e6115a7d31d22d52daa742152f610480f0425c6c8d85c248cf02->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:407 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:380 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:392 {
Twig\Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/grafikstageio/public_html/vendor/twig/twig/src/TemplateWrapper.php:45 {
Twig\TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Environment.php:318 {
Twig\Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The template "@Twig/exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/exception.css.twig" at line 1)."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6851
#message: "User Deprecated: The template "@Twig/exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/exception.css.twig" at line 1)."
#code: 0
#file: "/home/grafikstageio/public_html/var/cache/dev/twig/c8/c833df8c698c0c5dfcebb7cb2daada07f19d73a4293c16fc0987d91c6a9e1659.php"
#line: 44
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/var/cache/dev/twig/c8/c833df8c698c0c5dfcebb7cb2daada07f19d73a4293c16fc0987d91c6a9e1659.php:44 {
__TwigTemplate_7c6cb98e1ac50532403e5da4a14a0eca41dd199bc910a1915a8e35e7ffbb6382->doDisplay(array $context, array $blocks = []) …
› $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"@Twig/exception.css.twig\" at line 1).", E_USER_DEPRECATED);
› // line 4
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:407 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:380 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:392 {
Twig\Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Extension/CoreExtension.php:1223 {
twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/layout.html.twig:11 {
__TwigTemplate_1f2fb140159acb35bd5550d419e9a60b45e84943f1660d479172fd7fac0d695f->doDisplay(array $context, array $blocks = []) …
› <link rel="icon" type="image/png" href="{{ include('@Twig/images/favicon.png.base64') }}">
› <style>{{ include('@Twig/exception.css.twig') }}</style>
› {% block head %}{% endblock %}
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:407 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:380 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/grafikstageio/public_html/var/cache/dev/twig/c1/c148f063d0a7989cd00c083209cc62c142a610ce8d466cf4a7560b71fe22f9b2.php:52 {
__TwigTemplate_7d59e92f8f25e6115a7d31d22d52daa742152f610480f0425c6c8d85c248cf02->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:407 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:380 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:392 {
Twig\Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/grafikstageio/public_html/vendor/twig/twig/src/TemplateWrapper.php:45 {
Twig\TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Environment.php:318 {
Twig\Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "User Deprecated: The template "@Twig/base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/base_js.html.twig" at line 1)."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6071
#message: "User Deprecated: The template "@Twig/base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/base_js.html.twig" at line 1)."
#code: 0
#file: "/home/grafikstageio/public_html/var/cache/dev/twig/44/44828ceda3ab6b3b6b8602324ef15be63cf078622d51229ae9f1b50fbf4550a4.php"
#line: 44
#severity: E_USER_DEPRECATED
trace: {
/home/grafikstageio/public_html/var/cache/dev/twig/44/44828ceda3ab6b3b6b8602324ef15be63cf078622d51229ae9f1b50fbf4550a4.php:44 {
__TwigTemplate_32dc6010d46032c9fe1b5554cb02e9764ecf6f267a63568531ab2f7dd59b0141->doDisplay(array $context, array $blocks = []) …
› $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"@Twig/base_js.html.twig\" at line 1).", E_USER_DEPRECATED);
› // line 4
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:407 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:380 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:392 {
Twig\Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Extension/CoreExtension.php:1223 {
twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/home/grafikstageio/public_html/var/cache/dev/twig/14/14b1c906e9a335cf7908cf780b38b632f1c8873811ff70e8ed7c0cb5725a92aa.php:117 {
__TwigTemplate_1f2fb140159acb35bd5550d419e9a60b45e84943f1660d479172fd7fac0d695f->doDisplay(array $context, array $blocks = []) …
› echo " ";
› echo twig_include($this->env, $context, "@Twig/base_js.html.twig");
› echo "
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:407 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:380 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/grafikstageio/public_html/var/cache/dev/twig/c1/c148f063d0a7989cd00c083209cc62c142a610ce8d466cf4a7560b71fe22f9b2.php:52 {
__TwigTemplate_7d59e92f8f25e6115a7d31d22d52daa742152f610480f0425c6c8d85c248cf02->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:407 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:380 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Template.php:392 {
Twig\Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/grafikstageio/public_html/vendor/twig/twig/src/TemplateWrapper.php:45 {
Twig\TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/grafikstageio/public_html/vendor/twig/twig/src/Environment.php:318 {
Twig\Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller\ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:158 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:80 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#56 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …4]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4318 …}
...: {
"kernel.view"
}
}
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:219 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/grafikstageio/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
$type: 1
$catch: true
}
}
/home/grafikstageio/public_html/web/app.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#4 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "TrustedCookieResponseListener_c7f9b85::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"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" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\TagManagerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\CookiePolicyNoticeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Analytics\Piwik\EventListener\TrackingCodeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Targeting\EventListener\TargetingListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Targeting\EventListener\ToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1775392613
"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" => 1775392613
"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" => 1775392613
"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: [
"000000001e64cb11000000000c86db84" => 1
"000000001e64d921000000000c86db84" => 0
"000000001e64d2c9000000000c86db84" => 0
]
-requestStack: Symfony\Component\HttpFoundation\RequestStack {#335 …}
}
]
#microsecondTimestamps: true
#exceptionHandler: null
} |