Exception detected!

404 Not Found - NotFoundHttpException

Stack Trace

  1. in src/Module/ContestBundle/Controller/Frontend/ParticipantController.php at line 47  -
    1.         }
    2.         if ($contest != $participant->getContestCategory()->getContest()) {
    3.             throw new NotFoundHttpException();
    4.         }
    5.         $user $participant->getProfile()->getUser();
  2. at ParticipantController ->detailAction (object(Participant), 'sanda-vantoni')
  3. at call_user_func_array (array(object(ParticipantController), 'detailAction'), array(object(Participant), 'sanda-vantoni'))
    in app/bootstrap.php.cache at line 3054  +
  4. at HttpKernel ->handleRaw (object(Request), '1')
    in app/bootstrap.php.cache at line 3016  +
  5. at HttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 3165  +
  6. at ContainerAwareHttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 2406  +
  7. at Kernel ->handle (object(Request))
    in web/app_dev.php at line 28  +

Logs  -

1 error
  1. INFO - Matched route "module_contest_frontend_participant_detail" (parameters: "_controller": "Module\ContestBundle\Controller\Frontend\ParticipantController::detailAction", "_locale": "it", "slug": "sanda-vantoni", "id": "90", "_route": "module_contest_frontend_participant_detail")
  2. INFO - Populated SecurityContext with an anonymous Token
  3. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
  4. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
  5. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DumpListener::configure".
  6. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
  7. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
  8. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
  9. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
  10. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
  11. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
  12. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\AsseticBundle\EventListener\RequestListener::onKernelRequest".
  13. DEBUG - Notified event "kernel.request" to listener "DCS\DoctrineExtensionsBundle\Listener\BlameableEventListener::onKernelRequest".
  14. DEBUG - Notified event "kernel.request" to listener "DCS\DoctrineExtensionsBundle\Listener\IpTraceableEventListener::onKernelRequest".
  15. DEBUG - Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
  16. DEBUG - Notified event "kernel.request" to listener "Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener::onKernelRequest".
  17. DEBUG - SELECT p0_.is_finalist AS is_finalist0, p0_.is_winner AS is_winner1, p0_.deleted_at AS deleted_at2, p0_.created_at AS created_at3, p0_.updated_at AS updated_at4, p0_.created_from_ip AS created_from_ip5, p0_.updated_from_ip AS updated_from_ip6, p0_.id AS id7, p1_.headline AS headline8, p1_.description AS description9, p1_.origin_country AS origin_country10, p1_.deleted_at AS deleted_at11, p1_.created_at AS created_at12, p1_.updated_at AS updated_at13, p1_.created_from_ip AS created_from_ip14, p1_.updated_from_ip AS updated_from_ip15, p1_.id AS id16, u2_.salt AS salt17, u2_.password AS password18, u2_.first_name AS first_name19, u2_.last_name AS last_name20, u2_.telephone AS telephone21, u2_.slug AS slug22, u2_.activation_token AS activation_token23, u2_.actived_at AS actived_at24, u2_.email AS email25, u2_.timezone AS timezone26, u2_.enabled AS enabled27, u2_.locked AS locked28, u2_.expired AS expired29, u2_.expired_at AS expired_at30, u2_.roles AS roles31, u2_.credentials_expired AS credentials_expired32, u2_.credentials_expired_at AS credentials_expired_at33, u2_.created_at AS created_at34, u2_.updated_at AS updated_at35, u2_.created_from_ip AS created_from_ip36, u2_.updated_from_ip AS updated_from_ip37, u2_.id AS id38, l3_.num_likes AS num_likes39, l3_.last_like_at AS last_like_at40, l3_.permalink AS permalink41, l3_.id AS id42, c4_.priority AS priority43, c4_.deleted_at AS deleted_at44, c4_.id AS id45, c5_.name AS name46, c5_.description AS description47, c5_.nameen AS nameen48, c5_.descriptionen AS descriptionen49, c5_.namefr AS namefr50, c5_.descriptionfr AS descriptionfr51, c5_.deleted_at AS deleted_at52, c5_.id AS id53, p0_.like_thread_id AS like_thread_id54, p0_.created_by AS created_by55, p0_.updated_by AS updated_by56, p0_.profile_id AS profile_id57, p0_.contest_category_id AS contest_category_id58, p1_.user_id AS user_id59, p1_.cover_id AS cover_id60, p1_.created_by AS created_by61, p1_.updated_by AS updated_by62, u2_.created_by AS created_by63, u2_.updated_by AS updated_by64, c4_.contest_id AS contest_id65, c4_.category_id AS category_id66 FROM participant p0_ INNER JOIN profile p1_ ON p0_.profile_id = p1_.id AND (p1_.deleted_at IS NULL) INNER JOIN user u2_ ON p1_.user_id = u2_.id INNER JOIN like_thread l3_ ON p0_.like_thread_id = l3_.id INNER JOIN contest_rel_category c4_ ON p0_.contest_category_id = c4_.id AND (c4_.deleted_at IS NULL) INNER JOIN category c5_ ON c4_.category_id = c5_.id AND (c5_.deleted_at IS NULL) WHERE (p0_.id = ?) AND (p0_.deleted_at IS NULL) LIMIT 1
  18. DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
  19. DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
  20. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
  21. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
  22. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
  23. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
  24. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
  25. DEBUG - SELECT c0_.title AS title0, c0_.period AS period1, c0_.deleted_at AS deleted_at2, c0_.created_at AS created_at3, c0_.updated_at AS updated_at4, c0_.created_from_ip AS created_from_ip5, c0_.updated_from_ip AS updated_from_ip6, c0_.id AS id7, c0_.created_by AS created_by8, c0_.updated_by AS updated_by9 FROM contest c0_ WHERE (c0_.deleted_at IS NULL) ORDER BY c0_.id DESC LIMIT 1
  26. ERROR - Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "" at /var/www/html/home/focsivcontest/website/src/Module/ContestBundle/Controller/Frontend/ParticipantController.php line 47
  27. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
  28. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
  29. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DumpListener::configure".
  30. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
  31. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
  32. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
  33. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
  34. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
  35. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
  36. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\AsseticBundle\EventListener\RequestListener::onKernelRequest".
  37. DEBUG - Notified event "kernel.request" to listener "DCS\DoctrineExtensionsBundle\Listener\BlameableEventListener::onKernelRequest".
  38. DEBUG - Notified event "kernel.request" to listener "DCS\DoctrineExtensionsBundle\Listener\IpTraceableEventListener::onKernelRequest".
  39. DEBUG - Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
  40. DEBUG - Notified event "kernel.request" to listener "Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener::onKernelRequest".
  41. DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
  42. DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
  43. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
  44. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
  45. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
  46. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
  47. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
  48. DEBUG - Defining the initRuntime() method in the "form" extension is deprecated since version 1.23. Use the `needs_environment` option to get the Twig_Environment instance in filters, functions, or tests; or explicitly implement Twig_Extension_InitRuntimeInterface if needed (not recommended).
  49. DEBUG - Defining the getGlobals() method in the "module_contest" extension without explicitly implementing Twig_Extension_GlobalsInterface is deprecated since version 1.23.

Stack Trace (Plain Text)  +