Exception detected!

404 Not Found - NotFoundHttpException

Stack Trace

  1. in src/AppBundle/Controller/BlogController.php at line 63  -
    1.         $article            $articleRepository->get(array('name' => '"' $article '"'), array('title''isPublic''categories''uuid''articles''author''authorVisual''publishDateStart''intro''body''sources''tags'));
    2.         if(!count($article)) {
    3.             throw new NotFoundHttpException();
    4.         }
    5.         $article current($article);
  2. at BlogController ->articleAction ('frank-jongbloed', array())
  3. at call_user_func_array (array(object(BlogController), 'articleAction'), array('frank-jongbloed', 'brief-aan-stagiair'))
    in app/bootstrap.php.cache at line 3238  +
  4. at HttpKernel ->handleRaw (object(Request), '1')
    in app/bootstrap.php.cache at line 3197  +
  5. at HttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 3351  +
  6. at ContainerAwareHttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 2536  +
  7. at Kernel ->handle (object(Request))
    in web/app_dev.php at line 21  +

Logs  -

1 error
  1. INFO - Matched route "app_blog_article".
  2. INFO - Populated the TokenStorage 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\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
  7. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
  8. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
  9. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
  10. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
  11. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
  12. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
  13. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\AsseticBundle\EventListener\RequestListener::onKernelRequest".
  14. DEBUG - Notified event "kernel.request" to listener "Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener::onKernelRequest".
  15. DEBUG - Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
  16. INFO - query
  17. INFO - query
  18. DEBUG - SELECT 1 FROM phpcr_workspaces WHERE name = ?
  19. DEBUG - SELECT prefix, uri FROM phpcr_namespaces
  20. INFO - getNodeTypes
  21. INFO - getNodeTypes
  22. DEBUG - SELECT * FROM phpcr_type_nodes
  23. DEBUG - SELECT * FROM phpcr_type_props WHERE node_type_id = ?
  24. DEBUG - SELECT * FROM phpcr_type_childs WHERE node_type_id = ?
  25. INFO - getNodeTypes
  26. INFO - getNodeTypes
  27. DEBUG - SELECT * FROM phpcr_type_nodes
  28. DEBUG - SELECT * FROM phpcr_type_props WHERE node_type_id = ?
  29. DEBUG - SELECT * FROM phpcr_type_childs WHERE node_type_id = ?
  30. DEBUG - SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND (EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="slug"]/sv:value[text()="blog/frank-jongbloed/brief-aan-stagiair"]) > 0') AND (EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="phpcr:class"]/sv:value[text()="Fizz\\ContentBundle\\Document\\Page"]) > 0') OR EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="phpcr:classparents"]/sv:value[text()="Fizz\\ContentBundle\\Document\\Page"]) > 0'))) LIMIT 1
  31. DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
  32. DEBUG - Notified event "kernel.controller" to listener "AppBundle\EventListener\ContentInjectionListener::onKernelController".
  33. DEBUG - Notified event "kernel.controller" to listener "Fizz\UserBundle\EventListener\UserModelListener::onKernelController".
  34. DEBUG - Notified event "kernel.controller" to listener "Fizz\ImageBundle\EventListener\AssetListener::onKernelController".
  35. DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
  36. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
  37. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
  38. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
  39. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
  40. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
  41. INFO - The "request" service is deprecated and will be removed in 3.0. Add a typehint for Symfony\Component\HttpFoundation\Request to your controller parameters to retrieve the request instead.
  42. ERROR - Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "" at /var/www/didactiefonline.nl/src/AppBundle/Controller/BlogController.php line 63
  43. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
  44. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
  45. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DumpListener::configure".
  46. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
  47. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
  48. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
  49. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
  50. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
  51. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
  52. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
  53. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\AsseticBundle\EventListener\RequestListener::onKernelRequest".
  54. DEBUG - Notified event "kernel.request" to listener "Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener::onKernelRequest".
  55. DEBUG - Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
  56. INFO - query
  57. INFO - query
  58. DEBUG - SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND (EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="slug"]/sv:value[text()="blog/frank-jongbloed/brief-aan-stagiair"]) > 0') AND (EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="phpcr:class"]/sv:value[text()="Fizz\\ContentBundle\\Document\\Page"]) > 0') OR EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="phpcr:classparents"]/sv:value[text()="Fizz\\ContentBundle\\Document\\Page"]) > 0'))) LIMIT 1
  59. DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
  60. DEBUG - Notified event "kernel.controller" to listener "AppBundle\EventListener\ContentInjectionListener::onKernelController".
  61. DEBUG - Notified event "kernel.controller" to listener "Fizz\UserBundle\EventListener\UserModelListener::onKernelController".
  62. DEBUG - Notified event "kernel.controller" to listener "Fizz\ImageBundle\EventListener\AssetListener::onKernelController".
  63. DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
  64. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
  65. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
  66. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
  67. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
  68. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
  69. INFO - The Twig_Filter_Method class is deprecated since version 1.12 and will be removed in 2.0. Use Twig_SimpleFilter instead.
  70. INFO - The Twig_Filter class is deprecated since version 1.12 and will be removed in 2.0. Use Twig_SimpleFilter instead.
  71. INFO - Using an instance of "Twig_Filter_Method" for filter "json_decode" is deprecated since version 1.21. Use Twig_SimpleFilter instead.
  72. INFO - Using an instance of "Twig_Filter_Method" for filter "first_sentence" is deprecated since version 1.21. Use Twig_SimpleFilter instead.

Stack Trace (Plain Text)  +