Exception detected!

Unable to find Category podkategoria_slug.

404 Not Found - NotFoundHttpException

Stack Trace

  1. in vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php at line 251  -
    1.      */
    2.     public function createNotFoundException($message 'Not Found', \Exception $previous null)
    3.     {
    4.         return new NotFoundHttpException($message$previous);
    5.     }
    6.     /**
  2. at Controller ->createNotFoundException ('Unable to find Category podkategoria_slug.')
    in src/Os/LocjaBundle/Controller/HasloController.php at line 323  +
  3. at HasloController ->listPodkategoriaAction ('konstrukcje-drewniane', '1')
    in app/bootstrap.php.cache at line 3276  +
  4. at HttpKernel ->handleRaw (object(Request), '1')
    in app/bootstrap.php.cache at line 3235  +
  5. at HttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 3389  +
  6. at ContainerAwareHttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 2594  +
  7. at Kernel ->handle (object(Request))
    in web/app.php at line 29  +

Logs  -

1 error
  1. INFO - Matched route "haslo_podkategoria".
  2. INFO - The Sonata\CoreBundle\Model\PageableManagerInterface class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\DatagridBundle\Pager\PageableInterface instead.
  3. INFO - The Sonata\Doctrine\Model\PageableManagerInterface class is deprecated since 1.3 in favor of Sonata\DatagridBundle\Pager\PageableInterface, and will be removed in 2.0.
  4. INFO - The Sonata\CoreBundle\Model\ManagerInterface class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Model\ManagerInterface instead.
  5. INFO - The Doctrine\Common\Persistence\Mapping\Driver\FileDriver class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\Driver\FileDriver instead.
  6. INFO - The Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator instead.
  7. INFO - The Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\Driver\MappingDriverChain instead.
  8. INFO - The Doctrine\Common\Persistence\ObjectRepository class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\ObjectRepository instead.
  9. INFO - The Sonata\Doctrine\Types\JsonType class is deprecated since 1.2 in favor of Doctrine\DBAL\Types\JsonType, and will be removed in 2.0.
  10. INFO - The Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\AbstractClassMetadataFactory instead.
  11. INFO - The Doctrine\Common\PropertyChangedListener class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\PropertyChangedListener instead.
  12. INFO - The Doctrine\Common\Persistence\Event\LoadClassMetadataEventArgs class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Event\LoadClassMetadataEventArgs instead.
  13. INFO - Populated the TokenStorage with an anonymous Token.
  14. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
  15. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
  16. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
  17. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
  18. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
  19. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
  20. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
  21. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
  22. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
  23. DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
  24. DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
  25. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
  26. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
  27. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
  28. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
  29. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
  30. INFO - The Symfony\Bundle\FrameworkBundle\Controller\Controller::getRequest method is deprecated since Symfony 2.4 and will be removed in 3.0. The only reliable way to get the "Request" object is to inject it in the action method.
  31. 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.
  32. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  33. DEBUG - SELECT h0_.id AS id0, h0_.position AS position1, count(h0_.tag_id) AS sclr2, h0_.haslo_id AS haslo_id3, h0_.tag_id AS tag_id4 FROM haslo_tags h0_ LEFT JOIN classification__tag c1_ ON h0_.tag_id = c1_.id GROUP BY h0_.tag_id ORDER BY sclr2 DESC LIMIT 25
  34. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  35. DEBUG - SELECT t0.name AS name1, t0.enabled AS enabled2, t0.slug AS slug3, t0.description AS description4, t0.position AS position5, t0.created_at AS created_at6, t0.updated_at AS updated_at7, t0.id AS id8, t0.parent_id AS parent_id9, t0.context AS context10, t0.media_id AS media_id11 FROM classification__category t0 WHERE t0.slug = ? LIMIT 1
  36. ERROR - Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Unable to find Category podkategoria_slug." at /home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php line 251
  37. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
  38. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
  39. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
  40. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
  41. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
  42. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
  43. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
  44. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
  45. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
  46. INFO - Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.
  47. INFO - The Sonata\CoreBundle\Twig\Extension\FlashMessageExtension class is deprecated since version 3.13.0 and will be removed in 4.0. Use Sonata\Twig\Extension\FlashMessageExtension instead.
  48. INFO - The Sonata\CoreBundle\FlashMessage\FlashManager class is deprecated since version 3.13.0 and will be removed in 4.0. Use Sonata\Twig\FlashMessage\FlashManager instead.
  49. INFO - Argument "flashManager" in FlashMessageExtension is deprecated since SonataCoreBundle 3.11.0 and will be removed in 4.0. Use the FlashMessageRuntime instead.
  50. INFO - Method "StatusExtension::addStatusService()" is deprecated since SonataCoreBundle 3.13.0 and will be removed in 4.0. Use the StatusRuntime instead.
  51. INFO - The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0.
  52. INFO - The Sonata\CoreBundle\Model\Adapter\AdapterChain class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\AdapterChain instead.
  53. INFO - The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0.
  54. INFO - The Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.
  55. INFO - The Sonata\CoreBundle\Model\BaseEntityManager class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Entity\BaseEntityManager instead.
  56. INFO - Using the "Twig_Loader_Array" class is deprecated since Twig version 2.7, use "Twig\Loader\ArrayLoader" instead.
  57. INFO - Using the "Twig_Extension_Sandbox" class is deprecated since Twig version 2.7, use "Twig\Extension\SandboxExtension" instead.
  58. INFO - Using the "Twig_Sandbox_SecurityPolicyInterface" class is deprecated since Twig version 2.7, use "Twig\Sandbox\SecurityPolicyInterface" instead.
  59. INFO - Using the "Twig_Lexer" class is deprecated since Twig version 2.7, use "Twig\Lexer" instead.
  60. DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
  61. DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
  62. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
  63. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
  64. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
  65. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
  66. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".

Stack Trace (Plain Text)  +