happynewyear.chequemotivadev.com
Open in
urlscan Pro
54.76.106.243
Public Scan
URL:
https://happynewyear.chequemotivadev.com/
Submission Tags: phishingrod
Submission: On February 28 via api from DE — Scanned from DE
Submission Tags: phishingrod
Submission: On February 28 via api from DE — 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 36) 31. '_wdt') === false && strpos($request->getRequestUri(), '_profiler') === false) { 32. 33. $environment = $this->entityManager->getRepository(Environment::class)->findOneBy(['url' => $currentHost]); 34. 35. if (!$environment) { 36. throw new AccessDeniedException('No hay definido entorno para esta URL'); 37. } 38. 39. if (!$environment->getEnabled()) { 40. throw new AccessDeniedException('No hay entorno activo para esta URL'); 41. } 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 139) 134. */ 135. private function handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response 136. { 137. // request 138. $event = new RequestEvent($this, $request, $type); 139. $this->dispatcher->dispatch($event, KernelEvents::REQUEST); 140. 141. if ($event->hasResponse()) { 142. return $this->filterResponse($event->getResponse(), $request, $type); 143. } 144. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php -> handleRaw (line 75) 70. { 71. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level()); 72. 73. $this->requestStack->push($request); 74. try { 75. return $this->handleRaw($request, $type); 76. } catch (\Exception $e) { 77. if ($e instanceof RequestExceptionInterface) { 78. $e = new BadRequestHttpException($e->getMessage(), $e); 79. } 80. if (false === $catch) { in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/EventListener/ErrorListener.php -> handle (line 91) 86. 87. $throwable = $event->getThrowable(); 88. $request = $this->duplicateRequest($throwable, $event->getRequest()); 89. 90. try { 91. $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 92. } catch (\Exception $e) { 93. $f = FlattenException::createFromThrowable($e); 94. 95. $this->logException($e, sprintf('Exception thrown when handling an exception (%s: %s at %s line %s)', $f->getClass(), $f->getMessage(), $e->getFile(), $e->getLine())); 96. 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 223) 218. * @throws \Exception 219. */ 220. private function handleThrowable(\Throwable $e, Request $request, int $type): Response 221. { 222. $event = new ExceptionEvent($this, $request, $type, $e); 223. $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 224. 225. // a listener might have replaced the exception 226. $e = $event->getThrowable(); 227. 228. if (!$event->hasResponse()) { in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php -> handleThrowable (line 114) 109. if ($pop = $request !== $this->requestStack->getMainRequest()) { 110. $this->requestStack->push($request); 111. } 112. 113. try { 114. $response = $this->handleThrowable($exception, $request, self::MAIN_REQUEST); 115. } finally { 116. if ($pop) { 117. $this->requestStack->pop(); 118. } 119. } 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 36) 31. '_wdt') === false && strpos($request->getRequestUri(), '_profiler') === false) { 32. 33. $environment = $this->entityManager->getRepository(Environment::class)->findOneBy(['url' => $currentHost]); 34. 35. if (!$environment) { 36. throw new AccessDeniedException('No hay definido entorno para esta URL'); 37. } 38. 39. if (!$environment->getEnabled()) { 40. throw new AccessDeniedException('No hay entorno activo para esta URL'); 41. } 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 139) 134. */ 135. private function handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response 136. { 137. // request 138. $event = new RequestEvent($this, $request, $type); 139. $this->dispatcher->dispatch($event, KernelEvents::REQUEST); 140. 141. if ($event->hasResponse()) { 142. return $this->filterResponse($event->getResponse(), $request, $type); 143. } 144. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php -> handleRaw (line 75) 70. { 71. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level()); 72. 73. $this->requestStack->push($request); 74. try { 75. return $this->handleRaw($request, $type); 76. } catch (\Exception $e) { 77. if ($e instanceof RequestExceptionInterface) { 78. $e = new BadRequestHttpException($e->getMessage(), $e); 79. } 80. if (false === $catch) { in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/EventListener/ErrorListener.php -> handle (line 91) 86. 87. $throwable = $event->getThrowable(); 88. $request = $this->duplicateRequest($throwable, $event->getRequest()); 89. 90. try { 91. $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); 92. } catch (\Exception $e) { 93. $f = FlattenException::createFromThrowable($e); 94. 95. $this->logException($e, sprintf('Exception thrown when handling an exception (%s: %s at %s line %s)', $f->getClass(), $f->getMessage(), $e->getFile(), $e->getLine())); 96. 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 223) 218. * @throws \Exception 219. */ 220. private function handleThrowable(\Throwable $e, Request $request, int $type): Response 221. { 222. $event = new ExceptionEvent($this, $request, $type, $e); 223. $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); 224. 225. // a listener might have replaced the exception 226. $e = $event->getThrowable(); 227. 228. if (!$event->hasResponse()) { in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php -> handleThrowable (line 86) 81. $this->finishRequest($request, $type); 82. 83. throw $e; 84. } 85. 86. return $this->handleThrowable($e, $request, $type); 87. } finally { 88. $this->requestStack->pop(); 89. } 90. } 91. 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 36) 31. '_wdt') === false && strpos($request->getRequestUri(), '_profiler') === false) { 32. 33. $environment = $this->entityManager->getRepository(Environment::class)->findOneBy(['url' => $currentHost]); 34. 35. if (!$environment) { 36. throw new AccessDeniedException('No hay definido entorno para esta URL'); 37. } 38. 39. if (!$environment->getEnabled()) { 40. throw new AccessDeniedException('No hay entorno activo para esta URL'); 41. } 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 139) 134. */ 135. private function handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response 136. { 137. // request 138. $event = new RequestEvent($this, $request, $type); 139. $this->dispatcher->dispatch($event, KernelEvents::REQUEST); 140. 141. if ($event->hasResponse()) { 142. return $this->filterResponse($event->getResponse(), $request, $type); 143. } 144. in /var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php -> handleRaw (line 75) 70. { 71. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level()); 72. 73. $this->requestStack->push($request); 74. try { 75. return $this->handleRaw($request, $type); 76. } catch (\Exception $e) { 77. if ($e instanceof RequestExceptionInterface) { 78. $e = new BadRequestHttpException($e->getMessage(), $e); 79. } 80. 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:36 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:139) at Symfony\Component\HttpKernel\HttpKernel->handleRaw() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:75) at Symfony\Component\HttpKernel\HttpKernel->handle() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/EventListener/ErrorListener.php:91) 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:223) at Symfony\Component\HttpKernel\HttpKernel->handleThrowable() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:114) 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:36 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:139) at Symfony\Component\HttpKernel\HttpKernel->handleRaw() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:75) at Symfony\Component\HttpKernel\HttpKernel->handle() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/EventListener/ErrorListener.php:91) 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:223) at Symfony\Component\HttpKernel\HttpKernel->handleThrowable() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:86) 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:36 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:139) at Symfony\Component\HttpKernel\HttpKernel->handleRaw() (/var/www/vhosts/promoticketcqm.chequemotivadev.com/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:75) 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)