https://www.ivoirephytochimies.com/fr/product/favicon-32x32.png

Exceptions

App\Entity\Product object not found by the @ParamConverter annotation.

Exception

Symfony\Component\HttpKernel\Exception\ NotFoundHttpException

in vendor/autoload_runtime.php -> run (line 35)
    require_once('/home/ivoirephytochimies/public_html/vendor/autoload_runtime.php') in public/index.php (line 5)
    1. <?php
      
      use App\Kernel;
      
      require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
      
      return function (array $context) {
          return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
      };
      

    Stack Trace

    NotFoundHttpException
    Symfony\Component\HttpKernel\Exception\NotFoundHttpException:
    App\Entity\Product object not found by the @ParamConverter annotation.
    
      at vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:107
      at Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter->apply()
         (vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:84)
      at Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->applyConverter()
         (vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:48)
      at Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->apply()
         (vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:72)
      at Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController()
         (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117)
      at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
         (vendor/symfony/event-dispatcher/EventDispatcher.php:230)
      at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
         (vendor/symfony/event-dispatcher/EventDispatcher.php:59)
      at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
         (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154)
      at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
         (vendor/symfony/http-kernel/HttpKernel.php:141)
      at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
         (vendor/symfony/http-kernel/HttpKernel.php:75)
      at Symfony\Component\HttpKernel\HttpKernel->handle()
         (vendor/symfony/http-kernel/Kernel.php:202)
      at Symfony\Component\HttpKernel\Kernel->handle()
         (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
      at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
         (vendor/autoload_runtime.php:35)
      at require_once('/home/ivoirephytochimies/public_html/vendor/autoload_runtime.php')
         (public/index.php:5)