mondelez2023.chequemotivadev.com
Open in
urlscan Pro
54.76.106.243
Public Scan
Submitted URL: http://mondelez2023.chequemotivadev.com/
Effective URL: https://mondelez2023.chequemotivadev.com/
Submission: On November 29 via manual from PL — Scanned from DE
Effective URL: https://mondelez2023.chequemotivadev.com/
Submission: On November 29 via manual from PL — Scanned from DE
Form analysis
0 forms found in the DOMText Content
SYMFONY EXCEPTION Symfony Docs ACCESSDENIEDEXCEPTION ACCESSDENIEDEXCEPTION ACCESSDENIEDEXCEPTION HTTP 500 INTERNAL SERVER ERROR NO HAY DEFINIDO ENTORNO PARA ESTA URL * Exceptions 3 * Stack Traces 3 EXCEPTIONS 3 SYMFONY\COMPONENT\SECURITY\CORE\EXCEPTION\ ACCESSDENIEDEXCEPTION in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/src/EventListener/CurrentURLListener.php (line 34) 29. if (strpos($request->getRequestUri(), 'administration') === false && strpos($request->getRequestUri(), '_wdt') === false && strpos($request->getRequestUri(), '_profiler') === false) { 30. 31. $environment = $this->entityManager->getRepository(Environment::class)->findOneBy(['url' => $currentHost]); 32. 33. if (!$environment) { 34. throw new AccessDeniedException('No hay definido entorno para esta URL'); 35. } 36. 37. if (!$environment->getEnabled()) { 38. throw new AccessDeniedException('No hay entorno activo para esta URL'); 39. } in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php -> onKernelRequest (line 117) 112. $this->called = true; 113. $this->priority = $dispatcher->getListenerPriority($eventName, $this->listener); 114. 115. $e = $this->stopwatch->start($this->name, 'event_listener'); 116. 117. ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 118. 119. if ($e->isStarted()) { 120. $e->stop(); 121. } 122. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php -> __invoke (line 230) 225. 226. foreach ($listeners as $listener) { 227. if ($stoppable && $event->isPropagationStopped()) { 228. break; 229. } 230. $listener($event, $eventName, $this); 231. } 232. } 233. 234. /** 235. * Sorts the internal list of listeners for the given event by priority. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php -> callListeners (line 59) 54. } else { 55. $listeners = $this->getListeners($eventName); 56. } 57. 58. if ($listeners) { 59. $this->callListeners($listeners, $eventName, $event); 60. } 61. 62. return $event; 63. } 64. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php -> dispatch (line 154) 149. try { 150. $this->beforeDispatch($eventName, $event); 151. try { 152. $e = $this->stopwatch->start($eventName, 'section'); 153. try { 154. $this->dispatcher->dispatch($event, $eventName); 155. } finally { 156. if ($e->isStarted()) { 157. $e->stop(); 158. } 159. } in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php -> dispatch (line 128) 123. { 124. $this->requestStack->push($request); 125. 126. // request 127. $event = new RequestEvent($this, $request, $type); 128. $this->dispatcher->dispatch($event, KernelEvents::REQUEST); 129. 130. if ($event->hasResponse()) { 131. return $this->filterResponse($event->getResponse(), $request, $type); 132. } 133. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php -> handleRaw (line 74) 69. public function handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) 70. { 71. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level()); 72. 73. try { 74. return $this->handleRaw($request, $type); 75. } catch (\Exception $e) { 76. if ($e instanceof RequestExceptionInterface) { 77. $e = new BadRequestHttpException($e->getMessage(), $e); 78. } 79. if (false === $catch) { in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/EventListener/ErrorListener.php -> handle (line 85) 80. 81. $throwable = $event->getThrowable(); 82. $request = $this->duplicateRequest($throwable, $event->getRequest()); 83. 84. try { 85. $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 86. } catch (\Exception $e) { 87. $f = FlattenException::createFromThrowable($e); 88. 89. $this->logException($e, sprintf('Exception thrown when handling an exception (%s: %s at %s line %s)', $f->getClass(), $f->getMessage(), $e->getFile(), $e->getLine())); 90. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php -> onKernelException (line 117) 112. $this->called = true; 113. $this->priority = $dispatcher->getListenerPriority($eventName, $this->listener); 114. 115. $e = $this->stopwatch->start($this->name, 'event_listener'); 116. 117. ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 118. 119. if ($e->isStarted()) { 120. $e->stop(); 121. } 122. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php -> __invoke (line 230) 225. 226. foreach ($listeners as $listener) { 227. if ($stoppable && $event->isPropagationStopped()) { 228. break; 229. } 230. $listener($event, $eventName, $this); 231. } 232. } 233. 234. /** 235. * Sorts the internal list of listeners for the given event by priority. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php -> callListeners (line 59) 54. } else { 55. $listeners = $this->getListeners($eventName); 56. } 57. 58. if ($listeners) { 59. $this->callListeners($listeners, $eventName, $event); 60. } 61. 62. return $event; 63. } 64. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php -> dispatch (line 154) 149. try { 150. $this->beforeDispatch($eventName, $event); 151. try { 152. $e = $this->stopwatch->start($eventName, 'section'); 153. try { 154. $this->dispatcher->dispatch($event, $eventName); 155. } finally { 156. if ($e->isStarted()) { 157. $e->stop(); 158. } 159. } in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php -> dispatch (line 213) 208. * @throws \Exception 209. */ 210. private function handleThrowable(\Throwable $e, Request $request, int $type): Response 211. { 212. $event = new ExceptionEvent($this, $request, $type, $e); 213. $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 214. 215. // a listener might have replaced the exception 216. $e = $event->getThrowable(); 217. 218. if (!$event->hasResponse()) { in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php -> handleThrowable (line 106) 101. { 102. if (!$request = $request ?: $this->requestStack->getMainRequest()) { 103. throw $exception; 104. } 105. 106. $response = $this->handleThrowable($exception, $request, self::MAIN_REQUEST); 107. 108. $response->sendHeaders(); 109. $response->sendContent(); 110. 111. $this->terminate($request, $response); in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php -> terminateWithException (line 131) 126. if ($hasRun) { 127. throw $e; 128. } 129. 130. $hasRun = true; 131. $kernel->terminateWithException($e, $request); 132. }; 133. } 134. } elseif ($event instanceof ConsoleEvent && $app = $event->getCommand()->getApplication()) { 135. $output = $event->getOutput(); 136. if ($output instanceof ConsoleOutputInterface) { in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/error-handler/ErrorHandler.php :: Symfony\Component\HttpKernel\EventListener\{closure} (line 607) 602. $this->exceptionHandler = null; 603. } 604. 605. try { 606. if (null !== $exceptionHandler) { 607. return $exceptionHandler($exception); 608. } 609. $handlerException = $handlerException ?: $exception; 610. } catch (\Throwable $handlerException) { 611. } 612. if ($exception === $handlerException && null === $this->exceptionHandler) { ErrorHandler->handleException() SYMFONY\COMPONENT\SECURITY\CORE\EXCEPTION\ ACCESSDENIEDEXCEPTION No hay definido entorno para esta URL in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/src/EventListener/CurrentURLListener.php (line 34) 29. if (strpos($request->getRequestUri(), 'administration') === false && strpos($request->getRequestUri(), '_wdt') === false && strpos($request->getRequestUri(), '_profiler') === false) { 30. 31. $environment = $this->entityManager->getRepository(Environment::class)->findOneBy(['url' => $currentHost]); 32. 33. if (!$environment) { 34. throw new AccessDeniedException('No hay definido entorno para esta URL'); 35. } 36. 37. if (!$environment->getEnabled()) { 38. throw new AccessDeniedException('No hay entorno activo para esta URL'); 39. } in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php -> onKernelRequest (line 117) 112. $this->called = true; 113. $this->priority = $dispatcher->getListenerPriority($eventName, $this->listener); 114. 115. $e = $this->stopwatch->start($this->name, 'event_listener'); 116. 117. ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 118. 119. if ($e->isStarted()) { 120. $e->stop(); 121. } 122. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php -> __invoke (line 230) 225. 226. foreach ($listeners as $listener) { 227. if ($stoppable && $event->isPropagationStopped()) { 228. break; 229. } 230. $listener($event, $eventName, $this); 231. } 232. } 233. 234. /** 235. * Sorts the internal list of listeners for the given event by priority. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php -> callListeners (line 59) 54. } else { 55. $listeners = $this->getListeners($eventName); 56. } 57. 58. if ($listeners) { 59. $this->callListeners($listeners, $eventName, $event); 60. } 61. 62. return $event; 63. } 64. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php -> dispatch (line 154) 149. try { 150. $this->beforeDispatch($eventName, $event); 151. try { 152. $e = $this->stopwatch->start($eventName, 'section'); 153. try { 154. $this->dispatcher->dispatch($event, $eventName); 155. } finally { 156. if ($e->isStarted()) { 157. $e->stop(); 158. } 159. } in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php -> dispatch (line 128) 123. { 124. $this->requestStack->push($request); 125. 126. // request 127. $event = new RequestEvent($this, $request, $type); 128. $this->dispatcher->dispatch($event, KernelEvents::REQUEST); 129. 130. if ($event->hasResponse()) { 131. return $this->filterResponse($event->getResponse(), $request, $type); 132. } 133. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php -> handleRaw (line 74) 69. public function handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) 70. { 71. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level()); 72. 73. try { 74. return $this->handleRaw($request, $type); 75. } catch (\Exception $e) { 76. if ($e instanceof RequestExceptionInterface) { 77. $e = new BadRequestHttpException($e->getMessage(), $e); 78. } 79. if (false === $catch) { in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/EventListener/ErrorListener.php -> handle (line 85) 80. 81. $throwable = $event->getThrowable(); 82. $request = $this->duplicateRequest($throwable, $event->getRequest()); 83. 84. try { 85. $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 86. } catch (\Exception $e) { 87. $f = FlattenException::createFromThrowable($e); 88. 89. $this->logException($e, sprintf('Exception thrown when handling an exception (%s: %s at %s line %s)', $f->getClass(), $f->getMessage(), $e->getFile(), $e->getLine())); 90. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php -> onKernelException (line 117) 112. $this->called = true; 113. $this->priority = $dispatcher->getListenerPriority($eventName, $this->listener); 114. 115. $e = $this->stopwatch->start($this->name, 'event_listener'); 116. 117. ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 118. 119. if ($e->isStarted()) { 120. $e->stop(); 121. } 122. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php -> __invoke (line 230) 225. 226. foreach ($listeners as $listener) { 227. if ($stoppable && $event->isPropagationStopped()) { 228. break; 229. } 230. $listener($event, $eventName, $this); 231. } 232. } 233. 234. /** 235. * Sorts the internal list of listeners for the given event by priority. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php -> callListeners (line 59) 54. } else { 55. $listeners = $this->getListeners($eventName); 56. } 57. 58. if ($listeners) { 59. $this->callListeners($listeners, $eventName, $event); 60. } 61. 62. return $event; 63. } 64. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php -> dispatch (line 154) 149. try { 150. $this->beforeDispatch($eventName, $event); 151. try { 152. $e = $this->stopwatch->start($eventName, 'section'); 153. try { 154. $this->dispatcher->dispatch($event, $eventName); 155. } finally { 156. if ($e->isStarted()) { 157. $e->stop(); 158. } 159. } in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php -> dispatch (line 213) 208. * @throws \Exception 209. */ 210. private function handleThrowable(\Throwable $e, Request $request, int $type): Response 211. { 212. $event = new ExceptionEvent($this, $request, $type, $e); 213. $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 214. 215. // a listener might have replaced the exception 216. $e = $event->getThrowable(); 217. 218. if (!$event->hasResponse()) { in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php -> handleThrowable (line 85) 80. $this->finishRequest($request, $type); 81. 82. throw $e; 83. } 84. 85. return $this->handleThrowable($e, $request, $type); 86. } 87. } 88. 89. /** 90. * {@inheritdoc} in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/Kernel.php -> handle (line 202) 197. $this->boot(); 198. ++$this->requestStackSize; 199. $this->resetServices = true; 200. 201. try { 202. return $this->getHttpKernel()->handle($request, $type, $catch); 203. } finally { 204. --$this->requestStackSize; 205. } 206. } 207. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php -> handle (line 35) 30. $this->request = $request; 31. } 32. 33. public function run(): int 34. { 35. $response = $this->kernel->handle($this->request); 36. $response->send(); 37. 38. if ($this->kernel instanceof TerminableInterface) { 39. $this->kernel->terminate($this->request, $response); 40. } in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/autoload_runtime.php -> run (line 35) 30. $app = $app(...$args); 31. 32. exit( 33. $runtime 34. ->getRunner($app) 35. ->run() 36. ); 37. require_once('/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/autoload_runtime.php') in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/public/index.php (line 5) 1. <?php 2. 3. use App\Kernel; 4. 5. require_once dirname(__DIR__).'/vendor/autoload_runtime.php'; 6. 7. return function (array $context) { 8. return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']); 9. }; 10. SYMFONY\COMPONENT\SECURITY\CORE\EXCEPTION\ ACCESSDENIEDEXCEPTION No hay definido entorno para esta URL in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/src/EventListener/CurrentURLListener.php (line 34) 29. if (strpos($request->getRequestUri(), 'administration') === false && strpos($request->getRequestUri(), '_wdt') === false && strpos($request->getRequestUri(), '_profiler') === false) { 30. 31. $environment = $this->entityManager->getRepository(Environment::class)->findOneBy(['url' => $currentHost]); 32. 33. if (!$environment) { 34. throw new AccessDeniedException('No hay definido entorno para esta URL'); 35. } 36. 37. if (!$environment->getEnabled()) { 38. throw new AccessDeniedException('No hay entorno activo para esta URL'); 39. } in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php -> onKernelRequest (line 117) 112. $this->called = true; 113. $this->priority = $dispatcher->getListenerPriority($eventName, $this->listener); 114. 115. $e = $this->stopwatch->start($this->name, 'event_listener'); 116. 117. ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); 118. 119. if ($e->isStarted()) { 120. $e->stop(); 121. } 122. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php -> __invoke (line 230) 225. 226. foreach ($listeners as $listener) { 227. if ($stoppable && $event->isPropagationStopped()) { 228. break; 229. } 230. $listener($event, $eventName, $this); 231. } 232. } 233. 234. /** 235. * Sorts the internal list of listeners for the given event by priority. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php -> callListeners (line 59) 54. } else { 55. $listeners = $this->getListeners($eventName); 56. } 57. 58. if ($listeners) { 59. $this->callListeners($listeners, $eventName, $event); 60. } 61. 62. return $event; 63. } 64. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php -> dispatch (line 154) 149. try { 150. $this->beforeDispatch($eventName, $event); 151. try { 152. $e = $this->stopwatch->start($eventName, 'section'); 153. try { 154. $this->dispatcher->dispatch($event, $eventName); 155. } finally { 156. if ($e->isStarted()) { 157. $e->stop(); 158. } 159. } in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php -> dispatch (line 128) 123. { 124. $this->requestStack->push($request); 125. 126. // request 127. $event = new RequestEvent($this, $request, $type); 128. $this->dispatcher->dispatch($event, KernelEvents::REQUEST); 129. 130. if ($event->hasResponse()) { 131. return $this->filterResponse($event->getResponse(), $request, $type); 132. } 133. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php -> handleRaw (line 74) 69. public function handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) 70. { 71. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level()); 72. 73. try { 74. return $this->handleRaw($request, $type); 75. } catch (\Exception $e) { 76. if ($e instanceof RequestExceptionInterface) { 77. $e = new BadRequestHttpException($e->getMessage(), $e); 78. } 79. if (false === $catch) { in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/Kernel.php -> handle (line 202) 197. $this->boot(); 198. ++$this->requestStackSize; 199. $this->resetServices = true; 200. 201. try { 202. return $this->getHttpKernel()->handle($request, $type, $catch); 203. } finally { 204. --$this->requestStackSize; 205. } 206. } 207. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php -> handle (line 35) 30. $this->request = $request; 31. } 32. 33. public function run(): int 34. { 35. $response = $this->kernel->handle($this->request); 36. $response->send(); 37. 38. if ($this->kernel instanceof TerminableInterface) { 39. $this->kernel->terminate($this->request, $response); 40. } in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/autoload_runtime.php -> run (line 35) 30. $app = $app(...$args); 31. 32. exit( 33. $runtime 34. ->getRunner($app) 35. ->run() 36. ); 37. require_once('/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/autoload_runtime.php') in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/public/index.php (line 5) 1. <?php 2. 3. use App\Kernel; 4. 5. require_once dirname(__DIR__).'/vendor/autoload_runtime.php'; 6. 7. return function (array $context) { 8. return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']); 9. }; 10. STACK TRACES 3 [3/3] AccessDeniedException Symfony\Component\Security\Core\Exception\AccessDeniedException: No hay definido entorno para esta URL at /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/src/EventListener/CurrentURLListener.php:34 at App\EventListener\CurrentURLListener->onKernelRequest() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117) at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:230) at Symfony\Component\EventDispatcher\EventDispatcher->callListeners() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:59) at Symfony\Component\EventDispatcher\EventDispatcher->dispatch() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154) at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:128) at Symfony\Component\HttpKernel\HttpKernel->handleRaw() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:74) at Symfony\Component\HttpKernel\HttpKernel->handle() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/EventListener/ErrorListener.php:85) at Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117) at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:230) at Symfony\Component\EventDispatcher\EventDispatcher->callListeners() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:59) at Symfony\Component\EventDispatcher\EventDispatcher->dispatch() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154) at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:213) at Symfony\Component\HttpKernel\HttpKernel->handleThrowable() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:106) at Symfony\Component\HttpKernel\HttpKernel->terminateWithException() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:131) at Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure}() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/error-handler/ErrorHandler.php:607) at Symfony\Component\ErrorHandler\ErrorHandler->handleException() [2/3] AccessDeniedException Symfony\Component\Security\Core\Exception\AccessDeniedException: No hay definido entorno para esta URL at /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/src/EventListener/CurrentURLListener.php:34 at App\EventListener\CurrentURLListener->onKernelRequest() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117) at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:230) at Symfony\Component\EventDispatcher\EventDispatcher->callListeners() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:59) at Symfony\Component\EventDispatcher\EventDispatcher->dispatch() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154) at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:128) at Symfony\Component\HttpKernel\HttpKernel->handleRaw() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:74) at Symfony\Component\HttpKernel\HttpKernel->handle() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/EventListener/ErrorListener.php:85) at Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117) at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:230) at Symfony\Component\EventDispatcher\EventDispatcher->callListeners() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:59) at Symfony\Component\EventDispatcher\EventDispatcher->dispatch() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154) at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:213) at Symfony\Component\HttpKernel\HttpKernel->handleThrowable() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:85) at Symfony\Component\HttpKernel\HttpKernel->handle() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/Kernel.php:202) at Symfony\Component\HttpKernel\Kernel->handle() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35) at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/autoload_runtime.php:35) at require_once('/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/autoload_runtime.php') (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/public/index.php:5) [1/3] AccessDeniedException Symfony\Component\Security\Core\Exception\AccessDeniedException: No hay definido entorno para esta URL at /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/src/EventListener/CurrentURLListener.php:34 at App\EventListener\CurrentURLListener->onKernelRequest() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117) at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:230) at Symfony\Component\EventDispatcher\EventDispatcher->callListeners() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:59) at Symfony\Component\EventDispatcher\EventDispatcher->dispatch() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154) at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:128) at Symfony\Component\HttpKernel\HttpKernel->handleRaw() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:74) at Symfony\Component\HttpKernel\HttpKernel->handle() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/Kernel.php:202) at Symfony\Component\HttpKernel\Kernel->handle() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35) at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/autoload_runtime.php:35) at require_once('/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/autoload_runtime.php') (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/public/index.php:5)